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

body { 
text-align:			left; 
min-width:			760px; 
font-family:		verdana, arial, "sans serif"; 
color:				#000; 
font-size:			13px; 
margin:				0; 
padding:			0; 
background-image: 	url(../images/body.jpg); 
background-repeat: 	repeat-y; 
background-position: center top; 
}

h1 { 
width:				100%; 
color:				#FDCF00; 
margin:				0 0 25px; 
font-weight:		bold; 
text-transform:		uppercase; 
text-transform:		none; 
font-size:			14px; 
padding-bottom: 	5px;
border-bottom: 		1px solid #FDCF00; 
}

h1 a { 
color:				#FDCF00; 
text-transform:		none; 
}

h3 {
	font-size:		12px;
}

img {
	border:			0px;	
}

/* Formulare */
form {}

fieldset { 
padding:			5px; 
border-style: 		none; 
outline-style: 		none; 
}

input {
	border:				solid 1px #134489;
	background-color:	#ffffff;
	font-size:			12px;
	color:				#000;
}

select {
	border:				solid 1px #134489;
	background-color:	#ffffff;
	font-size:			10px;
	color:				#000;
}

textarea {
	border:				solid 1px #134489;
	background-color:	#ffffff;
	font-size:			10px;
	color:				#000;
}

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

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





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

a {
	text-decoration:	none;
	color:				#124388;
}



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

/* Kompletter Rahmen aussen */
div.wrapper {
	width: 				980px;
	position: 			relative;
	left: 				50%;
	margin-left:		-480px;
}

div.branding {
	position:			relative;
	width:				980px;
	height:				240px;
	margin-bottom:		3px;
	margin-top:			15px;
	background-image: 	url(../images/head1.jpg);
	background-repeat: 	no-repeat;
}

/* Hauptnavigation */
div.mainNav {
	width:				200px;
	float:				left;
}

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

div.mainContent {
	margin-top:			18px;
	width:				565px;
	min-height:			10px;
	float:				left;
    color:              #fff;
}

div.secondaryContent {
	width:				180px;
	float:				right;
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */




/**** CMS *****/

div.cmsContent {
	margin-top:			18px;
	width:				760px;
	float: 				right;
}

div.cmsFooter {
	margin-left:		-490px;
}

/*#footer {
	margin-left:		160px;
	text-align:			center;
	height:				30px;
	width:				979px;
	color: 				#ffffff; 
	background: 		#134489; 
	border-top: 		5px solid #B5C1D1;	
}*/

