/* CSS Document */

html {
 height: 100%;
}

body {
 height: 100%;
 width: 100%;
 margin: 0;
 padding: 0;
 background: #FFF url(images/body-bg.gif) repeat-x left 0;
 font: 13px Verdana, Arial, Helvetica, sans-serif;
 color: #333;
}

#header {
	width: 100%;
	height: 115px;
	text-align: center;
	margin: 0 auto;
	background:url(images/header-bg-blank.jpg) center no-repeat;
	/*background-color:#44659a;*/
}

#menu {
	height: 34px;
	/*background: #333 url(images/menu-bg.gif) repeat-x;*/
}

#navigation {
	width:998px;
}

#page {
	background: url(images/page-bg.jpg) no-repeat center top;
	height:400px;
}

#content {
	width:968px;
	text-align:left;
	padding:10px 10px 50px 20px;
}



/* Typo3 Settings */

/* headline style for image */
div.csc-header {
	padding: 20px 0 10px 0;
}

/* headline style for image only for the first headline per page */
div.csc-header-n1{
	padding: 0 0 10px 0;
}

/* simple text content */
div.t3_text {
	padding: 0 0 15px 2px;
}

/* iframe border/bg - ie <= 6 does not display the background image in margin space, so we cut it */
.tx-ffiframe-pi1 {
	background: #FFF url(images/webcast-bg.gif) no-repeat;
	width: 971px;
	height: 372px;
	margin: 0px 0px 10px -9px;
}
/* iframe border/bg - for all other browser to display the complete background image */
div>.tx-ffiframe-pi1 {
	width: 980px;
	margin: 0px 0px 10px -10px;
}

/* flash boarder/bg - ie <= 6 does not display the background image in margin space, so we cut it 
.tx-rlmpflashdetection-pi1{
	background: #FFF url(images/webcast-bg.gif) no-repeat;
	width: 971px;
	height: 372px;
	margin: 0px 0px 10px -9px;
	padding: 1px 0px 0px 10px;
}*/
/* flash border/bg - for all other browser to display the complete background image 
div>.tx-rlmpflashdetection-pi1 {
	width: 980px;
	margin: 0px 0px 10px -10px;
}*/

iframe {
	margin: 1px 0 0 10px;
}


/*DIV.csc-textpic-text li{
	
}*/

/* bullet list styles  */
#content ul {
	padding-left: 10px;
	margin: 5px auto 10px 0px;
}

#content ul.bullets {
	padding-left: 0px;
}

#content ul.bullets li {
	list-style-type: none;
	vertical-align:middle;
	background: #FFF url(images/bullet.gif) no-repeat 0px 4px;
	padding-left: 12px;
}

/* ie5 does not take body font styles */
td {
 font: 13px Verdana, Arial, Helvetica, sans-serif;
}

td.reference-img {
	vertical-align: top;
	padding-right: 15px;
}

td.reference-text {
	vertical-align: top;
}

table.reference {
	margin-bottom: 20px;
}


/* text content link styles */
#content a { 
	color: #333;
	text-decoration: underline;
}

#content a:visited {
	color: #666;
}

#content a:hover {
	color: #000;
}

/* remove default typo3 contenttable boarders */
.htmlarea-showtableborders, .contenttable {
	border:0px;
	margin:0px;
}


/* Regitriertungs-Forumlar */
input {
	margin-bottom:3px;
	border:1px solid #000000;
}
.input-big {
	width:260px;
}

.input-medium {
	width:150px;
}

.input-small {
	width:100px;
}
.input-nr {
	width:220px;
}
.cb{
	border:none;
}
