/* 
Flickering Wall
Website by Elmar Beckmann / http://elmarbeckmann.com
(c)2008 Elmarbeckmann.com
*/

html {
	background-color: #000;
}

body {
	padding:0pt;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #313131;
	line-height: 155%;
}

div.outer
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 750px; /* Width of the content */
	height: 624px; /* height of content */
	margin-left: -375px; /* half of width */
	margin-top: -312px; /* half of height */
}


#top {
	position: relative;
	background-color: #000;
	font-size:0pt;
	height:51px;
	width:750px;	
}

#main {
	position: relative;
	background-color: #000;
	height:395px;
	width:750px;
}

	#main_left {
		height: 349px;
		width: 341px;
		padding: 29px 17px 17px 17px;	
		float: left;
		background-color:#000;
	}
	#main_right {
		height: 349px;
		width: 341px;
		padding: 29px 17px 17px 17px;		
		float: right;
		background-color:#000;
	}
	
	#main h2 {
		font-weight: bold;
		font-size: 11px;
	}	
	
	/* #### SUBMENU #### */

	#main ul {
		margin: 0;
		padding: 0 0 8px 0;
		list-style-type:none;
	}	
	
	#main li {
		margin-bottom: 7px;
		
	}					

	#main a {
		color: #000;
		text-decoration: none;
		border-bottom: none;
	}
	
	#main a:hover {
		color: #000;
		border-bottom: 1px #313131 solid;
	}		
	
	#main a.active {
		color: #000;
		font-weight: bold;		
	}	
	
	#main_left a { 
		border-bottom: 1px #000 dotted;
		color: #000;
	}
	#main_left a { 
		border-bottom: 1px #000 dotted;
		color: #000;
	}

#flwall {
	clear: both;
	position: relative;
	background:#242424 url(../img/bg_flwall.gif) no-repeat;
	font-size:0pt;
	height:121px;
	width:750px;
}

#bottom {
	position: relative;
	background-color: #000;
	font-size:0pt;
	height:57px;
	width:750px;
}


/* allerlei */

form {
	padding-bottom: 0;
	margin-bottom: 0;
}

img {
	border: none;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 3px 0 3px 0;
}


fieldset p {
	margin: 3px 0 3px 0;
}

label {
	display: block;
	line-height: 16px;
	width: 120px;
	float: left;
	padding-right: 5px;
}

input {
	border: 1px #bbb solid;
	background-color: #ddd;
	padding-left: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
}

textarea {
	border: 1px #bbb solid;
	margin-bottom: 3px;
	padding-left: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	margin-top: 3px;
}

select {
	border: 1px #bbb solid;
	background-color: #ddd;	
	padding-left: 3px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	
}

input.submit {
	border: 1px #777 solid;
	background-color: #555;
	padding: 2px;
	color: #fff;
}

table td {
	padding: 0 0 3px 0;
	margin: 0;
}