@charset "utf-8";
/* CSS Document */
*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
html,body{
	margin: 0px;
	height:100%;
	background-color:#7b7c7f;
	color:#666666
}
img{
	border:#000000 solid 0px;
	margin:0px;
}
img.menu{
	margin-left: 27px;
	margin-bottom:0px;
}
img.left{
	float: left;
}
img.right{
	float: right;
}
img.clear{
	clear: both;
}
img.s{
	margin: 0 0 10px;
}
h1{
	color:#e3001a;
	font-size: 14px;
	margin-top:0px;
	margin-bottom:0px;
}
h1.laendercup{
	margin-top: 10px;
}
h2{
	color:#e3001a;
	font-size: 12px;
	margin-top:0px;
	margin-bottom:0px;
}
h4.laendercup{
	margin: 0;
}
p{
	margin-top:15px;
}
ol{
    padding: 0 0 0 18px;
}
.datetime{
	font-size:11px;
	color:#666666;
}
#ani_car{
	position:absolute;
	top:0px;
	left:0px;
	width:450px;
}
#content{
	position: absolute;
	left: 50%;
	width:985px;
	margin-left: -492px;
	background-image:url(../img/bg.jpg); 
}
#left{
	float:left;
	width:215px;
	border: #000000 solid 0px;
}
#left a, #left a:visited {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	font-size:12px 
  }
#left a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: underline;
	font-size:12px 
}
#main{	
	float:right;
	width:740px;
	margin-right:15px;
}
#main table{
	width:693px;
	border-collapse:separate;
	table-layout:auto;
}
#main table.startseite{
	width:295px;
}
#main th{
	text-align:left;
	border-bottom:#FF0000 solid 1px;
}
#main tr.co{
	background-color:#eeeeee;
}
#main td{
	vertical-align:top;
}
#header{
	background-image:url(../img/header_bg.jpg);
	background-repeat:no-repeat;
	height:154px;
	border-bottom:#e3001a solid 10px;
}
#fontSize{
	position:relative; 
	margin-top:10px; 
	border:#000000 solid 0px; 
	width:80px; 
	left:650px;
}
#footer{
	font-size:11px;
	background-image:url(../img/bg_end.jpg);
	background-repeat:no-repeat;
	text-align:center;
	width:985px;
	color:#FFFFFF;
	padding-top:25px;
	background-color:#7b7c7f;
}
.clear{
	clear:both;
}
label.kontakt{
	float: left;
	width:95px;
}
input.kontakt, textarea.kontakt{
	width:350px;
	margin-bottom:2px;
}
textarea.kontakt{
	height:175px;
	margin-top:0px;
}
a:link, a:visited, a:hover{
	color:#e3001a;	
	text-decoration:none;
}
a:hover{
	color:#e3001a;
	text-decoration:underline;
}
a.mail:link, a.mail:visited, a.mail:hover{
	font-size:12px;
	color:#e3001a;	
	text-decoration:none;
}
a.mail:hover{
	font-size:12px;
	color:#e3001a;
	text-decoration:underline;
}
.red{
	color:#e3001a;
	font-size: 12px;
	font-weight:bold;
}
.l{
	float:left;
}
.r{
	float:right
}
.startliste{
	float:right;
	margin:55px 122px 0 0;
}
#blink{
    float: right;
    font-size: 24px;
    font-weight: bolder;
    margin: 12px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}


/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
