body
{
	margin:0;
	padding:0;
	width:100%;	
	font-family:verdana;
	font-size:12px;
	background-color:#D2D3D4; /* GRAU */
	color:#808285; /* GRAU */
	background-image:url('images/bg_body.gif');
	background-repeat:repeat-y;
}

html
{
	margin:0;
	padding:0;
	width:100%;

	font-family:verdana;
	font-size:12px;
}

#main
{
	margin:0;
	padding:0;
	width:100%;
	
	font-family:verdana;
	font-size:12px;
	
	
}
a.red:link
{
font-family:verdana;
font-size:11px;	
color:#ED1C24;
}
a.red:active
{
font-family:verdana;
font-size:11px;	
color:#ED1C24;
}
a.red:visited
{
font-family:verdana;
font-size:11px;	
color:#ED1C24;
}
a.red:hover
{
font-family:verdana;
font-size:11px;	
color:#ED1C24;
}

a.pod:link
{
font-family:verdana;
font-size:12px;	
color:white;
text-decoration:none;
font-weight:bold;
}
a.pod:active
{
font-family:verdana;
font-size:12px;	
color:white;
text-decoration:none;
font-weight:bold;
}
a.pod:visited
{
font-family:verdana;
font-size:12px;	
color:white;
text-decoration:none;
font-weight:bold;
}
a.pod:hover
{
font-family:verdana;
font-size:12px;	
color:white;
text-decoration:none;
font-weight:bold;
}

a.footer:link
	{
	font-size:10px;
	
	text-decoration:none;
	color:#808285;
	}
	a.footer:active
	{
	font-size:10px;
	
	
	text-decoration:none;
	color:#808285;
	}
	a.footer:visited
	{
	font-size:10px;
	
	text-decoration:none;
	color:#808285;
	}
	a.footer:hover
	{
	font-size:10px;
	
	text-decoration:underline;
	color:#808285;
	}
#footer
{
	font-size:10px;
	padding-left:10px;
	padding-right:20px;
}
#soundmann
{
	position:absolute;
	top:250px;
	left:560px;
	z-index:4;
	
}
#soundmann_sprachaufnahmen
{
	position:absolute;
	top:430px;
	left:275px;
	z-index:4;
	
}

#left_col
{
	margin:0;
	padding:0;
	height:100%;
	background-image:url('images/bg.gif');
	background-repeat:repeat-y;
	width:190px;
	float:left;
	clear:both;
}

#right_col
{
	margin-top:140px;
	padding:0;
	
	background-image:url('images/bg_right.gif');
	background-repeat:repeat-y;
	width:269px;
	float:left;
	
	
}

#line
{
	position:absolute;
	top:644px;
	left:10%;
	height:200px;
	width:90%;
	border-top:1px solid #fff;
	z-index:1;
}

* html #line
{
	position:absolute;
	top:658px;
	left:10%;
	height:200px;
	width:90%;
	border-top:1px solid #fff;
	z-index:1;
}
#content_col
{
	position:relative;
	margin:0;
	padding:0;
	z-index:2;
	background:#fff;
	background-repeat:repeat-y;
	width:330px;
	float:left;
	
}


#header
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	font-family:verdana;
	background-image:url('images/bg_header.gif');
	background-repeat:repeat-x;
	font-size:12px;
	color:#808285; /* GRAU */
}

#left_menu
{
	margin-top:140px;
	padding:0;
	height:463px;
	background-image:url('images/bg_menu.gif');
	background-repeat:repeat-y;
	width:190px;
	float:left;
}

* html #left_menu
{
	margin-top:140px;
	padding:0;
	height:473px;
	background-image:url('images/bg_menu.gif');
	background-repeat:repeat-y;
	width:190px;
	float:left;
}



.menu_col_text
{
	margin-top:6px;	
	font-family:verdana;
	font-size:10pt;
	color:#000; /* GRAU */
	width:190px;
}


.content_col_text
{
	padding-left:15px;
	padding-top:15px;
	padding-right:10px;
	margin-top:140px;
	font-family:verdana;
	font-size:10pt;
	color:#000000; /* GRAU */
}

.menu_col_video
{	
	font-family:verdana;
	font-size:8pt;
	width:140px;
	color:#000; /* GRAU */
	border-bottom:1px solid #fff;
	background-color:#A7A9AC;
	
	
}
.menu_col_nohref
{	
	font-family:verdana;
	font-size:8pt;
	width:140px;
	color:#000; /* GRAU */
	border-bottom:1px solid #fff;
	
	
}
.menu_col_ftp
{	
	font-family:verdana;
	font-size:8pt;
	width:140px;
	color:#000; /* GRAU */
	border-bottom:1px solid #fff;
		background-color:#A7A9AC;
	
}
.menu_col_video td a:link
{
	width:140px;
	padding-left:15px;
	background-image:url('images/bg_none.gif');
	text-decoration:none;

	background-repeat:no-repeat;
	background-position:left;
	color:#000;
		
}

.menu_col_video td a:visited
{
	width:140px;
	padding-left:15px;
	background-image:url('images/bg_none.gif');
	text-decoration:none;
	color:#000;
	background-repeat:no-repeat;
	background-position:left;
		
}
.menu_col_video td a:hover
{
	width:100%;
	text-decoration:none;
	color:#fff;
	background-image:url('images/bg_arrow.gif');
	text-align:left;
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	
}
/*
.menu_col_video td #active
{
	width:140px;
	
	background-image:url('images/bg_arrow.gif');
	text-decoration:none;

	background-repeat:no-repeat;
	background-position:left;
	color:#fff;
		
}
*/

h1
{
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	color:#000;
	
}
#stop
{
	clear:both;
}
.teaser
{
	font-family:verdana;
	font-size:9pt;
	font-weight:bold;
	color:#000;
	
}

.main_content
{
	font-family:verdana;
	font-size:8pt;
	font-weight:normal;
	color:#000;
	height:500px;
	
}
.main_content ul
{
	font-family:verdana;
	font-size:8pt;
	font-weight:normal;
	color:#ED1C24;
	list-style-type:disc;
}
#nav
{
	position:absolute;
	top:140px;
	left:51px;
}
