*{padding:0px; margin:0px;}

html {height:100%;}
html {height:auto;}
html,body{height:100%; background-color: black; font-family:Arial, Helvetica, sans-serif; background:#fff; font-size:12px;}
#flashcontent{height:100%;}

#altcontent{margin:0px auto; width:600px;}
#altcontent h2{font-size:12px; padding:10px 0px 5px 0px;}
#altcontent p{ padding:0px 0px 5px 0px;}
#altcontent a{color:#000;}

img {padding:0; margin:0; border: none;}

a img {padding:0; margin:0; border: none;}

body#archiv {
	background-color: black;
	height: auto;
	min-height: 100%;
}


/*/////// NEWSLETTER /////////*/

body#newsletter {
	background-color: black;
	color: white;
	text-align:center;
	height: auto;
	min-height: 100%;
}

#newsletter_box {
	text-align:center;
	margin: 0 auto;
	width: 500px;
	background-color: #171717;
}


/*/////// COMMENTS /////////*/

body#comments {height: auto; min-height: 100%; background-color: black; color: white; padding-bottom: 50px; padding-left: 100px; }

form {
	background-color: #171717;
	width: 490px;
	padding: 20px 10px 20px 0;
}

label {
	font-weight: normal;
	text-align: right;
	width: 84px;
	display: block;
	padding: 5px 10px 0 0;
}
form button {
	width: 80px;
	display: block;
	text-align:center;
	padding: 5px 10px;
}

table, td, th {
	border: none;
}

td, th {
	vertical-align: top;
	text-align: left;
}
td#captcha{
	background: url(../../media/img/code.jpg) no-repeat;
	width: 152px;
	height: 28px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	border: none;
	margin-bottom: 5px;
}
input {
	width: 305px;
	height: 24px;
	padding: 2px;
	padding-left: 5px;
}

input#id_captcha{
	width: 150px;
	height: 24px;
	padding: 2px;
	padding-left: 5px;
	margin-left: 155px;
}
.invalid textarea, .invalid input{
	border-left: 3px solid red;
	width: 302px;
}

/*
.invalid th {
	color: red;
}
*/
span.error{
	color: red;
}

textarea {
	width: 305px;
	padding: 7px 5px;
}

.title {
	padding-left: 98px;
	line-height: 10px;
}

body#comments a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

body#comments #guestbook {
	padding-top: 20px;

	background-color: black;
	width: 500px;
}

body#comments .comment {
	width: 500px;
	padding: 20px 0;
	display:block;
	line-height: 16px;
}
body#comments .comment p{
	line-height: 16px;
}
body#comments #guestbook .left {
	text-align: right;
	padding-right: 10px;
	width: 80px;
}
body#comments #guestbook em {
	font-size: 10px;
}
body#comments #guestbook h4 {
	padding-bottom: 5px;
}