body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin-top: 0;
	text-align: center;
	margin-bottom: 0;
}

#wrapper {
	width: 582px;
	height: 100%;
	margin: auto;
	text-align: left;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	padding-left: 35px;
	padding-right: 35px;
	color: #666666;
}

/*------------------------- EBENE 1 (wrapper) -------------------------*/
#top {
	height: 130px;
	width: 582px;
	margin-bottom: 20px;
}

#banner {
	float: left;
}

#bild {
	float: right;
}

#subbanner {
	font-size: 9pt;
	width: 582px;
	padding-top: 5px;
	color: #666666;
}

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

#creative {
	float: left;
}

#utilities {
	float: right;
}

#mainmenu {
	width: 582px;
	margin-top: 10px;
	text-align: left;
	font-size: 10pt;
}

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

#mainmenu a:hover, .mainvisited {
	color: #666666;
	background-color: #99FF99;
}


#content {
	width: 582px;
	font-size: 9pt;
}

#bottom {
	background-image: url(bottom.gif);
	width: 652px;
	height: 15;
	background-repeat: no-repeat;
	margin: auto;
}


/*------------------------- EBENE 2 (content) -------------------------*/
#opener {
	width: 582px;
	height: 135px;
	margin-bottom: 20px;
}

#issue {
}


/*------------------------- EBENE 3 (issue) -------------------------*/
#submenu {
	width: 140px;
	margin-top: 20px;
	font-size:9pt;
}

#submenu a:link, #submenu a:visited {
	display: block;
	color: #919294;
	text-decoration: none;
}

#submenu a:hover, .subvisited {
	color: #919294;
	background-color: #99FF99;
}

#subtitle {
	width: 280px;
	padding-left: 140px;
	background-color: #666666;
	color: #FFFFFF;
	text-transform: uppercase;
}

.post {
	margin-top: 20px;	
	width: 442px;
	background-color: #FFFFFF;
}


/*------------------------- EBENE 4 (post) -------------------------*/
.title {
	text-decoration: underline;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.text {
	margin-bottom: 20px;
}


/*------------------------- ELEMENTE -------------------------*/
.trennlinie {
	background-image: url(linie.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 442px;
	height: 15px;
	display: block;
}


/*------------------------- LINKS -------------------------*/
a:link {
	color: #666;
}
a:visited {
	color: #666;
}


/*------------------------- INPUT -------------------------*/
.input {
	background-color: #919294;
	border: 1px solid #FFFFFF;
	height: 14px;
	font-family: "Times New Roman", Times, serif;
}

.button {
	background-color: #919294;	
	width: 177px;
	height: 20px;
	border: 1px solid #FFFFFF;
}

.textarea {
	background-color: #919294;
	border: 1px solid #FFFFFF;
	width: 360px;
	height: 200px;
}


/*------------------------- KOMMENTAR -------------------------*/
.kommentar {
	font-size: 8pt;
	margin-bottom: 10px;
}
.kommentar a:link, .kommentar a:visited{
	color: #3f3f3f;
}

.newcom {
	color: #919294;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

.cominfo {
	color:#000000;
	font-size: 8pt;
}

.comtitle {
	color: #3f3f3f;
	font-size: 8pt;
	font-weight: bold;
}

.comtext {
	color: #3f3f3f;
	font-size: 8pt;	
}

.cominput {
	background-color: #fff;
	border: 1px solid #666666;
	width: 400px;
}

.warnung
{
	color: #FF0000;
	font-size: 8pt;	
}


/*------------------------- MEDIA -------------------------*/
.thumbs {
	padding-top: 20px;
	padding-bottom: 40px;
}

.img {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	padding: 5px;
	float: left;
	margin-right: 10px;
}

#imgwrapper {
	width: 700px;
	height: 100%;
	margin-top: 20px;
	text-align: center;
	margin: auto;
	padding-top: 30px;
}

.popup {
	text-align: left;
	margin: auto;
}
.imgtext {
	text-align: left;
}
