/* standard elements */
html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

td {
vertical-align: top;
}

a {
	color: #FF3;
	text-decoration: none;
}

a:hover {
	color: #AA3;
}

body {
	background: #000;
	color: #DDD;
	font: normal 1em "Trebuchet MS",Verdana,sans-serif;
	height: 100%;

}

p,code,ul {
	padding-bottom: 1.2em;
}

h1 {
	background: url(img/stripes.gif) repeat-x left bottom;
	color: #CCC;
	font: normal 1.4em Impact,sans-serif;
	margin-bottom: 8px;
	padding-bottom: 11px;
	letter-spacing: 1px;
}


h2 {
	background: url(img/stripes.gif) repeat-x left bottom;
	color: #CCC; font: normal 2em Impact,sans-serif;
	margin-bottom: 8px; 
	padding-bottom: 11px;
	letter-spacing: 1px;
}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2 {
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}


/* structure */
table {
	height: 100%;
	width: 100%;
}
#contentrow {
	height: 100%;
	vertical-align:top;
}
#border_left {
	background: #000 url(img/border_left.jpg) repeat-y;
	width:170px;
}

#border_right {
	background: #000 url(img/border_right.jpg) repeat-y;
	width:170px;
}

#contenttd {
	width: auto;
}

#centerwrapper {
	padding-top: 50px;
	width: 100%;
}

#right {
	float:right;
	width: 20%;
	margin-top:46px;
}


/************* IE Mac CSS Only  works for Win too **************/
* html div#centerwrap {margin: 0 -100% 0 0;}
* html div#left {margin: 0;}

/* title */
.title {
	font: normal 3em Tahoma,sans-serif;
	margin-top: -22px;
	padding-bottom: 22px;
}
.logo {
	background:url(img/logo.gif) no-repeat;
	float: right;
	height: 114px;
	width: 115px;
	margin-top: 10px;
	z-index: 99;
}
.olive {
	color: #CCA;
	margin-left:24px;
}

/* sub navigation */
.sidenav {	
	float:right;
	margin-right:5px;
	width:100%;
	margin-top: 15px;
	text-align: right;
}
.sidenav h2 {
	color: #4A9BEC;
	font-size: 1.2em;
	line-height: 30px;
	margin: 0;
}
.sidenav a {
	color: #4A9BEC;
	text-decoration: none;
}

.sidenav ul {padding: 0.5em 0 0 0.5em;}
.sidenav li {list-style: none;}
.sidenav li a {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #777;
	text-decoration: none;
}
.sidenav li a:hover {color: #8DCA3F;}

/* content */
#center {
	float: left;
	margin: 10px auto;	
	width: 73%;
	margin-top: 94px;
}

#center .descr {
	color: #4A9BEC;
	margin-bottom: 6px;
}
#center li {margin-left: 18px;}

#centercontent {
	padding-left: 25px;
}
/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	border-top: 1px dashed #333;
	color: #777;
	font: normal 0.9em sans-serif;
	padding: 10px;
	text-align: right;
	margin-top:20px;
}
.footer a {
	color: #4A9BEC;
	text-decoration: none;
}

/* newsletter */

fieldset {
	border: none;
}

.tx-sremailsubscribe-pi1-click-to-edit {
	margin-top:30px;
}

input {
	color: #DDDDDD;
	background: #000;
}

/* Tabellen */

.contenttable td p {
	padding-bottom: 0;
}
/* spezielle Textformatierungen fuer den RTE */
.small {
        font-size: 8pt;
}
