/* 
	Design by: Lukas Zero
	Date: 09.2007
==================================================================
__________________01.  GLOBAL
__________________02.  HEADER
__________________03.  MENU
__________________04.  CONTENT
____________________04.1. CATBOX
__________________05.  ARTICLE HEAD
__________________06.  SIDEBAR
____________________06.1.  BOXEN
____________________06.2.  LAST MINUTE BOXEN
____________________06.3.  STECKBRIEF
____________________06.4.  NAVI
__________________07.  FOOTER
__________________08.  JOBS
__________________09.  KONTAKTFORMULAR
__________________10.  LIGHTBOX
==================================================================*/

/* 01. GLOBAL
------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
font-weight:bold;
}

/* 02. CONTENT
------------------------------------------------------------------*/

#header {
    color:#fff;
    background:#111;
    height:50px;
    margin:0% 0 0 0;
}

#content {
    margin: 20px;
    width:550px;
	float:left;
}

#content p {
    font: 14px "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
    line-height: 1.4em;
    margin:10px 0 20px 0;
}

h1 {
    font: 32px Georgia, "Times News Roman", Verdana;
    font-weight: bold;
    padding:20px 0 0 2%;
}

#content h2 {
    font: 18px Georgia, "Times News Roman";
    font-weight: 600;
    margin:1em 0;
}

#content .info {
	background:#E6F5FF;
	border:1px solid #1E67A0;
	font:10px "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	margin:1em 0;
	padding:5px;
	color:#1E67A0;
}

#footer {
	background:#FFFFFF url(impress.gif) no-repeat scroll 0pt 50%;
	border-top:1px solid #CCCCCC;
	height:14px;
	margin:20px;
	padding-top:10px;
	clear:both;
}

#map {
	float:right;
	width:380px;
	height:480px;
	margin:20px 20px 0 0;
}

/** FLUGSUCHE **/
#flug {border:1px solid #eee; padding:5px}
label {display:block;}

input.text,textarea,select {
  border:1px solid #ccc;
  color:#333;
  font:12px/12px 'Trebuchet MS', Arial, sans-serif;
  margin:1px 0;
  padding:3px;
  width:262px;
}
input.suche {margin:10px;}
