* {
	margin: 0;
	padding: 0;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
/* render html5 elements as block
 rendert html5 elemente als block  */

header, footer, section, aside, nav, article {
	display: block;
	
}


body {
	background-color: #eee;
	background: url(website-backgrounds/light/light-bg-texture-01-grey.jpg);
	
	height:100%;
}

html {
	height:100%;
	overflow:hidden;
}

#container {
	height:100%;
	
}

pre, code {
	font-size: 1.3em;
}
a {
	color: #ff6677;
}
a:visited {
	color: #ff6677;
}
a:hover {
	color: #564b47;
}
a:active {
	color: #000000;
}

h1, h2 {
	font-size: 1.8em;
	font-weight: normal;
	
}

img.download {
	vertical-align: middle;
}
img {
	border: none;
}

p, pre {
	padding: 0 0 20px;
	line-height: 1.5em;
}

/* ---------- header, content, footer width -------------- */
.inner {
	margin: 0 auto;

	/*min-width: 700px;*/
}

/* ----------header for logo-------------- */
header {
	background: #bbb;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	border-bottom: 1px solid #ea5901;
	
	height:99px;
}



/* ----------------- content--------------------- */

section#content {
	/*background-color: #EEEEEE;*/
	
	/*max-width: 1000px;*/
	min-height:100%;
	/*min-width: 700px;*/
	margin: 0 auto;
	padding: 110px 10px 30px;
	margin-left:200px;
	margin-right:200px;
	padding-bottom:40px;
	height:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:auto;
	
}

nav {
	
	height:100%;
	width:179px;
	position:fixed;
	top:100px;
	padding:10px;
	
	border-right:1px solid #AAAAAA;
	
	
}

section#right {

	margin-top:100px;
	width:200px;
	float:right;
	
}

#menu {
	position: fixed;
	
	
	width:180px;
	height:100%;
	border-left:1px solid #AAAAAA;
}
/* -----------footer--------------------------- */

footer {
	/*background: url('../external/jquery-ui-1.10.3.custom.aec/css/aec-theme/images/ui-bg_highlight-soft_75_007fb5_1x100.png') repeat-x scroll 50% 50% #007FB5;*/
	
	background:#eee;
	/*background: url('../external/jquery-ui-1.10.4.aec/css/custom-theme/images/ui-bg_flat_100_dfeef2_40x100.png') repeat-x scroll 50% 50% #EEEEEE;*/
	background: url(website-backgrounds/light/light-bg-texture-01-grey.jpg);
	color:#555555;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	height:19px;
	border-top:1px solid #AAAAAA;
}