/* CSS Document */
@import url("tt_news.css");

body	{
	text-align:center;
	padding:0px;
	margin:0px;	
	background:#141414;
	font-size: 11px;
	font-family: Verdana;
	color:#dddddd;
	word-spacing: 0.15em;	
	line-height: 1.7em;

}

h1	{
	font-size:14px;
	color:#8d8d8d;
	padding-top:0px;
	margin-top:0px;
}

h2	{
	font-size:12px;
	color:#8d8d8d;
	padding-top:0px;
	margin-top:0px;
}

h3	{
	font-size:12px;
	color:#8d8d8d;
	padding:0px;
	margin:0px;
}

.bodytext	{
	padding:0px;
	margin:0px;
}

a	{
	font-size: 11px;
	font-family: Verdana;
	color:#b88223;
	text-decoration:none;
}

/**********************************************/

/*  TOP CONTAINER  START  */

#top_container_outer	{
	width:100%;
	background:url(../images/stripe_dl.png) #484848;

}
	
#top_container_inner	{
	margin:0px auto;
	background:url(../images/deko.gif) bottom right no-repeat #2b2b2b;
	width:900px;
	clear:both;
}

#Layer1 {
	position:absolute;
	right:180px;
	top:-18px;
	width:380px;
	height:58px;
	z-index:1;
}

#Layer1 img	{
	border:0px;
	margin-left:10px;
}

.maincontent	{
	/*background:url(../images/content_ecke_ol.gif) top left no-repeat;*/
	width:420px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:40px 20px 20px 20px;
	text-align:left;
	float:left;
}

.mood	{
	width:440px;
	height:150px;
/*	background:url(../images/mood.jpg) top right no-repeat; */
	float:left;	
}

.subcontent	{
	width:420px;
	margin-left:20px;
	text-align:left;
	float:left;	
}

.subcontent a	{
	color:white;
}

.subcontent a:hover	{	
color:#8d8d8d;
}
/*  END  */

/**********************************************/

/*  MIDDLE CONTAINER  START  */

#middle_container_outer	{
	background:#393939;
	width:100%;
	height:20px;
	border-top:2px solid white;
	border-bottom:2px solid white;
	text-align:center;
	clear:both;
}

#middle_container_inner	{
	margin:0px auto;
	text-align:left;
	width:900px;	
}
.main_menu_contact	{
	float:left;
	margin-left:300px;
}

#middle_container_inner .main_menu ul	{
	padding:0px;
	margin:0px;
	list-style:none;
}

#middle_container_inner .main_menu_contact,
#middle_container_inner .main_menu li	{
	float:left;
	display:block;
	height:20px;
	text-align:center;
}

#middle_container_inner .main_menu_contact a	{
	width:120px;
	float:left;
}

#middle_container_inner .main_menu li a	{
	/*width:180px;*/
	width:120px;
}

#middle_container_inner .main_menu_contact a,	
#middle_container_inner .main_menu li a	{
	color:white;
	display:block;
	height:20px;
	word-spacing: normal;
	letter-spacing: 0;
	font-size:12px;
	line-height: 1.5em;
}

#middle_container_inner .main_menu_contact a:hover,
#middle_container_inner .main_menu li a:hover	{
	color:white;
	background:#a70140;
}
/*  END  */

/**********************************************/

/*  BOTTOM CONTAINER  START  */

#bottom_container_outer	{
	width:100%;
	height:auto;
	text-align:center;
}

#bottom_container_inner	{
	margin:0px auto;
	width:900px;	
	height:100px;
	background:url(../images/dl_logo.gif) top right no-repeat;
}

/*  END  */


/*************************************************/


/*    FORMULAR   START  */

fieldset	{
	border:0px;
	border-top:2px dotted #8d8d8d;
	background-color:#2b2b2b;
	padding:20px 0px 10px 0px;

}

label	{
	display:block;
	width:100px;
	margin-bottom:4px;
	float:left;
}

textarea,
input	{
	margin-bottom:4px;
	border:1px solid #dddddd;
	background-color:#666666;
}

.csc-mailform-submit	{
	color:#dddddd;
	font-size:10px;
	padding:2px 5px 2px 5px;
}
