/*********************************************************************************


			Oliver Kreischer
			Programmierung & Design
			Zellerberg 3
			82340 Feldafing

			Telefon: 08157-9993093
			Web:     www.kreischer.de
			
			

**********************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }

a:focus { outline: none; }
legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ####################################################################### */

dl		{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;} 
dl dd		{margin: 0 0 0 0;}

ol		{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p		{margin-bottom: 0em;}

ul		{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre		{font-size:1.2em; }

a:hover { text-decoration:none; }


/* ####################################################################### */
html {
	min-height: 100%;
	margin-bottom: 1px;
	background-color: #fff;
	background-image: url(website_back.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

body {
	font-size: 12px;
	line-height: 17px;
	font-family: verdana, arial, helvetica, sans-serif;
	}

/* \*/ * html body { text-align:center; } /* *//* IE 5.5 Hack */

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.floatLeft { float:left; padding: 0 15px 0 15px ;}
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ####################################################################### */
#site-content {
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	height:100%;
	width: 790px;
	text-align: left;
}

/* ####################################################################### */

#header {
	position:relative;
	padding:0;
	height: 175px;
 	height: 225px !ie;

}

/* ####################################################################### */

#logo {
	display: block;
	margin-left: 10px;
	padding: 0;
	margin-top: 55px;
	width: 380px;
	background-image: url(cm_logo.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#logo a {
	display:block;
	height: 60px;
	width: 270px;
	text-indent:-700em;
}
/* ####################################################################### */

#nav-header {
	margin-top: 45px;
	margin-left: 0;
	height: 25px;
	background-image: url(nav_back.gif);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}


#nav-header ul {
	text-align: left;
}

#nav-header li {
	display:inline;
}

#nav-header a, 
#nav-header a:link {
	color:#68676c; 
	font-size: 12px;
	text-decoration: none;
	padding: 0 10px;
}

#nav-header a:hover {
	color:#a13262;
}

#nav-header a.current, 
#nav-header a.current:link {
	color:#a13262;
}

#nav-header a.current:hover {
	color:#a13262;
}



#navheight_horiz_vert {
	margin-top: 4px;
}

#navheight_horiz_vert ul{
	margin-left: 0;
	text-align: left;
}

#navheight_horiz_vert li{
	display:inline;
}

ul.nav2nd li {

}

ul.nav2nd a, 
ul.nav2nd a:link {
	color:#68676c; 
	font-size: 12px;
	text-decoration: none;
	padding: 0 10px;
}

ul.nav2nd a:hover {
	color:#a13262;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	color:#a13262;
}


/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}




/* ####################################################################### */

#maincontent {

}

#content {
	width: 790px;
	padding-left: 10px;
	}




#content_links {
	position: absolute;
	width: 385px;
	padding-left: 10px;
}

#content_rechts {
	position: absolute;
	left: 405px;
	height: 50px;
	width: 385px;
}


#maincontent h1 {
	color:#a13262; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 8px;
   	line-height: 20px;
}

#maincontent h2 {
	color:#a13262; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
   	line-height: 20px;
}

#maincontent h3 {
	color:#a13262; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
   	line-height: 20px;
}

#maincontent p {
	color:#474747; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 20px;
	padding: 0 0 0 12px;
}

#maincontent strong {
	color:#000; 
	font-weight: normal;
}

#maincontent ul		{list-style: none; margin-bottom: 15px; padding: 0 0 0 12px;}
#maincontent ul li		{
	color:#474747; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 17px;
	margin: 0;
	padding: 0 0 8px 12px;
	background-image: url(dot.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}



.zweispalter {
  width: 750px; 
}

.zweispalter_1 {
  width: 360px;
}

.zweispalter_2 {
  width: 360px;
  margin-left: 30px;
}

.zweispalter_1, 
.zweispalter_2 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}

ins {
	text-decoration: none;
	background-image: url(underline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}
	
	
.extern {
	padding-left:15px;
	color: #000;
	background:url('ext_link.gif') no-repeat left center;
	}

#maincontent  p a:link,
#maincontent ul li a:link {
  color: #000;
  text-decoration: underline;
}

