/* -------------------------------------------------
Projekt		: CSS Default Style
Urls        : http://www.michaelis-freunde.de
Author      : Michaelis und Freunde
File	   	: CSS-Definition
---------------------------------------------------- */

/* ---page defaults--- */
* {
  margin:0;
  border:0;  
  padding:0;
  -moz-box-sizing: content-box;  
  font-family: 'Alike Angular', Times New Roman, Times, serif;
  font-size: 99%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 140%;
  letter-spacing: normal;
  white-space:normal;
  text-align: left;
  text-decoration: none !important;   
}

html, body, p, div { 
	color: #000000;
} 
body {
	padding: 20px;
	text-align: center; 	/* Zentrierung im Internet Explorer */
	background-color:#003366;
}
#wrapper{
	background-color:#FFFFFF;
}
h1 { 
	color: #003366;
	font: bold 40px/50px 'Tangerine', Geneva, Arial, sans-serif, cursive;
	margin-bottom: 5px;
}
h2, h3, h4, h5, h6 {
 	font-family: 'Alike Angular', Times New Roman, Times, serif, cursive;
}
h2 { 
	color: #5A5A5A; 
	font: bold 12px/18px; 
}
h3 {
	color: #5A5A5A;
	font: normal 12px/20px; 
}
h4 {
	color: #8B4513;
	font: normal 12px/20px;
}	
a, a:visited { 
	color: #003366;
	font-weight: bold;
}
a:hover	{ 
	color: #C3BAAB; 
}
a.normal {
	color: #003366;
	font-weight: normal;
}
b, strong {
	font-weight: bold;
	color: #5A5A5A;
}
small, small a, small a:hover, small.grey a, small.grey a:hover {
	font-size: 9px;
}
red {
	color: #ff0000;
}
.grey {
	color: #9A9A9A;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#page{ 
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width:723px;  
	/*background-color:#F2F2F2;*/
} 
#header{
	position:relative;
	height:338px; 
	width:100%;
}
#headerpic {
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1;
}
#twitter{
	position:absolute; 
	top:20px; 
	left:20px;
	width:160px;  
	z-index:2;
	color: #ffffff;
}
#twitter a{
	color: #ffffff;
}
#language {
	position:absolute; 
	bottom:5px; 
	right: 10px; 
	width:100%; 
	z-index:3; 
	text-align: right;
}
#language a {
	color: #ffffff;
}
#language ul {
	margin: 0;
	float:right;
}
#language ul li{
	margin: 0;
	float:left;
}
#language ul li:hover a, #language ul li.active a  {
	color: #FF3333;
}

/* menu horizontal */
#menu_horizontal{
	position:relative; 
	width:100%;
	min-height:30px;
	background-image: url(/cms/fileadmin/template/main/images/navback.png); 
	background-repeat: repeat-x;
} 
#menu_horizontal ul {
	margin: 0;
	margin-left: 150px;
}
#menu_horizontal ul li {
	margin: 0;
	float: left;
}
#menu_horizontal ul li.active {
	min-height:30px;
	background-image: url(/cms/fileadmin/template/main/images/navback_active.png); 
	background-repeat: repeat-x;	
}
#menu_horizontal ul li:hover a, #menu_horizontal ul li.active a, #menu_horizontal ul li.active a:hover {
	color: #FF3333;
}
#menu_horizontal ul li a {
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	font-weight: bold;
	font-size: 12px;;
	color: #fff;
	min-height:27px;
}
#menu_horizontal ul li a:hover {
	color: #666666;
}

