/* CSS Dokument */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
	background-color: #000000;
	background-image: url(img/secco_navigation.jpg);
	background-repeat: repeat-y;
}

.outercontainer {
	width: 962px;
	margin: auto;
}

.logobox {
	width: 270px;				/* 270px */
	height: 125px;
	text-align: right;
	float: left;
}

.navibox {
	width: 670px;				/* 692px */
	height: 30px;				/* 125px */
	padding-right: 22px;
	padding-top: 95px;
	float: left;
	text-align: right;
}

.picturebox {
	width: 962px;
	height: 330px;				/* 352px */
	padding-top: 22px;
	background-color: #6A6055;
	clear: both;
}

.inhaltsbox {
	width: 641px;				/* 683px */
	padding-top: 24px;
	padding-bottom: 20px;
	padding-left: 22px;
	padding-right: 20px;
	float: left;
	text-align: left;
}

.adressbox {
	width: 257px;				/* 279px */
	padding-top: 50px;
	padding-bottom: 20px;
	padding-right: 22px;
	float: left;
	text-align: left;
}

.popup {
	position: absolute;
	left: 60%;
	top: 28%;
	width: 331px;
	height: 192px;
	background-image: url(img/popup.gif);
	background-repeat: no-repeat;
	visibility: hidden;
}


/* Schriften */

body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
}

.inhaltsbox {
	color: #FFFFFF;
}

.adressbox {
	color: #EBC484;
}

.popup {
	font-size: 11px;
}

.smallfont {
	font-size: 12px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #FD9C00;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
}


/* Links + Navigation */

a:link, a:visited {
	color: #C28E3B;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FD9C00;
	text-decoration: none;
}

.navi:link, .navi:visited {
	font-size: 13px;
	color: #C28E3B;
	text-decoration: none;
}

.navi:hover, .navi:active {
	font-size: 13px;
	color: #FD9C00;
	text-decoration: underline;
}

.subnavi:link, .subnavi:visited {
	font-size: 13px;
	color: #C28E3B;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}

.subnavi:hover, .subnavi:active {
	font-size: 13px;
	color: #FD9C00;
	text-decoration: underline;
	font-weight: bold;
	line-height: 24px;
}


/* Inputfelder + Buttons */

.inputfeld {
	width: 170px;
	height: 16px;
	background-color: #E3CA9F;
	border: 1px solid #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
}

.inputfeld_kl {
	width: 50px;
	height: 16px;
	background-color: #E3CA9F;
	border: 1px solid #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
}

.inputfeld_mi {
	width: 90px;
	height: 16px;
	background-color: #E3CA9F;
	border: 1px solid #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
}

.sendenbutton {
	width: 154px;
	height: 22px;
	background-color: #C5903B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


.inputname {
	width: 295px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #6A6055;
	border: 1px solid #C5903B;
	color: #FFFFFF;
}

.inputbig {
	width: 295px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #6A6055;
	border: 1px solid #C5903B;
}

.abschickenbutton {
	width: 298px;
	height: 20px;
	border: 2px solid #2F2F2F;
	background-color: #C5903B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}


/* Sonstiges */

.noborder {
	border: 0px;
}

.border {
	border: 1px solid #FF9E00;
}

hr {
	color: #C28E3B;
	height: 1px;
	width: 100%;
}

