@charset "utf-8";
/*--------------------------Reset--------------------------------*/
* {
	padding: 0;
	margin: 0;
}

html {
	height: 105%;
	font-size: 62.5%;
	line-height: 2.0em;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	text-align: center;
	color: #666;
}

html, body, h1, h2, h3, h4, h5, h6, p, form, table {
	margin: 0em;
}

html, body, form, table {
	padding: 0em;
}

html, body, img, table {
	border: none;
}


h1, h2, h3, h4, h5, h6 {
	padding: 1.0em 0em 1.0em 0em; font-weight: bold;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #999;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
}

h3 {
	font-size: 1.2em;
	color: #999;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.2em;
}

p  {
	padding: 0em 0em 1.5em 0em;
	text-align: left;
}

blockquote {
	margin: 2em; padding: 2em;
}

acronym, abbr {
	cursor: help; letter-spacing: 1px; border-bottom: dashed;
}

table td {
	padding: 5px;
}

input {
	padding: 3px;
}

a {
	text-decoration: none;
	line-height: 1.4em;
}

a:link, a:hover {
	padding-bottom: 1.0em; text-decoration: none;
}

a:link {
	color: #666; padding-bottom: 1.0em; text-decoration: none;
}
a:visited {
	color: #555; padding-bottom: 1.0em; text-decoration: none;
}
a:hover {
	color: #F90; padding-bottom: 1.0em; text-decoration: none;
}

/* hide hack from Mac-IE5 \*/
* html .buggy { height: 1%; }
/* end hiding */


/*--------------------------Seite--------------------------------*/

#container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 768px;
	text-align: left;
	margin: auto;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
}

#header {
	height: 171px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
	border-top: 3px solid #F90; 
	border-bottom: 3px solid #F90; 
	background-image: url(/templates/SR/images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#nav_head {
	padding: 10px;
} 

#nav_head a {
	color: #AAA;
	text-transform: uppercase;
} 

#nav_head a.menu-current {
	text-decoration: underline;
}

#nav_head a:hover {
	color: #F90;
} 

#nav_head li {
	display: inline;
	font-size: 1.2em;
	padding-right: 35px;
	text-decoration: none;
}

#box_left {
	height: auto;
	width: 68%;
	overflow: hidden;
	float: left;
	padding: 10px 15px 10px 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}

#box_left p {
	text-align: justify;
}

#box_left ul {
	padding: 0 0 1.5em 2.5em;
}

#box_right {
	height: auto;
	width: 27%;
	overflow: hidden;
	background-color: #FFF;
	float: right;
	padding: 10px;
}

#box_right p {
	text-align: justify;
}

#spare_top {
	height: 20px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
}

#spare_top2 {
	height: 10px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
}

#spare_bottom {
	height: 10px;

	clear: both;
	overflow: hidden;
}

#footer {
	clear: both;
	height: auto;
	width: 100%;
	border-top: 1px dotted #ccc;
	background-color: #FFF;
	padding-top: 10px;
}

#nav_bottom {
	padding: 0px 10px 10px 10px;
	border-bottom: 1px dotted #ccc;
} 

#nav_bottom a {
	color: #aaa;
	text-transform: uppercase;
} 

#nav_bottom a.menu-current {
	text-decoration: underline;
}

#nav_bottom a:hover {
	color: #F90;
} 

#nav_bottom li {
	display: inline;
	font-size: 1.2em;
	padding-right: 35px;
	text-decoration: none;
}

#fboxl {
	float: left;
	height: auto;
	width: 50%;
}

#fboxr {
	float: right;
	height: auto;
	width: 50%;
}
#fboxr p {
	text-align: right;
}

#news {
	height: auto;
	width: 100%;
	background-color: #FFF;
}

.bildhlinks {
	height: auto;
	width: 160px;
	padding-bottom: 10px;
	padding-right: 3px;
}

.bildhrechts {
	height: auto;
	width: 160px;
	padding-bottom: 10px;
	padding-left: 4px;
}

.right {
	text-align: right;
}