* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: sans-serif;
}

html {
	font-size: 0.625em;
}

a {
	color: #406080;
}

body {
	font-size: 1.2em;
	color: #4c4c4c;
	background-image: url(/gfx/body_background.jpg);
	background-repeat: repeat-y;
	background-position: left;
	max-width: 1440px;
	min-width: 980px;
}

input {
	margin: 2px;
	background-color: #EFEFD7;
	border: 1px solid #999;
	padding-left: 8px;
/* Muss noch ausgelagert werden, Opera ignoriert das gesamte input  wenns drin ist */
	-moz-border-radius: 5px;;
}

input.submit {
	background: url(/gfx/submit_background.gif) no-repeat 3px center;
	background-color: #EFEFD7;
}

input.clear {
	margin: 0px;
	background-color: transparent;
	border: 0px;
	padding-left: 0px;
	-moz-border-radius: 0px;
}

#header {
	background-image: url(http://bo-ws.de/gfx/bo-ws.gif);
	background-repeat: no-repeat;
	width: 80%;
	height: 100px;
	margin: 1% 10%;
	border-bottom: 1px dashed #000;
	clear: both;
}

#login {
	float: right;
	text-align: right;
}

#login h1 {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

#login label {
	float: left;
}

#nav_left, #impress {
	float: left;
	width: 18%;
	margin-left: 10%;
	min-width: 175px;
	max-width: 250px;
	margin-bottom: 1em;
}

#nav_left {
	min-height: 150px;
}

#impress {
	text-align: right;
}

#nav_left li {
	list-style-type: none;
	background-image: url(/gfx/navi_button.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding-right: 20px;
	border-bottom: 1px dashed #DEDEDE;
}

#nav_left li:last-child {
	border-bottom: 0;
}

#teaser {
	width: 56%;
	margin-right: 10%;
	padding: 0 1%;
	float: right;
	clear: right;
	height: 210px;
	margin-bottom: 1em;
}

#content {
	width: 56%;
	margin-right: 10%;
	margin-bottom: 1em;
	padding: 0 1%;
	float: right;
	clear: right;
	border-left: 1px dashed #DEDEDE;
}

#content h1 {
	color: #4c6888;
	font-size: large;
}

#content p {
	margin-bottom: 1em;
}

#content ul {
	margin-left: 1em;
}

#content.zweiSpalten {
	background: url(/gfx/1px_trenner.png);
	background-position: center;
	background-repeat: repeat-y;
}

#content.zweiSpalten div {
	margin: 0 1% 1em 1%;
}

#content.zweiSpalten div.l {
	float: left;
	width: 45%;
}

#content.zweiSpalten div.r {
	float: right;
	width: 45%;
}

#bottom {
	clear: both;
	background-color: #a3a3a3;
	margin-left: 23px;
	margin-bottom: 2em;
	text-align: center;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #818181;
	color: #EEE;
	font-weight: bold;
	padding: 0 10%;
}