/* CSS Document */

body {
	background-color: #ffffff; font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #43423a; margin: 0px; padding: 0px;
}

h1,h2,h3,h4,form { margin: 0px; padding: 0px; }
h2 { margin-bottom: 5px; }
h3 { font-size: 14px; color: #005990; margin: 10px 0px; font-weight: bold; }
a { color: #e25517; text-decoration: none; }
a:hover { color: #90b931; text-decoration: none; }
small { color: #e25517; font-size: 11px; font-weight: bold; }
big { font-size: 14px; font-weight: bold; }
img { border: none; }
input,textarea,select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.button, .submit { width: 108px; height: 20px; background: none; background-image: url(img/bck_buttons.png); background-position: 0px 0px; background-repeat: no-repeat;
	display: block; color: #0a2244; text-align: center; font-weight: bold; font-size: 11px; line-height: 20px; margin: 5px 0px; border: none; }
	a.button.orange, .submit.orange { background-position: 0px -20px; color: #FFF; }
	a.button.blue, .submit.blue { background-position: 0px -40px; color: #FFF; }
	a.button.red, .submit.red { background-position: 0px -60px; color: #FFF; }
	a.button.dark, .submit.dark { background-position: 0px -80px; color: #d3f068; }
	a.button.right, .submit.right { float: right; }
	
#topBar { width: 100%; height: 155px; }
	#topBar .content { 
        height: 155px; 
        margin-left: 3em;
        margin-top: 1em;         
    }

h1 { width: 332px; height: 112px; position: absolute; top: 24px; left: 50%; margin-left: -480px;}
	h1 a { width: 332px; height: 112px; display: block; }

#kontakt { width: 157px; height: 51px; position: absolute; top: 50px; left: 50%; margin-left: 200px; }

#middleLevel { width: 100%; background: url(img/bck_info.gif) repeat-x top #1b1333; }
	
	#middleLevel .content { width: 780px; margin: 0 auto; color: #FFF; font-size: 12px; line-height: 20px; }
	#middleLevel .content h2 { font-size: 24px; font-weight: bold; padding-top: 50px; }
	#middleLevel .content p { padding-bottom: 10px; margin: 15px 0px 0px 0px; }
	#middleLevel .content img { float: left; margin: 29px 40px 20px 0px; }
	#middleLevel.warning .content img { float: left; margin: 29px 40px 0px 0px; }
	#middleLevel.stop .content img { float: left; margin: 22px 40px 0px 0px; }
	

#footerLevel { width: 100%; }
	#footerLevel .content { width: 980px; margin: 0 auto; font-size: 11px; color: #9e9987; line-height: 18px;}
		#footerLevel .content a { color: #90b931; }
	
#leftFooter { width: 700px; float: left; margin: 15px 0px 20px 0px; }
	#leftFooter img { float: left; margin: -15px 10px 20px 10px; }

#rightFooter { width: 170px; height: 124px; float: right; margin-bottom: 20px; }

.clear { clear: both; }






