/* *********************** Grundinformationen *********************** */

/* Setzt alle Boxen und Rahmen standardmaessig auf 0 */
* {
	margin:		0;
	padding:	0;
}

body {
	text-align:	left;
	min-width:	760px;
	font-family:	verdana, arial, sans serif;
	font-size:		11px;
	padding-top:		5px;
	/*background-color:	#ffffff;*/ 
	background-image: url('../images/background_mikka.jpg');
	background-repeat: repeat;
}

h1 {
	width:				100%;
	margin-bottom: 		10px;		
	background-color:	#AE2D20;
	text-align:			left;
	font-size:			12px;
	font-weight:		bold;
	line-height:		20px;
	text-indent:		5px;
	color:				#ffffff;
}

h1 a {
	color:				#ffffff;
}

h3 {
	font-size:			12px;
}

img {
	border:				0px;	
}

/* Formulare */
form {
	display:			inline;	
}

fieldset {
	border-width: 					1px;
	border-style: 					dashed;
	border-color:					#AE2D20;
	background-color:	#FFFFFD;
	padding:			5px;
}

input {
	border-width: 					1px;
	border-style: 					dashed;
	border-color:					#AE2D20;
	background-color:	#DE5656;
	font-size:			10px;
}

select {
	border-width: 					1px;
	border-style: 					dashed;
	border-color:					#AE2D20;
	background-color:	#DE5656;
	font-size:			10px;
}

input.radio {
	border:				0px;
	background-color:	#ffffff;
	width:				15px;
}

/* *********************** Ende Grundinformationen *********************** */





/* *********************** Link Definitionen *********************** */

a {
	text-decoration:	none;
	color:				#702D03;
}
a:hover {
	text-decoration: underline;
}



/* *********************** Grunddesign, Header, Footer, Content *********************** */

/* Kompletter Rahmen aussen */
#wrapper {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
	/*background-color:	#ffffff;*/ 
	background-image: url('../images/template/main_bg.gif');
	background-repeat: repeat-y;
	/*margin:				auto; */
}

#branding {
	position:			relative;
	width:				888px;
	height:				100px;
	border:				1px dotted #551711;
	margin-bottom:		3px;
	background-color:	#ffffff;
}

/* Hauptnavigation */
#mainNav {
	width:				170px;
	float:				left;
	/** background-color:	#E2976A; **/
}

/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
#content {
	width:				720px;
	float: 				right;
}

#mainContent {
	width:				530px;
	min-height:			10px;
	float:				left;
	border-left:		10px solid #ffffff;
}

#secondaryContent {
	width:				170px;
	float:				right;
	/** background-color:	#E2976A; **/
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */


#footer {
	clear:				both;
}
#footer2 {
	width: 				888px;
	height:				30px;
	border:				1px dotted #551711;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
	clear:				both;
	text-align:			center;
	padding-top:		10px;
}
		
/******************* CMS *******************/

#CMSwrapper {
	width: 				890px;
	position: 			relative;
	left: 				50%;
	margin-left:		-430px;
	background-color:	#ffffff; 
	background-image: url(../images/template/cms_bg.gif);
	background-repeat: repeat-y;
}

#CMScontent {
	width:				720px;
	float: 				right;
}

#CMSmainContent {
	width:				710px;
	min-height:			10px;
	float:				left;
	border-left:		10px solid #ffffff;
}