/* menu left */
#menu_left{
	margin-top:10px;
	width:140px; 
	float:left; 
	position:relative; 
}
#menu_left ul {
	margin: 0;
}
#menu_left ul li {
	margin-left: 5px;
	background-color: #FFF;
	border-bottom: 1px solid #877557;
	text-align:right;
}
#menu_left ul li:hover, #menu_left ul li.active:hover{
	color: #FFF;
}
#menu_left ul li.active {
}
#menu_left ul li:hover a, #menu_left ul li.active a, #menu_left ul li.active a:hover {
	color: #003366;
}
#menu_left ul li a {
	color: #666666;
	display: block;
}
#menu_left ul ul {
	margin-left: 5px;
	background-color: #AAAAAA;
	border-bottom: 1px solid #877557;
	text-align:right;
}
#menu_left ul ul li {
 margin-right: 5px;
 background-color: #AAAAAA;
 border-bottom: 1px solid #877557;
 text-align:right;
}
#menu_left ul ul li a {
 color: #FFF;
}

/* content */

#content_cols{
	width:570px; 
	float:right; 
	position:relative;
	padding-bottom:30px;
}

.csc-content {
 clear:both;
 margin-top: 20px;
}
.csc-default {
 clear:both;
 margin-top: 20px;
}
.csc-textpic-imagewrap {
 margin-bottom: 20px;
}

#main{
	float: left; 
	display:inline; 
	position: relative; 
	width:530px; 
	min-height:400px;
	height: auto !important;
	height: 400px;		
	padding-left: 5px;
}
#main ul {
	margin: 0;
	padding: 0;
	list-style-position:inside;
	list-style-image:url(/upload/image/bicon_h10.png);
}

#footer{
	position:relative; 
	bottom: 0px;
	clear:both;	
	width:100%;
	min-height:30px;
	background-image: url(/cms/fileadmin/template/main/images/navback.png); 
	background-repeat: repeat-x;	
	background-color:#003366;
} 
#footer ul {
	margin: 0;
	margin-left: 0px;
}
#footer ul li {
	margin: 0;
	float: left;
}
#footer ul li.active {
	min-height:30px;
	background-image: url(/cms/fileadmin/template/main/images/navback_active.png); 
	background-repeat: repeat-x;	
}
#footer ul li:hover a, #menu_horizontal ul li.active a, #menu_horizontal ul li.active a:hover {
	color: #FF3333;
}
#footer ul li a {
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	font-weight: bold;
	font-size: 10px;;
	color: #fff;
	min-height:27px;
}
#footer ul li a:hover {
	color: #666666;
}

#footer_left{
	margin-top:6px;
	width:140px; 
	float:left;  
	text-align: right;
}

#footer_cols{
	width:570px; 
	float:right; 
}

#footer_main{
	float: left; 
	display:inline; 
	width:530px; 	
	padding-left: 5px;
}


/*******************/
.content {
	padding: 10px;
}
/* define behavior for headings */
.csc-header{
	clear:both;
	padding-top: 20px;
}
/* no paddding for first element */
.csc-header-n1{
	padding-top: 0px;
}
.bodytext{
}
.csc-textpic {
	padding-top: 4px;
}
.csc-textpic-image {
	padding-top: 4px;
}

.pad_left_10 {
	padding-left: 10px;
}
.pad_3 {
	padding-top: 6px;
	padding-bottom: 1px;
}
.pad_captcha {
	float:right;
	padding-top: 25px;
}
/* *** Float containers fix: *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* Mailform */
.csc-mailform { border:none; }
.csc-mailform-field label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

/* Subheader extension */
.csc-textsubheader{
	color: #333333;
	font: bold 12px/14px Geneva,Arial,sans-serif;
	margin-bottom: 5px;
}

/* bullet list */
.csc-bulletlist {
	list-style-type:disc;
	list-style-position:outside;
}

.csc-sitemap ul {
 list-style-type:disc;
 list-style-position:outside;
 color:#AAAAAA;
}
/* intent of 3. level */
.csc-sitemap ul li ul li {
 margin-left:10px;
}
/* intent of 4. level */
.csc-sitemap ul li ul li {
 margin-left:20px;
}
/* intent of 5. level */
.csc-sitemap ul li ul li {
 margin-left:30px;
}
