@import url(content.css);
@import url(tt_news_v2_styles.css);

html {
margin:0;
padding:0;
background-color:#fff;
}

body 
{
 font-family:Verdana, sans-serif;
 font-size:11px; 
 text-align:center;
}

/* Der Rahmen */
#rahmen {
text-align:left;
margin:0 auto;
width:780px;
border:1px solid #000000;
color:#000000;
}

h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin:10px;}


a:link, a:visited, a:active, a:hover
{ 
  text-decoration:underline;
  font-weight:bold;
  color:#000;
  font-size:11px;
}
a:active, a:hover
{ 
  color:red;
}

/* Das Logo */
#logo {
background:url(images/logo.gif);
width:388px;
height:91px;
float:left;
margin-left:1px;
}

#login {
background:url(images/login.gif);
width:388px;
height:91px;
float:right;
text-align:center;
vertical-align:middle;
line-height:8em;
}

/* Das Login */
#sprache {
list-style: none;
width:15%;
float:right;
	background: #900;
	color: #000;
	font-weight: bold;
	/*padding: 0;*/
	border: solid #369;
	border-width: 1px 0;
	margin: 0 0 0 0;
line-height: 1em;
height:2.2em;

text-align:right;
vertical-align:middle;
/*line-height:8em;*/
}


/* Der Header */
#header {
clear:both;
background:url(images/header.gif);
width:780px;
height:186px;
}

/* Der Content */
#content_links {
float:left;
margin:0;
padding:10px;
width:480px;
height:auto;
color:#000;
clear:left;
}

#content_rechts {
float:right;
padding:10px;
width:258px;
background-color:#EEEEEE;
border-left:solid 1px #CCCCCC;
}

/* Der Footer */
#footer {
clear:both;
height:auto;
width:780px;
}

#footer_links {
float:left;
width:492px;
height:100px;
background:url(images/footer_links.gif);
background-position:left;
background-repeat:no-repeat;
}

#footer_rechts {
float:right;
width:288px;
height:100px;
background:url(images/footer_rechts.gif);
background-position:right;
background-repeat:no-repeat;
}

#tdlogin {
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}



