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

html {
font-size:1em;
}

body {
	text-align:			left;
	min-width:			760px;
	font-family: helvetica,arial,verdana,"sans serif";
	color:				#444;
	font-size:			0.75em;
	margin:				0;
	padding:			0;
	/*background: 	url("../images/getbox-background-lines.jpg") repeat-x fixed center 0;*/
	background-image: 	url("../images/getbox-background-lines.jpg");
	background-repeat: 	repeat-x;
	line-height: 1.4em;
	background-color: #eee;
}

/*h1 {
	width:				100%;
	color:				#444;
	margin:				0;
	margin-bottom:		15px;
	xtext-transform:	uppercase;
	text-transform:		none;
	font-size:			16px;
	border-bottom:		0px solid #D66C00;
	padding-bottom:		4px;
}*/

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

h2 {
	font-size:			1em;
	font-weight:		bold;
	padding-bottom:		8px;
	margin:				2px 0 15px;
	color:				#444;
	border-bottom:1px solid #DDDDDD;
	text-transform: none;
}

h3 {
	font-size:			12px;
	border-bottom:1px dotted #DDDDDD;
	border-top:1px dotted #DDDDDD;
	float:left;
	padding:8px 0;
	width:100%;
}

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:				#444;
}



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

/* Kompletter Rahmen aussen */
div.wrapper {
	width: 980px;
	position: relative;
	left: 50%;
	margin-top: 4px;
	margin-left: -480px;
	background-color: #FFF;
	float: left;
	border-left: 2px solid #DDD;
	border-right: 2px solid #DDD;
}

div.branding {
	position:			relative;
	width:				980px;
	height:				150px;
	margin-bottom:		3px;
	background-image: 	url(../../../../../templates/standard/design/getbox/images/head_back.gif);
	background-repeat: 	repeat-x;
	background-position:bottom;
}

/* 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 {
	float:left;
	margin-top:18px;
	min-height:10px;
	width:565px;
}

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


div.footer {
	background-color:#FFFFFF;
	border-top:1px solid #DDDDDD;
	/*clear:both;*/
	height:90px;
	position:relative;
	/*top:20px;*/
	width:980px;
	z-index:1;
	margin-top: 20px;
	float: left;
}

div.footer div {
	background-position:right top;
	background-repeat:no-repeat;
	display:block;
	height:90px;
	z-index:2;
}

div.footer div p {
	/*position:			absolute;
	top:				40px;
	left:				270px;
	width:				700px;
	text-align:			right;
	display:			block;
	z-index:			5;
	color:				#ffffff;
	text-align:			right;
	margin:				0;
	padding:			0;*/
	color:#444444;
	display:block;
	left:270px;
	margin:0;
	padding:0;
	position:absolute;
	text-align:right;
	top:40px;
	width:700px;
	z-index:5;
}

div.footer div p a {
	color:#444444;
	font-size:11px;
	text-align:right;
}

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

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

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