/* CSS Dokument für Ludwig-Richter-Schule, Bonn 
   Design und Programmierung a.sign [www.asign-bonn.de] */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #DDE2EB;
	text-align: center;
}

#outerframe {
	width: 950px;
	margin: auto;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

#topcontainer {
	width: 950px;
	height: 195px;
	background-image: url(img/bgr.gif);
	background-repeat: repeat-x;
	text-align: left;
}

.logobox {
	width: 270px;
	height: 146px;
	background-color: #FFFFFF;
	float: left;
}

.adressbox {
	width: 205px;
	height: 146px;
	float: left;
}

.picturebox {
	width: 475px;
	height: 146px;
	float: left;
}

.blindversionbox {
	width: 450px;
	height: 28px;
	padding-top: 2px;
	padding-left: 25px;
	float: left;
}

.navibox {
	width: 475px;
	height: 27px;
	padding-top: 3px;
	float: left;
}

.bluebox {
	width: 200px;
	height: 19px;
	background-color: #5A729F;
}

#contentcontainer {
	width: 950px;
	margin: auto;
	background-image: url(img/bgr_content.gif);
	background-repeat: repeat-y;
	overflow: auto;
}

.subnavibox {
	width: 175px;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
}

.contentbox {
	width: 396px;
	padding-left: 70px;
	padding-right: 24px;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
}

.newsbox {
	width: 260px;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
}

#madecontainer {
	width: 950px;
	height: 20px;
	margin: auto;
}


/* Textdefinitionen */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #496494;
	font-size: 12px;
	line-height: 20px;	
}

.adressbox {
	font-size: 10px;
	line-height: 16px;
}

.navibox {
	color: #FFFFFF;
}

.subnavibox {
	text-align: left;
	color: #FFFFFF;
}

.contentbox {
	text-align: left;
}

#madecontainer {
	font-size: 10px;
	text-align: right;
}

.headline {
	font-size: 16px;
	font-weight: bold;
	color: #A2BF30;
}

.headlinesub {
	font-size: 16px;
	font-weight: bold;
	color: #E8A400;
}

.smalltext {
	font-size: 10px;
}


/* Linkdefinitionen */

.adress:link, .adress:visited {
	color: #496494;
	text-decoration: underline;
}

.adress:hover, .adress:active {
	color: #184FD6;
	text-decoration: none;
}

.blind:link {
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

.blind:visited {
	font-size: 9px;
	line-height: 12px;
	color: #EFEFEF;
	text-decoration: none;
}

.blind:hover, .blind:active {
	font-size: 9px;
	line-height: 12px;
	color: #BBE515;
	text-decoration: underline;
}

.navi:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.navi:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.navi:hover, .navi:active {
	color: #BBE515;
	text-decoration: underline;
	font-weight: bold;
}

.subnavi:link {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
}

.subnavi:visited {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
}

.subnavi:hover, .subnavi:active {
	color: #F8D73E;
	text-decoration: underline;
	line-height: 30px;
	font-weight: bold;
}


/* sonstige Definitionen */

.addresstable {
	width: 200px;
	height: 146px;
}

.border {
	border: 1px solid #5A729F;
}

.noborder {
	border: 0px;
}
