@CHARSET "ISO-8859-1";

body {
	background: url('../_img/bg.jpg') no-repeat 20px 80px #232323;
	color: #eee;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

a {
	color: red;
	text-decoration: none;
    outline: 0;
}

a:hover {
	text-decoration: underline;
}

DIV#page {
	width: 980px;
    margin: 0 auto;
}

DIV#head {
	position: relative;
    height: 100px;
}

DIV#head A#logo {
    position: absolute;
    top: 30px;
    left: 10px;
}

DIV#head IMG#banner_elch {
    position: absolute;
    right: 10px;
    top: 12px;
}



DIV#content {
    position: relative;
	padding: 20px;
    min-height: 400px;
}

DIV#content H1 {
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}

DIV#content H2 {
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	font-size: 12pt;
	color: #ddd;
}

DIV#content P {
	margin: 0;
	margin-bottom: 4px;
}

DIV#footer {
    height: 100px;
    position: relative;
}

DIV#footer IMG#banner_zecke {
    position: absolute;
    left: 0px;
    bottom: 12px;
}

DIV#footer UL {
    position: absolute;
    right: 40px;
    bottom: 40px;
    margin: 0;
    padding: 0
}

DIV#footer UL LI {
    display: inline;
    border: 0;
}

DIV#footer UL LI IMG {
    border: 0;
}


/*


UL#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 160px;
	left: 40px;
}

UL#menu LI {
	list-style-type: square;
	padding: 0px;
	margin: 0;
	padding: 2px;
}

UL#menu LI.active {
	background-color: #ddd;
}

*/

/* CONTENT */
TABLE.contact TR TH {
	text-align: left;
	vertical-align: top;
	background-color: #666;
	padding: 2px;
	padding-top: 4px;
}

TABLE.contact .contact_star {
	color: red;
	vertical-align: top;
	padding: 0;
	font-weight: bold;
}

IMG.thumbnail {
	padding: 2px;
	border: 1px solid #ddd;
	margin: 2px;
}

UL.clean {
	padding: 0;
	margin: 0;
}

UL.clean LI {
	list-style-type: none;
}

UL.inline LI {
	display: inline;
}


/*
	ERRORS
*/
.telluser_error {
	color: #AF151B;
	background-color: #FFFFCF;
	border: 1px solid #AF151B;
	padding: 4px;
	margin: 1px 0;
}

.error {
	background-color: #fee;
}

.telluser_ok {
	color: #357F0F;
	background-color: #DFFFCF;
	border: 1px solid #357F0F;
	padding: 4px;
	margin: 1px 0;
	text-align: center;
}
