/* Landungsbrücken BASICS CSS */
/* MilkyMEDIA FfM */
/* 2010-05-02 */


* {
	margin: 0;
	padding: 0;
}


/*
@font-face {
  font-family: BabelSans;
  src: url( ../../ttf/BabelSans.ttf );
}
*/

body {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: black;
}




a {
	color: black;
	outline: none;
}

a:hover {

}

strong {

}

img {
	border: none;
	outline: none;
	display: block;
}



ul {
	list-style: none;
}


h1 {
	margin-top: 4px;
	margin-bottom: 0px;

	text-transform: uppercase;
	font-size: 150%;
	line-height: 20px;
}

h2 {
	margin-bottom: 4px;

	text-transform: uppercase;
	font-size: 100%;
	font-weight: normal;
}

p {

}





/* --- BASIC CLASSES --- */
.clear {
	clear: both;
}

.nodisplay {
    display: none !important;
}













/* --- FORMULARE --- */
form {
	overflow: hidden;
	margin-bottom: 15px;
}


form p {
	clear: both;
	overflow: hidden;
	
	margin: 5px 0;
}

form p.checkbox {
	padding: 0 0 0 153px;
}


form fieldset {
/*	border: 1px dotted black;
	padding: 2px 3px 4px 10px;
	background: white;*/
	margin-bottom: 8px;
	border: none;
}


/* INPUTS */
form input {
	padding: 2px 3px 0 3px;
	margin-right: 2px;
}	

form input.text {
	width: 320px;
	float: right;

	border: none; /*1px solid black;*/
	background: white;
	
	padding: 2px;
}

form input.intval {
	width: 70px;
	float: right;

	border: none; /*1px solid black;*/
	background: white;
	
	padding: 2px;
	margin-right: 252px;
}

form input.email {
	width: 160px;
	border: none; /*1px solid black;*/
	background: white;
}




form textarea {
	float: right;
	width: 320px;	
	height: 80px;	

	border: none; /*1px solid black;*/
	background: white;

	padding: 2px;
	margin: 0 2px 0 0;
}




form select {
	width: 326px;
	float: right;
}

/* Firefox & Safari */
html>body form select {

}








form input.radio {
	display: block;
	margin: 0px;
	float: left;
}
/* Firefox & Safari */
html>body form input.radio {
	margin: 4px 0 0 0 !important;
}





form input.checkbox {
	display: block;
	margin: 0px;
	float: left;
}
/* Firefox & Safari */
html>body form input.checkbox {
	margin: 3px 0 0 0 !important;
}

form p.checkbox {
	margin-top: 3px;
}





/* BUTTONS */
form input.button,
form input.submit {
	cursor: pointer;
}

form input.submit {
}

form input.button {

}


html>body form input.button {

}


p.buttons {
	width: auto;
	float: right;
}

p.buttons input {

}








/* LABEL */
form label, .label {
	display: block;
	float: left;

	margin: 1px 0;
	color: white;
}



form label.checkbox {
	float: left;
	margin: 0 0 2px 2px;
	
	width: 300px;
}

/* Firefox & Safari */
html>body form label.checkbox {
	margin: 1px 0 2px 5px !important;
}



form label.radio {
	float: left;
	margin: 0 10px 2px 2px;
}
/* Firefox & Safari */
html>body form label.radio {
	margin: 0 15px 2px 3px !important;
}























/* --- TABELLEN --- */
table {
	clear: both;
	width: 100%;
	text-align: left;
}


table caption {

}

table td, table th {
	padding: 2px;
	vertical-align: top;
}

table thead th {

}

table tbody th {

}

table tbody td {

}














/* LIST NAVIGATION */
.list_nav {
  margin:					10px 0 5px 0;
}

.list_nav .current {
  font-weight: 				bold;
}

.list_nav li {
  display: 					inline;
  list-style-type: 			none;
  padding: 2px 4px;
}
