/* CSS Gesamtelternbeirat der Tuebinger Schulen */

html {
	height: 100.1%;
	font-size: 62.5%;
}
body {
	text-align: center;
	font: 1.2em/1.8em Verdana, sans-serif;
	overflow: scroll;
}

* {margin: 0px; padding: 0px;}



h1,h3, h4, h5, h6 {
	font-family: "Century Gothic", sans-serif; 
	margin: 0em 0em 0.5em 0em;
	color: #004A7F;
}
h1 {
	font-size: 2.2em; 
	border-bottom: 1px dashed #004A7F; 
	padding-bottom: 0.4em;
	font-weight: normal;
}
div#header h1 {border: 0px;}
h2 {
	font: 70px "Nothing You Could Do", Arial, sans-serif;
}
h3 {font-size: 1.8em;}
h4 {font-size: 1.6em; text-align: center}
h5 {font-size: 1.4em}
h6 {font-size: 1.2em;}

div#wrapper {
	width: 760px;
	margin: 20px auto;
	/* margin: 0px 40px; */
	text-align: left;
	-moz-border-radius: 1.5em;
	-webkit-border-radius: 1.5em;
	border-radius: 1.5em;
	background-color: #FAFAFA;
}
div#header {
	height: 180px;
	-moz-border-radius-topright: 1.5em;
	-moz-border-radius-topleft: 1.5em;
	-webkit-border-top-right-radius: 1.5em;
	-webkit-border-top-left-radius: 1.5em;
	border-top-right-radius: 1.5em;
	border-top-left-radius: 1.5em;
	background-color: #60CFFD;
	padding: 10px;
	text-align: center;
	line-height: normal;
}

div#logo {
	margin: 0px 0px 0px 0px;
}

div#nav {
	background-color: #CCCCCC;
	text-align: center;
}
div#nav li {
	display: inline; 
	margin-left: 10px;
}
div#nav a,
div#nav li {
	color: #E3004F;
	text-decoration: none; 
	font-weight: bold; 
	text-transform: uppercase; 
	padding-bottom: 2px;
}
div#nav a:hover,
body#home li.navhome, 
body#aktuelles li.navaktuelles,
body#struktur li.navstruktur,
body#dokumente li.navdokumente,
body#arbeitskreise li.navarbeitskreise,
body#kontakt li.navkontakt,
body#links li.navlinks {
	border-top: 4px solid #F0F0F0;
}





div#wrap_content {
	background-color: #F0F0F0;
}
div#menu, div#maintext {padding: 20px 10px;}
div#menu {
	float: right;
	width: 80px;
}
div#menu ul {list-style-type: none; font-weight: bold;}
div#menu ul ul {margin-left: 10px; font-weight: normal;}

div#maintext {
	margin: 0px 110px 0px 0px;
	background-color: #F0F0F0;
}
div#maintext a {padding-bottom: 1px;}
div#maintext a:link {}

footer {
	padding: 4px;
	text-align: center;
	-moz-border-radius-bottomright: 1.5em;
	-moz-border-radius-bottomleft: 1.5em;
	-webkit-border-bottom-right-radius: 1.5em;
	-webkit-border-bottom-left-radius: 1.5em;
	border-bottom-right-radius: 1.5em;
	border-bottom-left-radius: 1.5em;
	background-color: #CCCCCC;
}

input#sendbtn2, input#escbtn2 {
	cursor: pointer;
	font-variant: small-caps;
}

table#table_struktur1, table#table_struktur2 {
	width: 700px;
}

span.pflichtfeld
	{
		color: #E3004F;
	}
	
a {
	color: black;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}		

.titel {
	color: #004A7F;
	}

