*{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}

html, body{
	margin:0;
	padding:0;
}

#pagewidth{
	width:900px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#header{
	position:relative;
	width:100%;
}

#leftcol{
	width:210px;
	float:left;
	position:relative;
 }

#maincol{
	float: right;
	display:inline;
	position: relative;
	width:670px;
 }

#footer{
	height:30px;
	clear:both;
	margin-top:20px;
	border-top:1px gray dotted;
 }

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
 }

/*.clearfix{display: inline-block;}*/

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{
	/*hide the left column when printing*/
	#leftcol{display:none;}
	#twocols, #maincol{width:100%; float:none;}
}

a{
	color: #000000;
}

.content{
	float:left;
	margin-left: 20px;
	width:600px;
}

.menue{
	width:200px;
}

input, select{
	width:100%;
	background-color: #CCCCCC;
	border: 1px #001A3A solid;
	margin-bottom: 3px;
	margin-top:0;
}

input{
	padding-left:4px;
	padding-top:2px;
	height:20px;
	vertical-align:middle;
}

#search{
	width:180px;
}

#info{
	margin-left:2px;
	vertical-align:middle;
	height:20px;
}

select{
	height:20px;
}

li{
	list-style:none;
	list-style-position:outside;
	margin-left:4px;
	text-align:left;
}

.headl{
	width:100%;
	background-color:#001A3A;
	font-weight: bold;
	color: #FFFFFF;
	white-space:nowrap;
	padding:3px;
}

.hide{
	width:0;
	height:0;
	border:0;
	margin:0;
	padding:0;
}

div,form{
	margin:0;
	padding:0;
	border:0;
}

#lang{
	border-top: 1px silver solid;
	border-bottom: 1px silver solid;
	margin-bottom: 20px;
}

.headline{
	font-weight:bold;
	font-size:16px;
	border-bottom:1px silver solid;
	width:400px;
}

#anzahl{
	margin-top:30px;
}

#lastjets, #mostview{
	width:250px;
	text-align:left;
	border-top:1px silver solid;
	margin-bottom:30px;
}

#lastjets div, #mostview div{
	border-bottom:1px silver solid;
	margin-bottom:5px;
	font-weight:bold;
	padding:2px;
	background-color:#ebebeb;
}

#typ{
	width:80%;
}

#typ td{
	vertical-align:top;
}

#typ .left{
	width:150px;
}

#head{
	margin-bottom:10px;
	padding-left:60px;
	font-size:24px;
	color:#001A3A;
	font-weight:bold;
}

.gallinkbutton{
	border:0;
	background-color:#FFF;
	margin:0;
	vertical-align:top;
	padding:0;
	height:18px;
	width:30px;
	text-decoration:underline;
}

.gallinkbutton:hover{
        cursor:pointer;
}

.galhead{
	font-weight:bold;
	background:#ebebeb;
	width:950px;
	height:25px;
	margin-bottom:10px;

}


#submit:hover{
	cursor:pointer;
}

