/* -- 
allgemeine Formatierungen
-- */


/* -- HTML Elemente -- */
* {
	margin:0;
	padding:0;
	list-style:none;
}

html, 
body {
	height:100%;
}

body {
	font:11px Verdana, Arial, sans-serif;
	background:#FFF;
}

body div#main_wrapper {
  color: #FFF;
}

img {
	vertical-align:middle;
	border: 0;
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color:#FFF;
	text-decoration:none;
}

a:hover,
a:active {
	text-decoration:underline;
}

p {
	padding: 12px 0 0 0;
	line-height: 16px;
}

dl.csc-textpic-image {
  padding: 12px 0 0 0;
}

.clearer {
	clear:both;
}

/* -- Listen -- */

div#content div#middle ul {
  margin-left: 14px;
  margin-top: 12px;
}

div#content div#middle ul li {
  list-style-type: square;
}

/* -- Tabellen -- */
table {
	width:100%;
	border-collapse:collapse;
	border:0;
}

	th {
		font-weight:bold;
		text-align:center;
	}

	td {
		padding:0;
	}

/* -- Formular Elemente -- */
form {
	margin:0;
	padding:0;
	display:inline;
}

input,
textarea,
select,
option {
	font:11px Verdana, Arial, sans-serif;
}

input.input_option {
	
}

input.submit_option {
	
}

fieldset {
	padding:5px 10px;
}

	legend {
		padding:0 5px;
		font-weight:bold;
	}

label {
	cursor:pointer;	
}
