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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
    background: transparent;
}

html, body {
	height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 17px;
	color: #CCFF00;
	background-color: #333333;
	background-repeat: no-repeat;
	background-attachment:fixed;
}

div#wrapper_index {
	margin: 50px auto;
	width: 800px;
	height: 776px;
}

div#outter {
	width: 1000px;
	margin: 50px auto;
}

div#wrapper {
	margin: 0px auto;
	width: 800px;
	background-color: #000;
	background-image: url(logo.jpg);
	background-position-x: right;
	background-position-y: bottom;
	background-position: bottom right;
	background-repeat: no-repeat;
}


div#header {
	width: 800px;
	height: 331px;
	background-image: url(header/header.jpg);
}


div#sidebar {
	float: right;
	width: 250px;
	margin-top:25px;
	margin-bottom: 130px;
	border-left: 1px dashed #ffffff;
}

div#content {
	margin: 25px  250px 0 150px;
	padding-right: 10px;
	border-left: 1px dashed #ffffff;
	margin-bottom: 130px;
}

div#content_aktivate {
	text-align:left;
	padding-top: 50px;
	margin-bottom: 50px;
	margin-left:50px;
	width: 620px;
    color: #CCFF00;
}

div#content_single {
	margin: 25px  0px 0 150px;
	padding-right: 10px;
    margin-bottom: 130px;
	color: #fff;
	border-left: 1px dashed #ffffff;
}

div#footer {
	clear: both;
	height: 50px;
	padding-top: 20px;
}

p {
	color: #ccc;
	line-height: 16px;
	padding: 0 15px;
}

div#footer a {
	color: #fff;
}

div#footer p {
	padding: 0;
	padding-top: 5px; 
	margin: 0 20px;
	border-top: 1px dashed #fff;
}







.title { margin:0; padding:0; color: #c07a46; font-weight: bold;}
.pictures { border:1px; border-color: #fff; valign:top; align:left;}

.links_link { margin:0; padding:0; color: #FFFFFF; text-decoration:underline;}

.link { margin:0; padding:0; color: #FFFFFF; text-decoration:underline;}

.guestbook_content {
	text-align:left;
	padding-top: 5px;
	margin-bottom: 15px;
	margin-left:15px;
	width: 620px;
}

.guestbook_content a, .news_content a {
	text-decoration:underline;
	color: #aaa;
}

.guestbook_content table {
	width: 620px;
}

.guestbook_comment {
	color: #c07a46;
	font-style:italic;
}

.guestbook_name {
    font-size:11px;
	color: #aaa;
}
 
.guestbook_button {
	color: #000000;
	border: 1px solid #CCFF00;
	padding: 2px 5px;
	background-color: #EFECEC;
	font-weight: bold;
}

.guestbook_button:hover {
	border: 1px solid #CCFF00;
	color: #FFFFFF;
	background-color: #000000;
}



.guestbook_sign_content {
	margin-top:15px;
	margin-left:15px;
	color: #CCFF00;
}


.guestbook_sign_content fieldset {
    /* Umrahmung */
	border: 1px solid #CCFF00;
	width: 350px;
	
}

.guestbook_sign_content fieldset legend {
    /* Beschrifung zur Umrahmung */
	padding: 0 5px;
	margin-left: 15px;
	color: #CCFF00;
	font-weight: bold;
}

.guestbook_sign_content fieldset table.table_guestbook_eingabe {
	margin: 15px;
	margin-right: 25px;
	font-weight: bold;
}

.guestbook_eingabe_button_table {
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

.guestbook_sign_content fieldset table div {
	padding-right: 10px;
	padding-bottom: 10px;
}

.guestbook_sign_content fieldset input[type=text] {
    font-weight: bold;
	background-color: #EFECEC;
	border: 1px solid #000000;
	color: #00000;
	width: 275px;
}

.guestbook_sign_content fieldset textarea {
	width: 275px;
	background-color: #000;
	border: 1px solid #c07a46;
	color: #fff;
}


.guestbook_sign_content fieldset textarea:focus, .guestbook_sign_content fieldset input[type=text]:focus {
	background-color: #222222;
	border: 1px solid #000;
	color: #fff;
}


.eintrag_guestbook {
	border: 1px solid #222;
	padding: 4px;
}

.eintrag_guestbook_tr {
	padding: 6px 0 15px 0;
}


