/* -----------------------------------------------------------------------


Blueprint CSS Framework 0.8
http://blueprintcss.org

* Copyright (c) 2007-Present. See LICENSE for more info.
* See README for instructions on how to use Blueprint.
* For credits and origins, see AUTHORS.
* This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */


body {

	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	
	margin: 0px;
	padding: 0px;
    height: 100%;
		line-height: 20px;


	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #000 url(img/bg.gif) repeat-x scroll center 0;


	
    overflow-x: hidden;
	max-width: 100%;
	width: 1175;
	font-size: 13px;

}

iframe{
	width:100%;
	height:100%;
	position: absolute;
}


p {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-color: inherit;
	color:#4f4f4f;


}

.menu {
	position: relative;
	margin: auto;
	text-align: center;
	margin-top: 0px;
	height:60px;
	width: 800px;
}

hr {
    background-color: #393939;
    border:none;
    height: 1px; 
	width: 600px;
	text-align: center; 

}

.ja{
	background-image: url(img/b_ja.gif);
	width: 69px;
	height: 60px;
	display: block;
}

.ja:hover{
	background-position: 0 60px;
}
.nein{
	background-image: url(img/b_nein.gif);
	width: 102px;
	height: 60px;
	display: block;
}

.nein:hover{
	background-position: 0 60px;
}




.heimat{
	background-image: url(img/b_heimat.gif);
	width: 110px;
	height: 60px;
	float: right;
	display: block;
}

.heimat:hover{
	background-position: 0 60px;
}

.home{
	width: 86px;
	height: 60px;
	float: right;
	display: block;
}
.geschichte{
	background-image: url(img/b_geschichte.gif);
	width: 154px;
	height: 60px;
	float: right;
	display: block;
}

.geschichte:hover{
	background-position: 0 60px;
}

.schwarzmarkt{
	background-image: url(img/b_schwarzmarkt.gif);
	width: 180px;
	height: 60px;
	float: right;
	display: block;
	margin-right: -11px;
}

.schwarzmarkt:hover{
	background-position: 0 60px;
}



.liste{
	background-image: url(img/b_liste.gif);
	width: 188px;
	height: 60px;
	float: right;
	display: block;
}

.liste:hover{
	background-position: 0 60px;
}


.email{
	background-image: url(img/email.gif);
	width: 215px;
	height: 36px;
	display: block;
	float: none;
}

.email:hover{
	background-position: 0 50px;
}


img{  
	border-style: none;
}

object { 
	outline:none; 
	border-style: none;
}


.content {
	position: relative;
	margin: auto;
	text-align: center;
	margin-top: 0px;
	width: inherit;
}

.footer {
	position: relative;
	margin: auto;
	text-align: center;
	margin-top: 20px;
	width: auto;
}



.slidebox {
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
}


a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background-color: inherit;
	color:#ffffff;
	border: none;
	outline: none;

}

a:hover {
	color: #fff;
}


.plain {
color:black;
}

.plain:hover {
color:black;
}

.inverted {
	border-bottom: solid #393939 1px;
}

.inverted:hover {
	color:#4f4f4f;	
	border-bottom: solid #c2c2c2 1px;
}

a.selected {
	border-color: yellow;
	border-style: solid;
	border-top-width: 1px;			
	border-bottom-width: 1px;
	border-right-width: 3px;
	border-left-width: 3px;
	margin-right: -3px;
	margin-left: -3px;
	color: black;
	background-color: yellow;
	background-position: 3px 3px;
}

a.selected:hover {
	color: yellow;
}


a.next {
	border-bottom-style: none;
	margin-right: -2px;
	margin-left: -2px;
	border-width: 2px;
	border-color: yellow;
	border-style: solid;
	background-position: 3px 3px;
	background-color:yellow;
}
a.next:hover {
	border-color: white;
	background-color:white;
	color:black;
}

a.next:active {
	color: yellow;
	border-color: yellow;
	background-color:yellow;
}

a.no:hover {
	background-color: white;
}


.panel {
	padding: 2px;

	top: 0px;
	margin: 0px 0px 0px 0px;
}
.panel.info {
	background-image: url(../img/Picture%252025.png);
	background-repeat: no-repeat;
	margin: 0px;
}
.panel p {
	margin: 0px;
}



.ui-slider { height: 4px; margin-top:0px; position: relative; z-index:0;}

table.sample {
	border-left: 1px solid #e5e5e5;
	font-size: 3px;
	border-bottom-width: 3px;
	border-bottom-style: none;
	border-collapse: collapse;
}
table.sample td {
	border-right: 1px solid #e5e5e5;
}

span.displaynone { display:none; }




/* reset.css */

