@import 'resetShort.css';

/*
 * main tags
*/

html, body {
	height: 100%;
}
body {
	background: #2d3b4b url(images/bggraublau1.png) repeat-x left top;
	/*background: #143265 url(images/bg.png) repeat-x left top;*/
	font-family: Verdana, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
body, th, td, div, p {
	font-size: 12px;
	line-height: 18px;
}
a:link, a.link {
	color: #215DB1;
	text-decoration: none;
}
a:visited, a.visited {
	color: #215DB1;
	text-decoration: none;
}

a:hover, a.hover, a:active, a.active {
	color: #aa8c46;
	text-decoration: underline;
}
a{
	text-decoration:none;
}
img {
	border: medium none;
}
h1,h2,h3,h4,h5,h6{
	color:#AA8C46;
	font-family:Arial,sans-serif;
	font-size: 14px;
	font-weight:bold;
}
h1{
	font-size: 16px;
	margin-bottom:10px;
}
hr{
	border: 0px;
	border-top: solid 1px #c8c4b9;
	border-bottom: transparent;
	margin:6px 0 4px;
}
ul{
	list-style-type: none;
	list-style-image: url(images/dotList.gif);
}
li{
	margin-left:15px;
}
table{
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
}
table tr td {
	vertical-align: middle;
	border-bottom:1px solid #ddd;
	padding:4px;
}
/*
 * general layout
*/

#maincenter{
	background: transparent url(images/bgCenter.png) repeat-y left top;
	margin: 0 auto;
	width:1000px;
}
#maincontent{
	margin: 0;
	padding:0 20px 1px 20px !important;
}
#footercenter{
	background: transparent url(images/bgFooter.png) no-repeat left bottom;
	margin: 0 auto;
	width:1000px;
}
#footercontent{
	margin: 0;
	padding:10px 30px 30px 30px;
	color:#444444;
}
#footercontent a{
	color:#215DB1;
}
#footercontent a:hover{
	color:#AA8C46;
	text-decoration: underline;
}
#footer{
	border:1px solid #fff;
}
.clear{
  clear: both; 
  display: block; 
  height: 0; 
  content: "."; 
  visibility: hidden;
}

/*
 * top 
*/

#topleft, #topright{
	color:#fff;
}
#topleft{
	float:left;
	margin:7px 0 1px 10px;
}
#topleft h1, #topleft h3{
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	color:#fff;
	white-space:nowrap;
}
#topleft h1 {
	font-size:24px;
	line-height:22px;
	margin-top:4px;
}
#topleft h3 {
	font-size:16px;
	line-height:16px;
	margin-top:10px;
}
#topright{
	background: transparent url(images/searchbg.png) no-repeat left top;
	float:right;
	margin:0 10px 1px 0;
	padding:0;
	width:270px;
	height:58px;
}
#topright div.inner{
	position:relative;
	background: transparent url(images/searchbg2.png) no-repeat right top;
	display:block;
	width:270px;
	height:58px;
}
#topright div.inner div.first{
	position:absolute;
	bottom: 35px;
	left: 10px;
}
#topright div.inner div.first input[type=text]{
	border: 1px solid #ddd;
	margin-left:11px;
	width:210px;
}
#topright div.inner div.first img{
	margin-bottom:-7px;
}
#topright div.inner div.second{
	position:absolute;
	width:auto;
	bottom:6px;
	left:10px;
	text-align:center;
	font-size:11px;
	color:#fff;
}
#topleft a, #topright a{
	color:#fff;
}
#topleft a:hover, #topright a:hover{
	text-decoration: underline;
}


/*
 * main navigation
*/

.mainnav {
	clear:both;
	display:block;
	width:980px;
}
.mainnav ul {
	list-style:none;
	margin:0;
	padding-left:10px;
}
.mainnav ul li {
	float:left;
	margin:0;
	padding:0;
	margin-right:7px;
}
.mainnav a {
	background:url("images/buttonMainNavBg.png") no-repeat left top;
	float:left;
	display:block;
	margin:0;
	padding-left:10px;
	color:#fff;
	height:25px;
	line-height:25px;
	text-decoration: none;
}
.mainnav a span {
	display:block;
	background:url("images/buttonMainNavBg.png") no-repeat right -27px;
	padding:0 10px 1px 2px;
}
.mainnav a:hover {
	background-position: left -54px;
}
.mainnav a:hover span {
	background-position: right -81px;
}

