/* CSS Document */

@font-face { 
	font-family: FuturaBold;
	src: local("FuturaBold"), url(../fonts/Futura Bold BT.ttf), format("TrueType");
	font-style: normal;
	font-weight: normal;
} 

@font-face { 
	font-family: FuturaMedium;
	src: local("FuturaMedium"), url(../fonts/Futura Medium BT.ttf), format("TrueType");
	font-style: normal;
	font-weight: normal;
} 

@font-face { 
	font-family: FuturaLight;
	src: local("FuturaLight"), url(../fonts/Futura Light BT.ttf), format("TrueType");
	font-style: normal;
	font-weight: normal;
} 

body {
	background-color:#f7f7f7;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:14px;
	margin:0;
	color:#888;
}
a:link {
	color:#009ee0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#009ee0;
}
a:hover {
	text-decoration: none;
	color:#61caf6;
}
a:active {
	text-decoration: none;
}

h1{
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	color:#01a1df;	
	font-size:36px;
	margin-top:5px;
}

h2{
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	color:#01a1df;	
	font-size:30px;
	margin-top:5px;
}

hr{
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #ccc;
	border-bottom: transparent;	
	margin-top:5px;
	margin-bottom:5px;
	
}

.container{
	width:960px;
	min-height:400px;
	#height:400px;
	overflow: visible;
	padding-top:25px;
	margin: 0 auto;
}

.left{	float:left;	}
.right{	float:right; }
.clear {clear:both;height:25px; }

.hoverpointer:hover{
	cursor:pointer;	
}
.col {
	margin: 0 10px;
	display: inline;
	float: left;
}

.col-1 {	width:60px;	 }
.col-2 {	width:140px; }
.col-3 {	width:220px; }
.col-4 {	width:300px; }
.col-5 {	width:380px; }
.col-6 {	width:460px; }
.col-7 {	width:540px; }
.col-8 {	width:620px; }
.col-9 {	width:700px; }
.col-10{	width:780px; }
.col-11{	width:860px; }
.col-12{	width:940px; }

.col-full{	width:960px; }

.smallborder{ border:1px solid #999; }

.stdtextfield{
	height:22px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-color:#333;
	padding:3px;
	width:300px;
	border:1px solid #bbb;
	border-top:1px solid #666;
	border-left:1px solid #666;
	
}

.stdtextfield:hover{
	border:1px solid #ddd;
	border-top:1px solid #009ee0;
	border-left:1px solid #009ee0;
	
}

select{
	width:150px;
	
}

input[type='submit']{
	font-weight:bold;
	border:none;
	font-size:15px;
	color:#fff;
	padding:8px 25px 5px;
	background:url(../img/buttonbg.png);
	display:block;
}

input[type='submit']:hover{
	background:#61caf6;
}


.stdbutton a, .stdbutton a:link,  .stdbutton a:visited{
	font-weight:bold;
	border-top:1px solid #eee;
	border-bottom:1px solid #61caf6;
	font-size:15px;
	color:#fff;
	padding:8px 25px 5px;
	background:url(../img/buttonbg.png);
	display:block;
	
}

.stdbutton a:hover{
	background:#61caf6;
}

.greybg{
	background-color:#eee;		
}


.titletext{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:7px;
	
}

.footer{
	clear:both;
	margin-top:100px;
	padding-top:15px;
	text-align:center;
	margin:auto;
	border-top:1px solid #ccc;

}

.footer a:link, .footer a:visited, .footer a{
	text-decoration:underline;
}

.infoot{
	margin:auto;
	width:960px;	
}
