@import url(navi.css);
@import url(login.css);
@import url(main.css);
@import url(sidebars.css);
@import url(news.css);
@import url(tippspiel2.css);

body {
margin: 0 auto;
padding: 0;
background-color:#000000;

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

a, a:visited, a:active {
    color: #333333;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}


#content table.forum, #content div.contentblock table.forum {
	margin:0;
	
	color:#000;
	
	/*background-color:#e2e2e2;
	background-image: url(../images/content_bg.gif);
	background-repeat:repeat-x;*/
	
	padding:19px 10px 19px 16px;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-transform: uppercase;
    font-weight: bold;
}

.small {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #000000;
}

.title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    background-image: url(../images/title_bg.gif);
    background-repeat: repeat;
    background-position: left top;
}

.title a, .title a:visited, .title a:active{
    color: #ffffff;
}

.category_big {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px; 
    color: #000000; 
    font-weight: bold; 
}

.category {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; 
    color: #000000; 
    font-weight: normal; 
}

.marked {
    background-color: #000000;
    font-weight: bold;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

a.titlelink:hover {
    color: #eeeeee;
    text-decoration: underline;
    font-weight: bold;
}

a.category, a.category:visited, a.category:active {
    color: #333333;
    text-decoration: none;
}

a.category:hover {
    color: #000000;
    text-decoration: underline;
}

option, textarea, input, select, file {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    color: #000000; 
    background-color: #FFFFFF; 
    border: 1px solid #333333;
}

			
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img {
	border:none;
}

hr {
	height:2px;
	background-color:#808080;
	border:none;
}

.headb, .headb a {

	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    font-weight: bold;
    /*background-image: url(../images/title_bg.gif);
    background-repeat: repeat;
    background-position: left top;*/
}

.left,.leftb,.leftc,leftp {
	text-align:left;
}
.center,.centerb,.centerc {
	text-align:center;
}
.right,.rightb,.rightc {
	text-align:right;
}
#errors {
	color:#CC0066;
}
#sql {
	color:#777777;
}
.leftb,.centerb,.rightb {
	
	color:inherit;
	padding:4px 6px 4px 8px;
}
.leftc,.centerc,.rightc {
	
	color:inherit;
	padding:4px 6px 4px 8px;
}
.leftp {
	padding-left:8px;
	padding-right:6px;
}
strong a, strong a:hover, strong a:visited{
	font-weight:bold;
}
.bottom {
	padding:4px 6px 4px 8px;
	text-align:left;
	border-bottom:1px solid #000;
}

.top {
vertical-align:top;
	
}

.path, .path a {
	font-weight:bold;
	
}
.quote {
	background-color:#e0e0e0;
	border:1px solid #777777;
	color:inherit;
	padding:6px;
	text-align:left;
}

input[type="checkbox"], input[type="radio"]{
   background: transparent;
   border: 0;
}

form {
	margin:0;
	padding:0;
}

div.contentblock {
	margin:0;
	padding:0;
	
}

#navi ul li ul {
	display:none;
}