@charset "UTF-8";

/* ---------------------- SEMANTIK ---------------------- */

/* Hiermit werden ALLE Abstände auf null gestellt */
* {
margin:0px;
padding:0px;

}



/* ---------------------- POWERMAIL ---------------------- */

.powermail_all_table p {
	margin: 0;
}
.powermail_mandatory {
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
}

div.powermail_mandatory_js {
	/* DIV container of errormessage */
	color: #FFF;
	margin: 3px 0 15px 130px;
}
fieldset.tx-powermail-pi1_fieldset {
	border: none;
}
fieldset.tx-powermail-pi1_fieldset legend {
	display: none;
}
fieldset.tx-powermail-pi1_fieldset label {
	/* label */
	display: block;
	width: 130px;
	float: left;
	clear: both;
	font-weight: normal;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_text {
	/* Input and textarea */
	width: 250px;
}

fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
fieldset.tx-powermail-pi1_fieldset select.powermail_select {
	/* Input and textarea */
	width: 252px;
}
fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
	height: 100px;
}
div.tx_powermail_pi1_fieldwrap_html {
	/* DIV container arround every field */
	margin: 10px 0;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
	/* submit button */
	margin: 0px 0 10px 130px;
	font-weight: bold;
}

/* Die Basisschriftgrösse wird im Body definiert. Falls nicht anderes angegeben, wird dies durchgehend vererbt. Bitte alle anderen Schriftgrössen in ems angeben (1em = Basisgrösse, 2em = doppelte Basisgrösse). Dies hat den Vorteil, dass mit der Einstellung der Grösse in "body" alle Schriftgrössen verändert werden. Tabellen (td tr etc sind davon nicht betroffen) */

body {
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#000;
margin-left:0px;
margin-top:20px;
margin-right:0px;
margin-bottom:10px;
font-size:11px;
line-height:124%;
color: #FFF;
background-image: url(../images/bgy.gif);
background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom:1em;
	font-weight:normal;
	line-height: normal;
}

h1 {
font-size:1.7em;
}
h2 {
font-size:1.5em;
}
h3 {
font-size:1.4em;
}
h4 {
font-size:1.2em;
}
h5 {
font-size:1em;
}
h6 {
font-size:1em;
}

p {
margin-bottom:1.3em;
}


a, a:visited {
color:#FFFFFF;
}
a:hover {
color:#333333;
}
a:active {
color:#FF0000;
}

ul {
margin-left:15px;
}

li {
margin-bottom:5px;
}

td {
font-size:12px;
line-height:124%;
}

tr {
}

table {
}

blockquote {
}

cite {
}

address {
}

fieldset {
}

input {
}

textarea {
}

select {
}

label {
}
#wrap {
width:960px;
border-top-width:1px;
border-right-width:1px;
border-left-width:1px;
border-top-style:solid;
border-right-style:solid;
border-left-style:solid;
border-top-color:#CCCCCC;
border-right-color:#CCCCCC;
border-left-color:#CCCCCC;
background-color:#666666;
}
#maincontent {
width:791px;
float:right;
text-align:left;
vertical-align:top;
background-color:#8e8d8d;
min-height:500px;
}

/* ---------------------- CMS AUSGABE ---------------------- */

#newsitemtable, #newsitemtable td, #newsitemtable th {
text-align:left;
font-size:12px;
color:#cccccc;
}
#newsitemtable {
margin-top:10px;
border-bottom:#CCCCCC solid 1px;

}
table#newsitemtable {
width:138px;

}
#newsitemtable th {
color:#ffffff;
}

.newsitemtable, .newsitemtable td, .newsitemtable th {
text-align:left;
font-size:12px;
color:#cccccc;
}
.newsitemtable {
margin-top:10px;
border-bottom:#CCCCCC solid 1px;

}
table.newsitemtable {
width:138px;

}
.newsitemtable th {
color:#ffffff;
}