/*ALLGEMEINE DEFINITIONEN*/
html{
	min-height: 101%;
}

body{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	background:#253347;
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

a img {border: 0px} 

ul.menu a:link, ul.menu a:visited {color: #F2F2F2; text-decoration:none;}
ul.menu a:hover, ul.menu a:active {color: #ffffff; text-decoration:underline;}


/*Tooltip*/
.tool-tip {
   float: left;
   background: #ffc;
   border: 1px solid #D4D5AA;
   padding: 5px;
   max-width: 200px;
   opacity: 0.8;
}

.tool-title {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
   background: url(../images/arrow.png) no-repeat;
}

.tool-text {
   font-size: 100%;
   margin: 0;
}


/*FOOTERCLASS*/
.footerclass {
	color: #F2F2F2;
}
.footerclass a:link, .footerclass a:visited, .footerclass a:active {color: #F2F2F2; text-decoration:none;}
.footerclass a:hover {color: #ffffff; text-decoration:underline;}


/*Links Allgemein*/
a:link, a:visited { color:#000099; text-decoration:none;}
a:hover, a:active {text-decoration:underline;}

/*Waagrechte Linie*/
hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}


/*SUCHFELD*/
div#header form{
  display: block;
}

div#header form input{
  border: 1px solid #636e74;
  color: #636e74;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 0px;
  padding-left:5px;
  font-size: 12px;
  width:128px;
  height:20px;
}

div#header form input.button{
  border: none;
  height: 15px;
  background: white;
}

#searchForm{
  width: 480;
  margin-left: 20px;
  margin-top: 30px;
}


/*purity-style*/



 /* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.componentheading {font-size:24px; font-weight:bold; margin-bottom:18px;}
.contentheading {font-size:18px;}
 
 h2 {font-size: 150%; }
 h1 {font-size: 220%;}
 h2 {font-size: 150%;}
 h3 {font-size: 125%;}
 h4 {font-size: 100%;text-transform: uppercase;}
 

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet.png) no-repeat 18px 8px;
	line-height: 180%;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}




/* ============ DIVs ============*/
#container{
	width: 970px;
	margin: 0 auto;
	padding: 0px;
	background: #ededed;
}

/*SEITENBEREICHE*/
#header{
	width: 100%;
	margin: 0px;
	height: 180px;
	padding-top: 0px;
	background: #F2F2F2;
	/*background-image: url(../images/headerbackground.jpg);*/
}	

#mitte{
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	float: left;
	background: #992C24;
}	

#footer{
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
	float: left;
	background: #992C24;
	border-top:5px solid #cccccc;
	color: #F2F2F2;
	font-weight:bold;
	text-align:center;
}	

/*HEADER*/
#logo{
	width: 180px;
	height: 180px;
	/*background: #336670; */
	float: left;
	border-right:5px solid #cccccc;
}	

#titel{
	width: 785px;
	height: 156px;
	background: #E5E5E5;
	float: right;
	vertical-align:bottom;
}


#breadcrumbs{
	width: 639px;
	height: 22px;
	background: #ffffff; 
	float: left;
	padding-left: 10px;
	padding-top: 2px;
}

#search{
	width: 135px;
	height: 20px;
	float: right;
	background: #253347;
	color:#CCCCCC; 
	padding-left: 0px;
	padding-top: 0px;
}	



/*MITTELBEREICH*/
#linkesmenu{
	width: 160px !important;
	padding: 10px;
	background: #992C24;
	margin: 0px;
	float: left;
	font-weight:bold;
	color:#ededed;
	border-top:5px solid #cccccc;     
}	


#content{
	width:625px;
	min-height:625px;
	float: left;
	background: #F2F2F2;
	padding:10px;
	border-right:5px solid #cccccc;
	border-left:5px solid #cccccc;
	border-top:5px solid #cccccc;
	border-bottom:5px solid #cccccc;
}	

#rechtesmenu{
	width: 135px;
	background: #992C24;
	float: right;
	border-top:5px solid #cccccc;
}	


