
body, div, table, td, th, tr, p, span, img{
	margin: 0;
	padding: 0;
	border: 0;
	font-family:  Verdana, Geneva, sans-serif;
	font-size: 10px;
	vertical-align: top;
}

body{
	background: url(http://www.us-bandits.de/templates/de/images/css/bg.gif) repeat-x;
}

#top_bar_wrapper{
	width: 937px;	
	margin-left: auto;
	margin-right: auto;
}

#top_bar{
	background: url(http://www.us-bandits.de/templates/de/images/css/top_bar_bg.gif) repeat-x;
	height: 20px;
	font-size: 11px;
}

#top_bar #left{
	width: 722px;
	margin-right: 29px;
	float: left;
	text-align: right;
}

#top_bar #left a{
	margin-left: 5px;
}

#top_bar #right{
	float: left;
}

#top_bar a{
	color: white;
	text-decoration: none;
}

#top_bar a:hover{
	text-decoration: underline;
}

#content_wrapper{
	width: 937px;	
	margin-left: auto;
	margin-right: auto;
}

#content input{
	border-style: double;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#content textarea{
	border-style: double;
    padding-top: 0px;
    padding-bottom: 7px;
}

#column_left{
	width: 185px;
	margin-right: 30px;
	margin-top: 190px;
	float: left;
}

#column_right{
	width: 185px;
	margin-left: 29px;
	margin-top: 25px;
	float: left;
}

#column_center{
	width: 508px;
	margin-top: 129px;
	float: left;
}

#menu_main{
	height: 26px;
	margin-top: -2px;
	font-size: 12px;
}

#menu_main ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu_main li{
	float: left;
	margin: 0 1px ;
	padding: 0;
	background: url("http://www.us-bandits.de/templates/de/images/css/menu_item_bg_right.gif") no-repeat top right;
}

#menu_main a{
	display: block;
	background: url("http://www.us-bandits.de/templates/de/images/css/menu_item_bg_left.gif") no-repeat top left;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
	color: #002a4d;
	text-decoration: none;
} 

#menu_main a.class_tag_nav_active, #menu_main a:hover{
	color: #780810;
}

#menu_main a span{
	display: block;
	padding-top: 5px;
}

#content{
	margin-top: 33px;
	min-height: 300px;
	color: #333333;
	font-size: 11px;
}

#logo{
	width: 185px;
	margin-top: 8px;
	float: left;
}

.floatkill{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

#content h1, #content h1 span{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #037abc;
	margin-top: 25px;
	margin-bottom: 10px;
}

#content h1 span{
	color: #002b4d;
}

#content h1:first-element{
	margin-top: 0 !important;
}


#content h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #bdbec0;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #037abc;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content p{
	margin-bottom: 10px;
}

#content a{
	color: #780810;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}

#column_center{
		line-spacing: 3px;
}

#content div.info{
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(http://www.us-bandits.de/templates/de/images/css/icon_info.jpg) no-repeat;
	background-position: 15px 15px;
	background-color: #D8DFEA;
	color: #333333;
	text-shadow: white 1px 1px 0;
	padding: 10px 15px;
	padding-left: 40px;
	margin-bottom: 10px; 
}

#content div.pdf{
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: url(http://www.us-bandits.de/templates/de/images/css/icon_pdf.jpg) no-repeat;
	background-position: 15px center;
	background-color: #D8DFEA;
	color: #333333;
	text-shadow: white 1px 1px 0;
	padding: 5px 10px;
	padding-left: 40px;
	padding-top: 15px;
	margin-bottom: 10px; 
}

#content table{
}

#content tr:nth-child(2n+1){
}

#content th{
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding: 3px;
	padding-left: 0;
}

#content td{
	padding: 3px;
}

.gallery a{
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#column_right .gallery_preview div, #column_left .gallery_preview div{
	float: left;
	margin-bottom: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
}

#column_right .gallery_preview div.even{
	margin-left: 10px;
}

#column_right .gallery_preview a{
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#column_right .gallery_preview img, #column_right .gallery_preview img{
	border: 0;
	margin: 0;
}


#column_right h3, #column_left h3{
	font-family:  Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #c1c1c3;
}


#column_right h3:first-child, #column_left h3:first-child{
	margin-top: 0px;
}

#column_left .news{
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #D8DFEA;
	padding: 10px 15px;
}

#column_left .news .date{
	color: #037abc;
	padding-right: 3px;
}

#column_left .news a{
	color: black;
	text-decoration: none;
}

#column_left .news a:hover{
	text-decoration: underline;
}

.floatclear{
	clear: both;
}

.blogentry_by_date{
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eceff6	;
}

.blogentry_by_date .headline{
	font-weight: bold;
}

.blogentry_by_date .headline span{
	color: #037abc;
}

.blogentry_by_date .headline a{
	color: #333333 !important;
	text-decoration: none;
}

.blogentry_by_date .headline a:hover{
	text-decoration: underline;
}

.news_back_bottom{
	text-align: right;
}

.news_back_bottom a, .news_back_top a{
	color: #333333 !important;
	text-decoration: none;
}

.news_back_bottom a:hover, .news_back_top a:hover{
	text-decoration: underline;
}



#foot{
	margin-top: 30px;
	padding-top: 10px;
	clear: both;
	border-top: 3px solid #eceff6;
	text-align: center;
	color: #8a8989;
	font-size: 11px;
}

#foot .menu{
	text-align: center;
}

#foot .menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#foot .menu ul li{
	display: inline;
	margin: 0;
	padding: 0;
}

#foot .menu ul li + li:before{
	content: " | ";
}

#foot a{
	color: #8a8989;
	text-decoration: none;
}

#foot a:hover{
	color: black;
}
