/* css.css - www.cometorun.de */

* {
	margin : 0px;
	padding : 0px;
}

body {
	background-color : #797979;
	color : #FFFFFF;
	font-family : Verdana, Helvetica, Arial, sans-serif;
}

a {
color:#ffff00;
}

h1 {
	font-size : 13px;
	font-weight : 900;
	text-transform : uppercase;
	padding : 10px 10px 0px 10px;
	border-bottom : 1px solid #FFFF00;
}

h2 {
	font-size : 12px;
	padding : 20px 10px 0px 10px;
}

p {
	font-size : 11px;
	padding : 10px 10px 0px 10px;
}

td {
	font-size : 11px;
	padding : 0px 10px 0px 10px;
}

ul, ol {
	font-size : 11px;
	padding : 0px 30px 0px 55px;
}

li {
	padding : 0px;
}

#centerer {
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	text-align : center;
}

#main_container {
	position : relative;
	margin : 0 auto;
	background-color : #373737;
	width : 621px;
	border : 1px solid #FFFF00;
}

#header {
	background-image : url(../images/head_bg.jpg);
	background-repeat : no-repeat;
	height : 345px;
}

#main_nav {
	position : absolute;
	width : 621px;
	left : 0px;
	top : 291px;
	border-top : 1px solid #FFFF00;
	border-bottom : 1px solid #FFFF00;
	padding : 3px 0px;
	font-size : 12px;
	font-weight : 900;
	font-variant : small-caps;
	font-family : Book Caps, Verdana, sans-serif;
}

#main_nav ul {
	list-style : none;
	width : 621px;
	padding : 0px;
	font-size : 1em;
}

#main_nav li {
	display : inline;
}

#main_nav a {
	background-color : #373737;
	color : #FFFFFF;
	text-decoration : none;
	padding : 0px 10px;
}

#main_nav a:hover {
	background-color : #797979;
}

#content {
	text-align : justify;
	padding-bottom : 50px;

}

#footer {
	display : none;
}


.foto {
	float : right;
padding: 3px 3px 3px 3px;
margin: 10px 10px 1px 10px;
border: 1px solid #ffff00;
color: #ffff00;
letter-spacing:0.1em;
font-size: 9px;
/*text-align:left;*/
}

table.fotos {
padding:5px;
}


table.fotos td {
margin:2px;
padding: 5px 5px 5px 5px;
vertical-align: middle;
text-align: center;
background-color:#ccc;
border:1px solid #eee;
}

table.fotos tr{
height: 125px;
}

table.fotos img{
padding: 2px;
background-color: #bbb;
}

.partner img{
padding:2px;
border:1 px solid #ffff00;
float:right;
margin-left:10px;
margin-bottom:10px;
margin-right:10px; 
margin-top:2px;}

.image {
	text-align : center;
	padding : 20px 0 0 0;
}

.sponsor {
	position : relative;
	margin : 10px 0px 25px 0px;
}

.sponsor h2 {
	text-transform : uppercase;
}

.sponsor img {
	position : absolute;
	top : 10px;
	right : 30px;
}


/*##########lightbox#############*/

#lightbox{
	background-color:#e9ebf4;
	padding: 15px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	color:#152e7b;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#keyboardMsg a,
#keyboardMsg a:link{
color: #152e7b;
}
#lightbox img{ 
border: none; 
margin:0px;
padding: 0px;

} 


#overlay img{ border: none; }

/*############slimbox################*/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../js/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../js/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../js/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(../js/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
