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

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

h1 {
	width:				100%;
	color:				#ffffff;
	margin:				0;
	margin-bottom:		15px;
	font-weight:		normal;
	text-transform:	uppercase;
	font-size:			13px;
}

img {
	border:				0px;	
}

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

fieldset {
	padding:			5px;
	border:				0px;
}

input {
	border:				1px solid #D7DBDD;
	background-color:	#ffffff;
	font-size:			10px;
	color:				#999999;
}

select {
	border:				1px solid #6D808F;
	background-color:	#ffffff;
	font-size:			10px;
	color:				#999999;
}

fieldset.content input.radio, input.radio {
	border:				0px;
	background-color:	#ffffff;
	width:				17px;
	margin:				0;
	margin-top:			5px;
	margin-right:		5px;
	padding:			0;
}

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





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

a {
	text-decoration:	none;
	color:				#0063AB;
}



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

/* Kompletter Rahmen aussen */
div.wrapper {
	width: 				700px;
	position: 			relative;
	left: 				50%;
	margin-left:		-360px;
	margin-top:			15px;
}

div.branding {
	position:			relative;
	height:				344px;
	background-image: 	url(../images/design/branding_back.png);
	background-repeat: 	no-repeat;
}

/* Hauptnavigation */
div.mainNav {
	width:				222px;
	float:				left;
	margin-right:		5px;
}

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

div.footer {
	width: 				700px;
	position: 			relative;
	left: 				50%;
	margin-left:		-360px;
	margin-top:			15px;
	clear:				both;
	height:				90px;
	top:				20px;
	z-index:			1;
	color:				#dddddd;
}