* {
	padding: 0;
	margin: 0;
	font-family: verdana, arial, helvetica;
	font-size: 13px;
	color: #222222;
	color: #555555;
	outline: none;
}

body {
}

img {
	border: none;
}

h1 {
	color: #555555;
	font-size: 18px;
	margin-bottom: 15px;
	border-bottom: 3px solid #FFD940;
	text-transform: lowercase;
}

h1 span {
	color: #3EB2C2;
	font-size: 18px;
}

h2 {
	width: 70%;
	color: #555555;
	border-bottom: 1px solid #FFD940;
	font-size: 15px;
}

p {
	margin-bottom: 12px;
}

a:hover {
	text-decoration: none;
}

#main-container {
	width: 720px;
	margin: auto;
}

#main-header {
	margin: 35px 0;
}

#main-navigation {
	clear: both;
}

#main-navigation-line {
	margin-top: 2px;
	border-top: 6px solid #FFD940;
	height: 2px;
	border-bottom: 6px solid #3EB2C2;
}


#main-navigation ul {
	list-style: none;
	text-transform: lowercase;
}

#main-navigation ul li {
	list-style: none;
	float: right;
	padding-left: 1px;
}

#main-navigation ul li a {
	display: block;
	padding: 5px 14px;
	background-color: #3EB2C2;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#main-navigation ul li a:hover {
	background-color: #FFD940;
	color: #595959;
	text-decoration: none;
}

#main-content {
	padding: 25px;
	line-height: 1.4em;
}

#main-footer-line {
	margin-top: 2px;
	margin-bottom: 25px;
	border-top: 6px solid #FFD940;
	height: 2px;
	border-bottom: 6px solid #3EB2C2;
}

#main-footer {
	margin-top: 8px;
	font-size: 10px;
	color: #c2c2c2;
	text-align: center;
}

#main-footer a {
	font-size: 10px;
	color: #c2c2c2;
	text-decoration: none;
}

#main-footer a:hover {
	text-decoration: underline;
}

#banner-1 {
	clear: both;
	width: 720px;
	text-align: center;
	padding: 20px 0 10px 0;
}

#logo {
	width: 300px;
	float: left;
}

#twitter {
	padding-top: 10px;
	width: 160px;
	float: right;
}

#faq {
	margin-left: 25px;
}

#faq li {
	padding-bottom: 12px;
}

/**
 * Registrierung
 *
 */
.default-form fieldset {
	border: 0;
	margin: 10px 0;
	padding: 0;
}

.default-form fieldset label {
	clear: both;
	margin-left: 30px;
	font-size: 11px;
	color: #989898;
}

.default-form .inputfield {
	margin-left: 30px;
}

.default-form .inputfield .html-input {
	display: block;
	float: left;
	width: 300px;
	padding: 6px 7px;
	font-size: 16px;
	font-family: Georgia;
	border: 1px solid #b7b7b7;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.default-form .inputfield .html-input:focus {
	border: 1px solid #3EB2C2;
}

.default-form .inputfield .html-submit {
	width: 315px;
	height: 60px;
	padding: 6px 7px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #b7b7b7;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	font-weight: bold;
	background-color: #3EB2C2;
	color: #ffffff;
}

.default-form .inputfield .html-submit:hover {
	background-color: #FFD940;
	color: #ffffff;
}



/**
 * Daten-Tabelle
 *
 */
.data-table {
	border: 0;
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px 2px;
}

.data-table th {
	font-weight: bold;
}

.data-table td {
	
}


/** 
 * Error
 *
 */
#error {
	margin: 10px 25px;
	border: 1px dotted #FFD940;
	background-color: #ffeea8;
	padding: 10px 25px;
}

#error ul {
	list-style: square;
}

#error ul li {
	list-style: square;
	color: #555555;
	font-weight: bold;
	line-height: 1.4em;
}



/**
 * Validierung
 *
 */
.LV_validation_message {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 0 0 20px;
	padding: 6px 15px;
	color: #ffffff;
	background: url(/media/images/arrow.png) center left no-repeat #8CD0DB;
	width: 250px;
}

.LV_valid {
	color: #ffffff;
}
	
.LV_invalid {
	color: #ffffff;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}


#code-block {
	white-space: pre-wrap;
	margin: 15px 25px;
	padding: 10px 15px;
	background-color: #3EB2C2;
	font-weight: bold;
	color: #ffffff;
}


/**
 * Statsimage
 *
 */
div.statsimage {
	background-repeat: no-repeat;
	padding: 8px 19px 23px 36px;
	height: 169px;
	width: 645px;
}
div.statsimage ul {
	width: 640px;
}
div.statsimage li {
	display: block;
	float: left;
	list-style: none;
}