#maincontent  p a:visited,
#maincontent  ul li a:visited {
  color: #000;
  text-decoration: underline;
}

#maincontent  p a:active,
#maincontent  ul li a:active {
  color: #912958;
  text-decoration: underline;
}

#maincontent  p a:hover,
#maincontent  ul li a:hover {
  color: #912958;
  text-decoration: underline;  
}


/*	Formulare *****************************************************************/
div#form-module fieldset {
}

div#form-module p {
	clear: both;
	margin-bottom: 10px;
}
div#form-module p.formcheckbox, 
div#form-module p.formmcheckbox {
	float: left;
	width: 100%;
}
div.com-usersearch p.ftxt, 
div.com-usersearch p.fslct {
	float: left;
}

div#form-module p.formselect, 
div#form-module p.formtextarea, 
div#form-module p.formcheckbox, 
div#form-module p.formmcheckbox {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}
div#form-module p.formhtml, 
div#form-module p.formcaptcha {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
div#form-module p.formhtml {
	font-weight: bold;
}


/******************************	Label */
div#form-module p label {
	display: block;
	float: left;
	width: 80px;
	padding-top: 3px;
}
div#form-module p.formtextarea label {
	float: none;
}
div#form-module p.formcheckbox label {
	padding-top: 0px;
}
div.com-answer div#form-module div.com-content p.formtext label {
	width: 80px;
}
div#form-module p.formtextarea label {
	display: block;
	float: left;
	width: 80px;
	padding-top: 3px;
}

/******************************	Captcha */
div#form-module p.formcaptcha input {
	margin-top:4px;
}
div#form-module p.formcaptcha span {
	display:block;
}

/******************************	Input */
div#form-module p.formtext input, 
div#form-module p.formpassword input, 
div#form-module p.formcaptcha input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 270px;
}
div.com-answer div#form-module div.com-content p.formtext input {
	width: 270px;
}
div#form-module p.formcaptcha input {
	width: 80px;
}
div#form-module p.formtext input, 
div#form-module p.formpassword input, 
div#form-module p.formcaptcha input, 
div#form-module p.formmediapool input {
	border: 1px solid #d9d9d9;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

/******************************	TEXTAREA */
div#form-module p.formtextarea textarea {
	padding: 2px;
	width: 270px;
	height: 200px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #d9d9d9;
}
div.com-answer div#form-module div.com-content p.formtextarea textarea {
	width: 270px;
}
/******************************	Select */
div#form-module p.formselect select {
	width: 270px;
}

/******************************	CHECKBOX */
div#form-module p.formcheckbox input, 
div#form-module p.formmcheckbox input {
	float: left;
	margin: 5px;
	margin-left: 80px;
}
div#form-module p.formmcheckbox input {
	margin-left: 0px;
}
div#form-module p.formcheckbox label, 
div#form-module p.formmcheckbox label {
	float: left;
	margin-left: 10px;
	width: 270px;
}

/******************************	LINE */
div#form-module p.formline {
	overflow: hidden;
	height: 1px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

/******************************	SUBMIT */
div#form-module p.formsubmit label {
	display: none;
}
div#form-module p.bt1, 
div#form-module p.formsubmit input {
	margin-left: 80px !important;
	margin-left: 83px;
	width: 275px;
}
div#form-module p.formsubmit input {
	padding: 2px;
	background-color: #d9d9d9;
	border: 0;
	color: #000;
}


.buchstabe a, 
.buchstabe a:link {
	color:#68676c; 
	font-size: 12px;
	text-decoration: none;
	padding-right: 3px;
}

.buchstabe a:hover {
	color:#a13262;
}

.listenanfang a, 
.listenanfang a:link {
	color:#68676c; 
	font-size: 10px;
	text-decoration: none;
	margin: 10px;
}

.listenanfang a:hover {
	color:#a13262;
}


.linie {
	height: 1px;
	text-decoration: none;
	background-image: url(./files/underline.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}

.plain a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}

.iframe  {
	scrolling:no; 
	scrollbarvisable:no; 
	scroll:no; 
	overflow-x:hidden; 
	overflow:hidden}
