/* CSS RESET 
  .............................................................................*/ 

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	border:0pt none;
	font-family:inherit;
	font-size:100%;
	margin:0pt;
	outline-color:invert;
	outline-style:none;
	outline-width:0pt;
	padding:0pt;
	vertical-align:baseline;
}


body 
{
	color:#000000;
	line-height:1;
}
ol, ul 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
table 
{
	border-collapse:collapse;
	border-spacing:0pt;
}
caption, th, td {
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
     


/* LAYOUT 
  .............................................................................*/  
 
  
body
{  
	background:url(../img/_bg.jpg) top repeat-x #fff; 
	font-family: arial, Verdana, Helvetica, sans-serif; 
	font-size:13px; color:#333; 
}

div.wrap
{ 
	margin:0;
	padding:0; 
	width:1002px; 
	text-align:left;
	background:url(../img/_bg-shadow.jpg) top right no-repeat; 
}


div#head a
{ 
	display:block; 
	width:992px; 
	height:73px; 
	background:url(../img/logo.gif) top no-repeat;
	text-indent:-999em; 
	overflow:hidden;
	margin: 6px;
	
}

div#keyvis
{ 
	margin-left:6px;
}

div#main
{ 
	width:992px; 

	padding-top:16px; 
	margin:0 0 0 6px;
	background:#fff; 
}

div#nav
{ 
	width:171px; 
	float:left;
	margin-right: 40px; 
}

div#login
{
	margin-top:12px;
}

div#content 
{    
	width:515px; 
	float:left; 

	
}

div#content.long
{
	width:778px;
}

div#marg
{ 
	width:244px;  
	float:right;
	margin-right: 3px;
}


				
div#foot
{ 
	width:992px;
	clear:both; 
	margin-left:6px; 
	margin-bottom:12px; 
	
	padding:12px 0;
	border-top:1px #ccc solid; 
	font-size:0.8em; 
	color:#666; 
}
		  
/* FARBEN AUSZEICHNUNGEN 
  .............................................................................*/ 

.home h1, .home #nav ul, .home #login{ border-top:4px #babd5a solid; }
.fachbeirat h1, .fachbeirat #nav ul, .fachbeirat #login{ border-top:4px #64b9e4 solid; }
.mitglieder h1, .mitglieder #nav ul, .mitglieder #login{ border-top:4px #408f9a solid; }
.links h1, .links #nav ul, .links #login{ border-top:4px #408f9a solid; }
.bildung h1, .bildung #nav ul, .bildung #login{ border-top:4px #b48062 solid; }
.experten h1, .experten #nav ul, .experten #login,  .experten h3 { border-top:4px #427bab solid; }
.fragen h1, .fragen #nav ul, .fragen #login{ border-top:4px #408f9a solid; }
.login h1, .login #nav ul, .login #login{ border-top:4px #eda95a solid; }

#marg h2{ border-top:4px #666 solid; }

p.last
{
	padding-bottom: 50px;
}



/* NAVIGATION 
  .............................................................................*/ 
  


div#nav ul li	{ border-bottom:1px #d1d1d1 solid; }

div#nav a		
{ 				  padding: 8px 0 8px 6px;
                  font-size:0.9em;
				  display:block; 				 
                  text-decoration:none; 
				  color:#000;  
				  width: 165px; 
}
				  
#content a:hover, #marg a:hover
{
				  color: #e00074;
				  text-decoration: underline;
}
div#nav a:hover, div#nav a.current
{ 
				  font-weight:bold; 
				  color:#e20074; 
				  background:url(../img/_bg-navlink.jpg) bottom repeat-x; 
}


