/* CSS Dokument für Beachplus */

html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	background-image: url(img/bgr.jpg);
	background-repeat: repeat-x;
	background-color: #3B7C93;
	text-align: center;
}

.aussencontainer {
	width: 950px;
	margin: auto;
}

.subnavibox {
	width: 950px;
	height: 24px;
	text-align: right;
}

.flashcontainer {
	width: 950px;
	height: 327px;
	background-image: url(img/header_logo.jpg);
	background-repeat: no-repeat;
}

.navicontainer {
	width: 950px;
	height: 30px;
	padding-top: 8px;
	text-align: left;
}

.contentcontainer {
	width: 950px;
	clear: both;
}

.inhaltsbox {
	width: 528px;
	padding-top: 40px;
	padding-right: 40px;
	float: left;
	text-align: left;
}

.newssbox {
	width: 382px;
	padding-top: 40px;
	float: left;
	text-align: left;
}

.footerbox {
	width: 950px;
	height: 40px;
}


/* Schriften */

body {
	font-family: Arial, Helvetica, sans-serif;	
}

.inhaltsbox {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 22px;
}

.newssbox {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
}

.weisseschrift {
	color: #FFFFFF;
}

h1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #9CE4FF;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}


/* Navigation + Links */

.subnavi:link, .subnavi:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.subnavi:hover, .subnavi:active {
	font-size: 11px;
	color: #3099C2;
	text-decoration: underline;
}

.navi:link, .navi:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

.navi:hover, .navi:active {
	font-size: 13px;
	color: #319EC7;
	text-decoration: underline;
}

a:link, a:visited {
	text-decoration: underline;
	color: #FF9900;
}

a:hover, a:active {
	text-decoration: none;
	color: #04161D;
}

.anmeldung:link, .anmeldung:visited {
	text-decoration: underline;
	color: #FF9900;
}

.anmeldung:hover, .anmeldung:active {
	text-decoration: none;
	color: #04161D;
}


/* Newsteaser */

.newsteaserbutton {
	text-align:center;
	width: 170px;
	height: 57px;
	background-image: url(img/teaser_button.jpg);
	background-repeat: no-repeat;
}

.newsteasertop {
	position:relative;
	top:12px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
}

.newsteaserbottom {
	position:relative;
	top:14px;
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
}


/* Felder */

.inputfeld_n {
	width: 200px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #04161D;
	background-color: #9FC7D7;
}

.inputfeld_xl {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #04161D;
	background-color: #9FC7D7;
}

.inputfeld_g {
	width: 200px;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #04161D;
	background-color: #9FC7D7;
}

.abschickenbutton {
	width: 200px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #04161D;
}

/* Sonstiges */

.trennstrich {
	font-size: 17px;
	letter-spacing: 3.5px;
	color: #319EC7;
}

.bildlinks {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	border: 1px solid #04161D;
}

.rahmen {
	border: 1px solid #04161D;
}

.noborder {
	border: 0px;
}
