/*
Design by webkonturen.de
http://www.webkonturen.de
*/
html { height: 101%; }

*  {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin-top: 0px;
	background: #CECECE url(images/img1.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

h2 {
	font-size: 1.0em;
}

h3 {
	font-size: 1em;
}

p, ul, ol, li blockquote {
	margin-top: 2px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: white;	
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	clear: both;
	margin: 0 auto;
	width: 700px;
	height: 200px;
	background: url(images/img3.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	/*color: #FFFFFF;*/
}

#header h1 {
	float: left;
	padding: 0px 0 0 0px;
	font-size: 3em;
}

#header h2 {
	float: left;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(images/img4.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: url(images/img3.gif);
	color: #FFFEE9;
}

/* Content */

#content {
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	width: 700px;
	min-height: 280px;
	background: #474747;
}

#colOne {
	float: left;
	width: 20px;
	height: 100%;
	min-height: 260px;
	background: #474747; 
	padding: 10px;
}

#colTwo {
	float: left;
	width: 550px;
	height: 100%;
	min-height: 248px;
	background: url(images/123.png);
	padding: 16px 0px;
}

.text {
float: left;
width: 525px;
margin: 10px 25px 10px 0px;
}

.tab_text {
float: left;
width: 250px;
margin: 10px 25px 10px 0px;
list-style-position: inside;
list-style-image: url(images/sound.gif);
border-top: 2px dotted #dfc5a9;
border-bottom: 2px dotted #dfc5a9;
padding: 10px 0;
}

.no_text {
float: left;
width: 300px;
margin: 5px 0;
list-style-position: inside;
list-style-image: url(images/arrow_fat_right.gif);
padding: 4px 0;
}

#colTwo li {
font-size: 1.0em;
padding: 2px 0;
}

#colThree {
	float: right;
	width: 76px;
	height: 100%;
	min-height: 280px;
	
}

/* Footer */

#footer p {
	clear: both;
	color: #b6a8a7;
	text-align: center;
	margin-top: 5px;
	font-size: 0.7em;
}

#footer a {
	color: #b6a8a7;
	text-decoration: none;
}