/* <style type="text/css"> */

/* ---------------------
| Rahmenformatierungen |
--------------------- */

body {
	background-color: #2c59ae;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #d92d2b;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h3, h4, h5, h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

a {
	color: #7B95C4;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
}

a img {
	border-style: none;
}

div.indent {
	padding-left: 20px;
}

#dbgBuilInBar {
	z-index: 100;
}

#centerframe {
	width: 950px;
	margin: 30px auto;
	text-align: center;
}

#mainframe {
	float: left;
	width: 950px;
	margin: 35px 0 0 0;
	padding: 0px;
	text-align: left;
	background-color: #f5f3ed;
}

	#headframe {
		float: left;
		width: 950px;
		height: 130px;
		margin: 0px;
		padding: 0px;
	}
		
	#contentframe {
		float: left;
		width: 950px;
		padding-bottom: 25px;
	}
	
		#contentframe a {
			font-weight: bold;
			text-decoration: none;
		}
		
			
		.layout-a #menu {
			float: left;
			width: 800px;
			margin: 0 0 0 150px;
		}

		.layout-b #menu {
			float: left;
			width: 800px;
			margin: 0 0 0 150px;
			_margin: 0 0 0 110px;
			#margin: 0 0 0 110px;
		}

		.layout-a #content {
			float: left;
			width: 330px;
			margin: 0px 30px 0px 0px;
		}

		.layout-b #content {
			float: left;
			width: 450px;
			padding: 20px 50px 0 150px;
		}

		.layout-a #margin {
			float: left;
			width: 160px;
			margin: 0px 30px 0px 0px;
		}

		.layout-b #margin {
			float: left;
			width: 250px;
			padding: 21px 50px 0 0;
		}

		#menu {
			position: absolute;
		}

		#menu ul {
			position: relative;
			top: -18px;
			margin-top: 0px;
			padding: 0px;
			list-style-type: none;
		}
		
		.layout-a #menu li {
			margin: 0px;
			padding: 0;
			border-bottom-style: solid;
			border-bottom-width: 0px;
			border-bottom-color: #FFFFFF;
		}
		
		.layout-b #menu li {
			margin: 0 2px 0 0;
			padding: 4px 10px 5px 10px;
			display: inline;
			background-color: #b5c7e1;
		}
		
		.layout-b #menu li.active {
			background-color: #8aa7cf;
		}
		
		.layout-b #menu li a {
			color: #fff;
			text-decoration: none;
		}

		#menu li.last {
			border-bottom-width: 0px;
		}
		
		#menu ul li ul {
			margin: 3px 0px 3px 15px;
		}
		
		#menu ul li ul li {
			border-bottom-width: 0px;
		}
		
		#stage {
			background-color: #8aa7d0;
			height: 444px;
			background-image: url(../_gfx/bibelvideos/bg-stage.jpg);
			color: #fff !important;
		}

		#stage a {
			color: #d92d2b;
		}

		#left h1,
		#left h2,
		#left h3,
		#left h4,
		#left h5,
		#left h6 {
			color: #fff;
		}

		
		#stage #left {
			width: 450px;
			float: left;
			padding: 25px 50px 0 150px;
		}

		#stage #right {
			width: 250px;
			float: left;
			padding: 25px 50px 0 0;
		}

		#right h1,
		#right h2,
		#right h3,
		#right h4,
		#right h5,
		#right h6 {
			color: #fff;
		}
		
		
	#footerframe {
		float: left;
		width: 950px;
		height: 40px;
		margin: 0px;
		padding: 0px;
	}
	
		#footerframe p {
			float: left;
			padding: 20px 0 0 30px;
			color: #666;
			width: 120px;
		}
		
		.footer-main {
			float: left;
			padding: 20px 0 0 0;
			width: 500px;
		}
		
		.footer-margin {
			float: left;
			width: 100px;
			padding: 20px 0 0 0;
		}

		
		#footerframe a {
			color: #666;
		}

		#footerframe a:hover {
			color: #0000FF;
		}
		
		
.fce-videos {
	width: 450px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image: url(../_gfx/bibelvideos/line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
	
.fce-videos img {
	float: left;
}

.fce-videos-content {
	float: left;
	width: 230px;
	padding-left: 20px;
}

.inputfield {
	width: 200px;
}

.form-textarea {
	width: 400px;
	height:250px;
}