/* Stylesheet www.megaflieger.de */

/* reset all */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* common */

html {
	height: 100%;
}

body {
	height: 100%;
	min-height:100%;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
	background: url(/images/background-body.jpg) no-repeat center top;
	font-family: Georgia, Verdana, sans-serif;
}

a:link {
	color: #0077ce;
	text-decoration: none;
	font-weight:normal;
}

a:visited {
	color: #0077ce;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img, a img {
	border: 0;
}

.hide {
	display: none;
}

/* clear class */
.clear {
	clear: both;
}

/* typo */

hr {
	clear: both;
	border: 0;
	width: 100%;
	color: #aed7ed;
	background-color: #aed7ed;
	height: 1px;
	margin: 10px 0;
}

p {
	font-size: 11px;
	line-height: 150%;
	padding: 10px 0;
	clear: both;
	text-align: left;
}

h1 {

}

h2 {

}

h3 {
	font-size: 19px;
}

h4 {

}

h5 {
	font-size: 17px;
}

/* layout */

#wrapper {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	width: 830px;
	padding: 0 9px;
}

* html #wrapper {
	height: 100%;
}

#not-footer {
	padding-bottom: 120px;
}

/* Header */

#header {
	text-align: center;
	width: 830px;
}

#header h1 a {
	display:block;
	height: 140px;
	width: 830px;
	display: block;
	background: url(/images/logo.gif) no-repeat center top;
}

#header h1 a span {
	display: none;
}

#flash {
	z-index: 1;
	position: relative;
}

/* Navigation Oben */

ul#navigation-top {
	width: 830px;
	text-align: center;
	list-style: none;
	z-index: 9999;
	height: 30px;
}

ul#navigation-top li {
	list-style: none;
	z-index:9999;
	height:30px;
}

ul#navigation-top a {
	font-weight: bold;;
	color: #ffffff;
}

ul#navigation-top a:hover {
	text-decoration: none;
}

#navigation-top li {
	display:inline;
	position: relative;
	padding: 15px 10px;
	text-align: center;
	cursor: default;
}

li ul {
	display: none;
	position: absolute;
	top: 43px;
	left: 0;
	font-weight: normal;
	background: url(/images/transparent.png);
	height:155px;
	z-index:9999;
	padding:17px 0;
	overflow:hidden;
}

#navigation-top li li {
	height: 27px !important;
	width:150px;
	display: block;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
}

li:hover ul, li.over ul {
	display: block;
}

/* Navigation Oben Level 2*/

#navigation-top li li a {
	position: relative;
	display: block;
	font-weight: normal;
	padding:2px;
	color: #092d5c;
}

#navigation-top li li a:hover {
	background:#0077ce;
	color:#ffffff;
}

/* Sidebar Rechts */

#sidebar-right {
	width: 290px;
	float: left;
	margin: 20px 0 0 0;
}

#sidebar-right h3 {
	font-size: 12px;
	color: #0077ce;
}

#sidebar-right .box {
	float:right;
	width: 220px;
	height: 115px;
	background: url(/images/box.gif) #ffffff;
	margin: 15px 0px 15px 20px;
	padding: 25px;
}

#sidebar-right a {
	font-weight:bold;
}

#sidebar-right a.more {
	padding: 0 0 0 25px;
	background: url(/images/arrow.gif) 5px 3px no-repeat;
}

#content {
	width: 500px;
	margin: 20px 0px 20px 20px;  
	float: left;
	text-align: left;
}

/* IE needs double amount */

/* IE6 */

* html #content {
	margin: 20px 0px 50px 20px;
}

/* IE7 */

*+ html #content {
	margin: 20px 0px 50px 20px;
}

#content a {
	font-weight:bold;
}

#content h4 {
	font-size:17px;
	font-weight:normal;
	color:#0077ce;
	padding:10px 0 5px 0;
}

#content p {
	padding:10px 0 10px 0;
	font-size: 12px;
}

#content ul {
	padding:10px 15px;
}

/* footer */

#footer {
	text-align:center;
	color: #ffffff;
	position: relative;
	margin: -120px auto 0 auto;
	height:120px;
	background:url(/images/background-footer.jpg) top center;;
}

#footer div {
	width:830px;
	margin: 0 auto;
	padding:13px 0 0 20px;
}

#footer div div.left {
	width:170px;
	float:left;
}

#footer div div.right {
	width:350px;
	float:left;
}

/* formular */

fieldset {
	clear: both;
}
			
legend {
	display:none;
}

label {
	margin: 5px 0;

} 

.kontaktdaten label {
	display: block;
	width: 150px;
	float: left;
}

input, textarea {
	width: 300px;
	margin: 3px 0;
	border: 1px solid #0077ce;
	background: white;
	padding: 3px 3px;
}  

input.checkbox {
	height: 12px;
	width: 15px;
	border: 0;
	background: white;
	padding: 2px 3px;
}

input:active, input:focus, input:hover { 
	background: #efefef;
}

.buttons {
	text-align: center;
}

/* button code, stopdesign, http://stopdesign.com/eg/buttons/3.0/code.html */

  /* Start custom button CSS here
    ---------------------------------------- */
    .btn {
      display:inline-block;
      background:none;
      margin:0;
      padding:3px 0;
      border-width:0;
      overflow:visible;
      font:100%/1.2 Arial,Sans-serif;
      text-decoration:none;
      color:#333;
      }
    * html button.btn {
      padding-bottom:1px;
      }
    /* Immediately below is a temporary hack to serve the 
       following margin values only to Gecko browsers
       Gecko browsers add an extra 3px of left/right 
       padding to button elements which can't be overriden.
       Thus, we use -3px of left/right margin to overcome this. */
    html:not([lang*=""]) button.btn {
      margin:0 -3px;
      }
    .btn span {
      background:#ddd url(/images/bg-button.gif) repeat-x 0 0;
      margin:0;
      padding:3px 0;
      border-left:1px solid #bbb;
      border-right:1px solid #aaa;
      }
    * html .btn span {
      padding-top:0;
      }
    .btn span span {
      position:relative;
      padding:3px .4em;
      border-width:0;
      border-top:1px solid #bbb;
      border-bottom:1px solid #aaa;
      }
    
    /* pill classes only needed if using pill style buttons ( LEFT | CENTER | RIGHT ) */
    button.pill-l span {
      border-right-width:0;
      }
    button.pill-l span span {
      border-right:1px solid #bbb;
      }
    button.pill-c span {
      border-right-style:none;
      border-left-color:#fff;
      }
    button.pill-c span span {
      border-right:1px solid #bbb;
      }
    button.pill-r span {
      border-left-color:#fff;
      }
    
    /* only needed if implementing separate hover/focus/active state for buttons */
    .btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      border-color:#0075c6 !important;
      color:#000;
      }
    .btn:active span {
      background-position:0 -400px;
      outline:none;
      }
    .btn:focus, .btn:active {
      outline:none; /* doesn't seem to be respected for <button>, only <a> */
      }

    /* use if one button should be the 'primary' button */
    .primary {
      font-weight:bold;
      color:#000;
      }


