/* CSS Document */

body
{
	background-color:#fff;
	padding:0;	
	margin:0;
	font-family:"SourceSansProRegular", Segoe UI, Verdana, Geneva, sans-serif;
	color:#777;
	background:url(../img/bg.png);
	background-repeat:repeat;
	font-size:14px;
	text-align:left;
	border:0;
	min-width:300px;
}


a:link, a {
	color:#484848;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#484848;
}
a:hover {
	text-decoration: none;
	color:#0db704;
}
a:active {
	text-decoration: none;
}

.shadow{
	-moz-box-shadow: 3px 3px 4px #e9e9e9;
	-webkit-box-shadow: 3px 3px 4px #e9e9e9;
	box-shadow: 3px 3px 4px #e9e9e9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e9e9e9')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e9e9e9');	
}

.shadowdark{
	-moz-box-shadow: 0px 0px 4px #000000;
	-webkit-box-shadow: 0px 0px 4px #000000;
	box-shadow: 0px 0px 4px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=000, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=000, Color='#000000');	
}

h1{
	color:#ccc;
	margin:0;
	padding:10px;
	font-size:26px;
	font-weight:bold;
	display:block;
	background:url(../img/transbg.png);
	font-family: Optima, Segoe, Segoe UI;
	font-weight:lighter;
}

h2{
	color:#aaa;
	font-size:18px;	
	margin-left:15px;
	margin-right:15px;

}

h3{
	color:#fff;
	background:#000;
	margin-top:0px;
	margin-bottom:0px;
	padding:15px 0px 15px 20px;
	font-size:18px;
	display:block;
	text-align:center;
	min-width:300px;
}

h3:hover{
	background:#222;
}

.h3div{
	color:#fff;
	background:#424242;
	margin-top:0px;
	margin-bottom:25px;
	padding:3px 10px 3px 10px;
	font-size:12px;
	font-weight:bold;
	display:block;
}		

h4{
	margin:0 0 10px 0;
	padding:0;
	font-size:22px;
	font-weight:normal;
	text-transform: uppercase;
	
}

h5{
	margin:0 0 10px 0;
	padding:0;
	font-size:22px;
	font-weight:normal;
	text-transform: uppercase;
	color:#fff;
}

hr{
	/*border: 1px; /* Für Firefox und Opera */
	border-top: solid 1px #ddd;
	border-bottom:none;	
	border-left:none;
	border-right:none;
	margin-bottom:10px;	
	height:0px;
	clear:both;
}

.left{	float:left;	}
.right{	float:right; }
.clearfix{ clear:both; }

.center{
	margin:auto;
}	

.hoverpointer:hover{
	cursor:pointer;	
}

.hoverimage:hover{
	cursor:pointer;	
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
.col {
	margin-left: 25px;
	display: inline;
	float: left;
}

.colr{
	margin-right: 20px;
	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; }

.bgsize-50
{
	background-size:50px 50px;
	width:50px;
	height:50px;	
}

.smallfont{
	font-size:11px;
}

.stdtextfield{
	border:1px solid #ccc;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	padding:5px;
	resize:none;
	font-size:1em;
	
}

.stdtextfield:focus{
	background-color:#f5f5f5;
	border:1px solid #ddd;
}

.stdtextfieldsmall
{
	border:1px solid #ccc;
	font-family:Verdana, Geneva, sans-serif;
	color:#828282;
	padding:5px 5px 5px 3px;
	width:112px;
	font-size:10px;	
}

.stdtextfieldsmall:focus
{
	background-color:#f5f5f5;
	border:1px solid #ddd;
}

.stdbutton{
	background:#39b044;
	color:#fff;
	border:1px solid #008024;
	min-width:130px;
	padding:8px 15px 8px;
	text-align:center;
	font-size:13px;
}

.stdbutton:hover{
	cursor:pointer;
	background:#4dcc59;
}

.auxfont{
	font-family: "SourceSansProRegular", Optima, Segoe, Segoe UI;
}

.bigbutton{
	padding:11px 5px 11px; !important;
	font-size:18px;
}

.invisiblebutton
{
	border:0;
	padding:0;
	background:none;
	width:24px;
	height:24px;
}

.invisiblebutton:hover
{
	cursor:pointer;	
}

.redfont{
	color:#903;	
}

.greenfont{
	color:#390;	
}

.greyhover:hover
{
	background-color:#f4f4f4;	
}

.bluehover{
	background-color:#ddfeff;
}

.bluehover:hover{
	border:-1px solid #000;
}

.midfont{
	font-size:13px;	
	text-transform:uppercase;
	font-weight:bold;
}

.loadinggif
{
	width:100%;
	height:100%;
	text-align:center;
	position:relative;
	z-index:100;
}


/* DROP DOWN BUTTON */

.dropdownbutton{
	color:#fff;
	background:#2C2C2C;
	min-width:160px;
	text-align:left;
	position:relative;
	z-index:100;
}

.dropdownbutton a:hover{	
	color:#2dc6c9
}

.dropdownbutton a{
	color:#fff;	
	display:block;
	height:100%;
	padding:3px 10px 2px;
}

.dropdownbutton:hover ul{
	display:block;	
}

.dropdownbutton ul{
	display:none;
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
}

.dropdownbutton ul li{
	border-top:1px solid #444;
}

.whitebg{
	background-color:#fff;
	color:#888;	
	padding:14px;
	font-size:14px;
	position:fixed;
	top:0;
	margin:auto;
	width:100%;
}

.darkbg{
	background-color:#222;
	border-top:1px solid #000;
	font-size:13px;
	position:fixed;
	bottom:0;
	margin:auto;
	width:100%;
	min-width:700px;
	z-index:2000;
}

.darkbg a{
	color:#fff;	
}

.darkbg a:hover{
	color:#0C0;
}

.topbarfield{
	color:#999;
	float:left;
	margin:5px;
	background-color:#333;
	padding:12px 10px 3px;
	font-size:13px;
	
}

.topbarfield:hover{
	background-color:#555;
}

.topbarfieldbgless{
	float:left;
	margin:5px;
	padding:10px 10px 3px;	
	display:block;
}

.popbubble{
	position:absolute;
	padding:10px;
	background:url(../img/arrowpop.png);
	width:71px;
	height:50px;
	bottom:10px;
	display:none;
	color:#333;
	text-align:center;
}

.ratebutton{
	background:url(../img/ratebg.png);
	font-size:11px;
	padding:3px 5px 4px;
	height:11px;
	color:#fff;
	margin-top:5px;
}

.ratebutton:hover{
	background:#5acf31;
}

.topbar{
	border-bottom:#e2e2e2 1px solid;
	position:relative;
	background:#C30;
	color:#fff;
	font-size:22px;
	font-weight:bold;
	z-index:12;
}

.intopbar{
	padding:15px;	
	margin-right:10px;
}



