/*
---------------------------------------------
Titel: Edu and the shakers
Autor: Dieter Happel - dieter.happel@gmx.net
Erstellung: 01.05.2008
Letzte �nderung: 01.05.2008
Medium: Screen
---------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-image: url(../images/edu_body_bild.gif);
}

#container {
	height: 567px;
	background-image: url(../images/edu_container_bild.gif);
	background-repeat: no-repeat;
	width: 780px;
	margin: 0 auto;
	position: relative;
}

#navigation {
	height: 50px;
}

#linie {
	background-image: url(../images/edu_navigation_linie_bild.gif);
	background-repeat: repeat-x;
	height: 5px;
	margin-left: 310px;
	margin-right: 30px;
}

#navigation ul {
	padding-top: 30px;
	text-align: left;
	margin-left: 305px;

}

#navigation li {
	display: inline;
	padding-left: 15px;
}

#navigation a {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

#headline {
	margin-left: 330px;
	margin-right: 40px;
	font-size: 20px;
	text-transform: none;
	margin-top: 20px;
	height: 38px;
}

#inhalt {
	margin-left: 330px;
	margin-right: 50px;
	font-size: 14px;
	height: 406px;
	line-height: 20px;
	overflow: auto;
}

.footer a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #9F9D9D;
}

.footer {
	margin-left: 650px;
	margin-right: 30px;
}

.footer a:hover {
	color: #BD1212;
}

.bild {
	border: thin ridge #BD1212;
	background-color: #FFFFFF;
	background-position: 5px 5px;
}

#kontakt {
	font-size: 11px;
	color: #050505;
	margin-right: 0px;
	margin-left: 25px;
	margin-top: -226px;
}

#kontakt a {
	color: #050505;
	font-weight: bold;
}

#kontakt a:hover {
	color: #BD1212;
}

#navigation a:hover {
	color: #BD1212;
}


.bild#bildlinks {
	float: left;
	clear: left;
	margin-right: 5px;
	margin-bottom: 0px;
}

.bild#bildrechts {
	float: right;
	clear: right;
	margin-left: 5px;
	margin-bottom: 0px;
}

#inhalt h3 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	list-style-type: none;
	color: #BD1212;
}

#inhalt p {
	font-size: 13px;
	padding-left: 20px;
	letter-spacing: 1px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/*===============================formular===================================*/
form#anfrage {
	width: 400px;
	margin-top: 10px;
	margin-left: 10px;
}

fieldset {
	padding: 10px;
	border: none;
}

legend {
	font-weight: bold;
	color: #990000;
	border: none;
	padding-left: 0px;
	letter-spacing: 2px;
}

.labels {
	float: left;
	clear: left;
	width: 75px;
	text-align: right;
	cursor: pointer;
	margin-top: 7px;
	padding-right: 10px;
	color: #333333;
}

#inputfelder {
	margin-top: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 12px;
	vertical-align: middle;
	letter-spacing: 1px;
	text-align: left;
	color: #BD1212;
}

#senden {
	cursor: pointer;
	margin-left: 95px;
}

#reset {
	cursor: pointer;
	margin-left: 50px;
}

#inhalt h4 {
	font-size: 18px;
	padding-top: 150px;
	padding-left: 30px;
}

.gallerien a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #050505;
	text-decoration: none;
}

.gallerien a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #050505;
	text-decoration: none;
}

.gallerien a:hover {
	color: #BD1212;
}

.termine a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #050505;
	text-decoration: none;
}

.termine a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #050505;
	text-decoration: none;
}

.termine a:hover {
	color: #BD1212;
}

h2 {
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #BD1212;
	margin: 15px 0 5px 0;
}