/*

	CSS File
	www.boykott-hessen.de
	by Andreas Schaeffer
	25. Maerz 2007
	

*/

body {
	font-size: 10pt;
	font-family: verdana, sans-serif;
}

a {
	text-decoration: none;
	color: #666666;
}

a img {
	border: 0px;
}

.float {
	float: left;
}

.clear {
	clear: both;
}

#page-header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 183px;
	width: 1052px;
	background: url('/fileadmin/templates/gfx/kopf.jpg') no-repeat;
}

.page-header-home {
	position: absolute;
	top: 20px;
	left: 55px;
	height: 100px;
	width: 575px;
}

ul.page-header-hochschulen {
	position: absolute;
	top: 132px;
	left: 0px;
	height: 50px;
	width: 550px;
	padding-left: 5px;
	margin-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	list-style-type: none;
}

ul.page-header-hochschulen li {
	height: 20px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 4px;
}

ul.page-header-hochschulen li a {
	/* background-color: yellow; */
/*	height: 20px; */
	color: black;
	display: block;
	font-size: 9.5pt;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

ul.page-header-hochschulen li a:hover {
	background-color: black;
/*	height: 20px; */
	color: white;
	display: block;
	font-size: 9.5pt;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}

#page-left {
	position: absolute;
	top: 183px;
	left: 0px;
	min-height: 900px;
	height: auto;
	width: 201px;
	background: url('/fileadmin/templates/gfx/menue.jpg') no-repeat;
}

* html #page-left { height: 900px; } /* nur für IE 5.5 - 6.x */
html + body #page-left { height: 900px; } /* nur vom IE 5.0 */

#page-left ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

#page-right {
	position: absolute;
	top: 250px;
	left: 875px;
	width: 200px;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

#page-right h1, #page-right h2, #page-right h3, #page-right h4, #page-right h5, #page-right h6 {
	font-size: 14pt;
}

#page-right a {
	font-size: 10pt;
	margin-bottom: 15px;
}

#page-right .teufel {
	float: left;
	vertical-align: top;
	padding-right: 10px;
}

#page-right h2 {
	font-size: 12pt;
}

#page-right h3 {
	font-size: 10pt;
	font-weight: bold;
}

#page-content {
	position: absolute;
	top: 183px;
	left: 202px;
	min-height: 900px;
	width: 850px;
	background: url('/fileadmin/templates/gfx/content.jpg') no-repeat;
	padding-left: 10px;
	padding-top: 15px;
}

#page-content-content {
	margin-right: 180px;
	border-right: 1px dotted #dddddd;
}
