/*-------------------- CSS-RESET --------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	margin: 0;
	padding:0;
	text-align: center;
	color:black;
	font-size: 12px;
}

/*-------------------- TYPOGRAPHY --------------------- */
h1 {color:black;text-align:center;font-size:30px;}
h2 {color:white;width: 100%; text-align:center;}


a {
	text-decoration:none;
	/* verhindert punktierte Aussenrahmen */
	outline:none;
}



body {
	font-family: Georgia, Times New Roman, serif;
}

.current {font-weight: bold;}

#nav-top a:hover {text-decoration:underline;}
#nav-top-left, #nav-top-right {font-size:14px;}

#nav-sub-left a, #nav-sub-left {font-size:14px;vertical-align:middle; line-height: 20px;color:white;float:left;}



#footer span {font-size:12px; vertical-align:middle; line-height: 40px; text-align: left} 

/*-------------------- MARGINS --------------------- */

#nav-sub {margin-top: 5px;}
#content {margin-top: 5px;}
#footer {margin-top: 15px;}

/*-------------------- BORDERS --------------------- */
/* Achtung Rahmen vergr�ssern Kind-Element �ber 100% des Eltern-Elements! */
#nav-top, #footer{border: 1px solid black;} 


/*-------------------- CORNERS --------------------- */


/*-------------------- SHADOWS --------------------- */
#nav-top, #footer {
	
position:relative;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	
	/* for IE 6-9 compatibility */
	behavior: url(js/PIE.htc);
}


/*-------------------- GENERAL --------------------- */

body {
	background:#e9edf1;
}

#title {
	color:white;
	width: 100%;
	text-align: center; 
}

#bg {
	width: 100%;
	position:fixed;
	left:0px;
	top:0px;
}


#wrapper {
	width: 1000px;
	height: 720px;
	position: relative;
	margin:50px auto 50px auto;
	
}

/* wrapper vertikal zentriert
#wrapper {
	width: 1000px;
	height: 720px;
	
	position: absolute; 
	top: -360px; 
	left: -500px;  
}

#alignment { 
	width: 1px; 
	height: 1px; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	overflow: visible;
}
*/

/* ---------------- nav-topigation ---------------- */
#nav-top {
	height: 40px;
	width: 100%;
	/*background-image: url(../img/gradient-bg-nav-top.png);*/
	background-color:#CFDBEC;
	background-repeat: repeat-x;
}
	
	#nav-top-left {	
		vertical-align:middle;
		line-height: 40px;
		margin-left:20px;
		float:left;
	}

	#nav-top-right {
		vertical-align:middle;
		line-height: 40px;
		margin-right:20px;
		float:right;
	}

/* ---------------- nav-subigation ---------------- */
#nav-sub {
	height: 20px;
	width: 100%;	
}

	




/* ---------------- Content ---------------- */
#content { 
	width: 100%;
	min-height: 600px;
}

/* ---------------- Footer ---------------- */
#footer {
	height: 40px;
	width: 100%;
	float:left;
	/* #526DCF-#96BDEC */
	/*background-image: url(../img/gradient-bg-footer.png);*/
	background-color:#CFDBEC;
	background-repeat: repeat-x;
}

#footer a:hover {
	text-decoration: underline;
}