.mainnav .active a {
	background-position: left -108px !important;
}

.mainnav .active a:link, .mainnav .active a:visited {
	color: #AA8C46;
}

.mainnav .active span {
	background-position: right -135px !important;
}

.mainnav .active-with-subnav a {
	height: 32px;
	background-position: left -162px !important;
	margin-bottom: -4px;
}

.mainnav .active-with-subnav a:link, .mainnav .active-with-subnav a:visited {
	color: #AA8C46;
}

.mainnav .active-with-subnav span {
	padding-bottom: 4px;
	background-position: right -196px !important;
}

.subnav {
	clear: both;
	padding: 4px 7px 5px;
	margin: 0 10px;
	background-color: #fff;
}
.subnav ul {
	margin-left:15px;
}
.subnav li {
	display: inline;
	list-style: none;
	font-size: 12px;
	color: #ccc;
	margin-left:0;
}

.subnav li a {
	margin: 0 .5em;
}
.subnav li.active a {
	color: #aa8c46;
}

/*
 * main content
*/

.whitebox{
	clear:both;
	margin:0 10px 10px 10px;
	padding:10px;
	background-color:#fff;
	min-height:300px;
}
.whitebox div.linke-spalte{
	float:left;/**/
}

.whitebox div.rechte-spalte{
	float:right;
	width:310px;
	margin-left:20px;
}
.whitebox div.rechte-spalte div.box{
	margin:0;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #e3ded2;
	background-color: #f1efe8;
	/*background: #f1efe8 url(images/bgRechteSpalte.gif) repeat-x left top;*/
}
.whitebox div.rechte-spalte div.box h1{
	font-size: 14px;
	margin-bottom:2px;
}

.box{
	clear:both;
	margin-top:10px;
}
.box h1{
	clear:both;
	margin-bottom: auto;
}
.box h1 a{
	color:#AA8C46;
}

.box-one, .box-border{
	background-color:#fff;
	border:4px solid #e3ded2;
	margin-bottom:10px;
	padding:5px;
}
.box-one a{
	color:#d5182a;
}
.rotaryaktuell img{
	/*float:left;
	margin-right:6px;*/
}
.rotaryaktuell hr{
	clear:both;
	display:block;
	margin: 6px 0 10px;
}
#logoutbox{
	display:none;
}
/*
 * general
*/
.small, .smallem{
	font-size:11px;
}
.smallem{
	font-style:oblique;
}
.smallheight{
	line-height: 11px;
}
.verysmall{
	font-size:10px;
}
.grau, a.grau, span.grau a{
	color:#777;
}
.linkcolor{
	color:#215DB1;
}
.rot, .error{
	color:#d5182a;
}

.twocols{
	clear:both;
}
.twocols .left, .twocols .right{
	float:left;
	width:285px;
}
.twocols .left{
	margin-right:20px;
}
.bannerlink{
	float: right;
	display:inline;
}
/*
 * lists
*/

.searchlist{
	padding: 8px 12px;
}
.searchlist a{
	font-weight:bold;
}
.searchlist:hover {
	background-color:#F0F0F0;
	cursor:pointer;
}
.underline{
	border-bottom:1px solid #C7C7C7;
}

.dlliste {
	background: #FDFDFD url(images/verlaufHellGrau2.gif) repeat-x left top;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	padding:8px;
	display:block;
	margin:8px 0;
}
.dlliste h3 {
	font-size: 14px;
	line-height: 18px;
	margin:16px 0 0;
}

/*
 * we content 
*/

.bild-links, .bild-rechts {
	border: medium none;
}
.bild-links-border, .bild-rechts-border{
	border: 1px solid #777;
}
.bild-links, .bild-links-border{
	float:left;
	margin:4px 8px 2px 0;
}
.bild-rechts, .bild-rechts-border{
	float:right;
	margin:4px 0 2px 8px;
}

.hinteditmode{
	background-color:#ddd;
	color:#ff0000;
	font-size:11px;
}

