/* basics -------------------------------------------------------------*/

body {
		
		background: #0054A5;
		background-image: url('img/bg.png');
		font: 14px Arial, sans-serif;
		text-align:left;
		color: #000000;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

a 				{ text-decoration: underline; color: #000; }

h1, h2 			{ color: #181818; font-family: Arial, sans-serif; font-weight: normal; text-align:left; }
h1 				{ font-size: 24px; line-height: 24px; color:#fff; }
h2 				{ font-size: 16px; line-height: 24px; margin-bottom: 4px; font-weight: bold; }

ul li.mylist 	{ line-height: 24px; text-align: left; }

img 			{ border:0px none; max-width: 100%;	height: auto; }
.img-lb			{ height:100px; margin-right:10px; margin-bottom:10px; box-shadow: 2px 2px 4px #1d1d1d; -webkit-box-shadow: 2px 2px 4px #1d1d1d; -moz-box-shadow: 2px 2px 4px #1d1d1d; }
.img-lb-b 		{ height:180px; margin-right:10px; margin-bottom:10px; box-shadow: 2px 2px 4px #1d1d1d; -webkit-box-shadow: 2px 2px 4px #1d1d1d; -moz-box-shadow: 2px 2px 4px #1d1d1d; }
.img-lb-bb 		{ height:220px; margin-right:10px; margin-bottom:10px; box-shadow: 2px 2px 4px #1d1d1d; -webkit-box-shadow: 2px 2px 4px #1d1d1d; -moz-box-shadow: 2px 2px 4px #1d1d1d; }

.clear 			{ clear: both; }

.btop 			{ border-top: 1px solid #f2f2f2; }
.bleft 			{ border-left: 1px solid #f2f2f2; }
.bbot 			{ border-bottom: 1px solid #f2f2f2; }
.bleft-tr 		{ border-left: 1px solid transparent; }   
.brad5 			{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.brad-top-left5 { border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; }
.brad-top-right5 { border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; }
.brad-bot-right5 { border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; -moz-border-bottom-right-radius: 5px; }

.underline 		{ text-decoration: underline; }
.italic			{ font-style: italic; }
.tleft 			{ text-align: left; }

.mtop20 		{ margin-top: 20px; }
.mtop40 		{ margin-top: 40px; }

.cd 			{ width:100%; background-color: #068ab1; border-top:4px solid #02577e; border-bottom:4px solid #02577e; text-align: center; padding-top: 10px; padding-bottom: 10px; margin-top:20px; }

#contains_images			{ max-width: auto; }

/* colors -------------------------------------------------------------*/ 

.col0 	{ background-color:#0054A5; }
.col1 	{ background-color:#0054A5; }
.col2 	{ background-color:#01496F; }
.col3 	{ background-color:#0A4F4C; }
.col4 	{ background-color:#006D7F; }
.col5 	{ background-color:#483B5F; }
.col6 	{ background-color:#24559B; }
.col7 	{ background-color:#20447D; }
.col8 	{ background-color:#138063; }
.col9 	{ background-color:#03448e; } 
.col10 	{ background-color:#45779F; }
.col11 	{ background-color:#033a38; }
.col12 	{ background-color:#493252; }

.col0c 	{ background-color:#619EDF; }
.col1c 	{ background-color:#66a8e5; }
.col2c 	{ background-color:#478CBF; }
.col3c 	{ background-color:#459A9F; }
.col4c 	{ background-color:#4C95AF; }
.col5c	{ background-color:#87819F; }
.col6c 	{ background-color:#477EBF; }
.col7c 	{ background-color:#4D88CF; }
.col8c 	{ background-color:#5abfa4; }
.col9c 	{ background-color:#2D75C3; }
.col10c { background-color:#6D9FC7; }
.col11c { background-color:#34aba7; }
.col12c { background-color:#8383a4; }

.white	{ color:#fff; }
/* formular -------------------------------------------------------------*/ 

.input[type=text] {
	width:300px;
	height:22px;
	font-family:Arial, sans-serif;
	font-size:14px;
	margin-top:5px;
	border:1px solid #6e6e6e;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 3px #7C7C7C;
   box-shadow: 0 0 3px #7C7C7C;
	}	
	
.input[type=submit] {
	width:180px;
	height:25px;
	background:#D8D8D8;
	color:#000000;
	font-family:Arial, sans-serif;
	font-size:14px;
	margin-top:5px;
	border:1px solid #6e6e6e;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 3px #7C7C7C;
   box-shadow: 0 0 3px #7C7C7C;
	}	

.nachricht {
	width:450px;
	height:120px;
	font-family:Arial, sans-serif;
	font-size:14px;
	margin-top:5px;
	border:1px solid #6e6e6e;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 3px #7C7C7C;
   box-shadow: 0 0 3px #7C7C7C;
	}	

.success {
	margin-bottom:10px;
	background:#493252;
	color:#fff;
	font-weight:bold;
	padding:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


/* admin -------------------------------------------------------------*/ 

.fleft			{ float:left; }
.fright			{ float:right; }
.h40			{ height: 40px; }
.h100			{ height: 100px; }
.w120			{ width: 120px; }
.w200			{ width: 200px; }
.w350			{ width: 350px; }
.w450			{ width: 450px; }
