/* Start of CMSMS style sheet 'koall-css-home' */
@charset "utf-8";


/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}


body {
	background: #E7E7E7;
	border-top: 1px solid #fff;
	color: #85746A;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#hr {
       background: url(images/hr.gif) no-repeat;
       height: 5px;
       width: 640px;
       margin: 0px 15px 10px 15px;

}

img,
a img {
	border: 0;
}

hr {
       border:solid #E8E6DC 3px;
       background-color:E8E6DC;
       height: 1px;
       margin: 0px 15px 0px 15px;

}	

.floatleft {
	float: left;
	margin: 0 25px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}

.xs {
	font-size: .9em;
}

.tab {
	float: left;
	width: 14em;
}


/* Links
----------------------------------------------- */
a,
a:visited {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#footer a,
#footer a:visited {
	color: #4d4d4d;
	outline: none;
	text-decoration: underline;
}
#footer a:hover {
	color: #4d4d4d;
	text-decoration: none;
}

/* Typo
----------------------------------------------- */

.contentpaneopen {

        margin: 0 0 1em 0;
}

.contentheading{
	
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
}

.contentpagetitle{
	
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 1em;
	padding: 0;
}

.a.contentpagetitle{
	
	color: #787878;
         font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 1em;
	padding: 0;
}

.headline {
	color: #787878;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0;
}
h1 {
	margin: 0 0 .5em 0;
}
h2, h3, h4 {
	margin: 0 0 .2em 0;
}
#submenu h3 {
	font-size: 14px;
	margin: 0 0 15px 0;
}
p, address, blockquote {
	margin: 1em 0 1em 0;
}
#header p {
	margin: 0;
}
address {
	font-style: normal;
}
#content ul {
	margin: 3px 0 1em 20px;
}
#content ul li {
	padding: 0 0 2px 0;
	list-style: disc;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	background: url(graphics/bg_wrapper.gif) no-repeat 0 23px;
	font-size: 12px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	text-align: left;
	width: 700px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	
	float: left;
	height: 90px;
	margin: 0;
	width: 100%;
}
.logo {
	float: left;
	margin: 50px 0 0 15px;
}
.slogan {
	float: left;
	margin: 15px 0 0 100px;
}


#images {
	float: left;
	margin-left: 23px;
        margin-bottom: 10px;
	width: 630px;
}

#container {
	background: #fff url(graphics/bg_container.gif) repeat-y;
	float: left;
	margin: 0;
	padding: 0 12px;
	width: 676px;
}
#content {
	background: url(gfx/bg_content.gif) no-repeat 0 0;
	float: left;
	margin-left: 20px;
margin-top: 0px;        

	padding: 0px 15px 0px 15;
	width: 550px;
       
}
#inner {
	
	float: left;
	width: 100%;
}
#footer {
	background: url(graphics/bg_footer.gif) no-repeat 0 0;
	color: #4d4d4d;
	float: left;
	font-size: 11px;
	height: 40px;
	margin: 0;
	line-height: 40px;
	padding: 15px 0 15px 0;
	text-align: center;
	width: 100%;
}
#footer p {
	margin: 0;
	padding: 0;
}

/*Definition Aussehen Buttons global
*/
.button  {
  font-size        : 11px;
  color            : #333333;
  border           : solid 1px #999999;
  margin-bottom    : 5px;
  background-color : #ededed;
  padding          : 2px;
}

/* Navigationen
-----------------------------------------------*/
#menu {
	background: #958D87;
        display: block;
        font-size: 11px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 0px;
	height: 23px;
	margin: 0 0 0 21px;
        float: left;
	width: 630px;
}
#menu ul {
	color: white;
        
	margin: 0;
	padding: 5px 5px;
	text-align: center;
}
#menu ul li {
	display: inline;
border-right: 1px solid #C0C0C0;
        border-left: 1px solid #C0C0C0;

}
#menu ul li a,
#menu ul li a:visited {
	color: white;
        background: #958D87;
        
	padding: 5px 5px;
	text-decoration: none;
}
#menu ul li a,
#menu ul li a:hover {
	background: #937A69;
	color: #fff;
	padding: 5px 5px;
	text-decoration: none;
}
#menu ul li a,
#menu ul li a:active {
	background: #9a887c;

	color: #fff;
	padding: 5px 5px;
	text-decoration: none;
}
/* End of 'koall-css-home' */

