@import 'layout.css';
@import 'content.css';
@import 'menu.css';
@import 'tt_news.css';



/* Merker color:#313a7b; color: #d6313a; */

/********** globale Deklarationen **********/

*{
margin:0px;
padding:0px;
}
a{
text-decoration:none;
/*color:#313a7b;rgb(0,163,168)*/
color:#414a9b;
}
a:hover{
color:#d6313a;
}
body{
font-size:100.1%;
}
#content, #sidebar, #mainmenu, #contextmenu,p,li,td,h1,h2,h3,h4,h5,h6,legend,label,input {                         /*p,li,td,h1,h2,h3,h4,h5,h6*/
font-family:verdana,sans-serif;
color:#333;
}
p,li,td,dl,label,input{
font-size:75%;
line-height:150%;
}
/* fuer geschachtelte Listen, z. B. pagebrowser */
li li{
font-size:100%;
}
legend{
font-size:80%;
font-weight:bold;
}

p,li,dd{
margin-bottom:1.2ex;
}
h1{
font-size:90%;
font-weight:bold;
margin-bottom:2ex;
}
h2{
font-size:80%;
margin-bottom:1ex;
}
h3{
font-size:77%;
margin-bottom:1ex;
}
h4{
font-size:73%;
}
h5{
font-size:70%;
}
h6{
font-size:66%;
}

/********** Hauptinhaltsbereich **********/
#content h1{
border-bottom:1px solid #333;
text-align:left;
}
#content ul{
list-style-type:none;
}
#content ul li{
padding-left:2em;
background:url(img/bluebullet.png) 5px 6px no-repeat;
}

/*************** Sidebar *****************/
#sidebar h1{
margin-top: 3ex;
margin-bottom:0.5ex;
}

