html {

		
	  background-color: #000000;
      background-image: url(stripe_bg.png);
	  background-repeat: repeat;
	  
}

body {

      font-family: "Verdana", Lucida, Verdana, sans-serif;
      font-size: 10px;
      color: #FFFFFF;
      margin: 0px;
	  
}
    
    
strong {
    font-weight: normal; 
    color: #fff;
}

h1 {
    font-size: 13px; 
    font-weight: bold; 
    color: #fff; 
    margin: 0;
	text-align: left;
}

h2 {
	text-align: left;
    font-size: 11px; 
    font-weight: bold; 
    color: #fff; 
    margin: 0; 

}

.bottom_title {
    font-size: 11px; 
    font-weight: normal; 
    color: #fff; 
    margin: 0;
}

img {border:0; }
.image_inline {float: left; padding: 5px 8px 0 0;}
a, a:link, a:visited {color: #fff; text-decoration: none;}


input, textarea {

	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #AAAAAA;
	background-color: #555555;
	color: #BBBBBB;
	
}

.input_button:hover {

	background-color: #666666;

}


table,td {

	vertical-align: top;
	
}


.image_div {

	float: left;
	padding: 4px;
	margin-right: 10px;
	border: 1px solid #363636;
	background-color: #252525;
	width: 116px;

}

.image_div:hover {

	background-color: #333333;
}


.image_bottom {

	text-align: center;
	font-size: 10px;
	color: #999999;

}


li {

	text-align: left;
	color: #888;
	
}


.badge {

    float:left; 
    margin:5px 10px 0 0;
}

#container {

	margin: 0px auto;
	text-align: center;
	width:760px;
}
    
#content {
    
    float: left;
    margin-bottom: 20px;
    background-color: #000000;

}

#clear_float {

    clear: both;
}

#top_bar {
    
    padding-top: 10px;
    height: 70px;
    background: url(images/top.png);
    border-bottom:1px solid #222;
}

#header {

    width:760px;
    height:250px;
	background: url(images/header.png);

}

#top_navigation {

    padding-left: 10px;
    float: left;
    width: 200px;
}

#language_box {
    
    margin-right: 10px;
    float: right;
   
    
}

a.language_selected:link, a.language_selected:visited {

    padding-left: 2px;
    font-size: 9px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    border-left: solid 1px #333333;
}

a.language:link, a.language:visited {

    padding-left: 2px;
    font-size: 9px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
    border-left: solid 1px #333333;
}

a.language:hover {color: #FFFFFF;}


a.top:link, a.top:visited {

    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    
}


    
/* Das Menü */
#menu {
    
    float:left;
    background: url(images/menu.png); 
    border-bottom:1px solid #111;
    margin-bottom: 15px;
    color:#ffffff;
    text-align:center;
    
}


a.menu {
    float:left;
    padding: 10px 25px; 
    width: 139px; 
	font-weight: bold;
    border-left:1px solid #111;
}
	
a.menu:first-child {border-left:none; width: 140px;}
a.menu:hover {background-color:#FFF; color: #000000;}
a.menu:active {background-color:#FFF; color: #000000;}

/* Content Bottom */
#content_bottom {padding-top:35px; padding-bottom:35px; float:left; border-top:1px solid #222;}
.list {padding:0px 0px 10px 15px; margin:0; list-style:square}



/* Content */
.inner_content {
    
	overflow: hidden;
	max-width: 760px;
    float:left;
    padding: 5px;
    Margin-bottom:35px;
}


.shots_content {
    
    float:left;
}


.three_column {padding: 0px 25px 0px 15px; float: left; width: 200px;}


.title_row {
	text-align: left;
    padding: 10px 25px 40px 25px;
}


.content_text {

    text-align: left;
    color: #888; 
    font-size: 11px;
}



/* Bottom */
#bottom_bar {
    
    float:left;
    background-color:#0b0b0b; 
    border-top:1px solid #222; 
    border-bottom:1px solid #222;
    margin-bottom: 20px;
}

a.bottom_column {
	text-align: left;
    float:left;
	height: 60px;
    padding: 15px 25px;  
    width: 139px; 
    border-left:1px solid #222;
}
	
a.bottom_column:first-child {border-left:none; width: 140px;}
a.bottom_column:hover {background-color:#111;}
a.bottom_column:active {background-color:#000;}


.bottom_label { 
	text-align: left;
    color: #888; 
    
}


/*Footer */
#footer {
    
	
    bottom: 0px;
    
}

p.footer {
    
    padding-top: 3px;
    text-align: center;
    font-size: 9px;
    color: #444444;
}

a.footer:link, a.footer:visited {

    text-decoration: none;
    color: #333333;
    
}

a.footer:hover {

    color: #FFFFFF;
}
