/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

* html body {
	margin: 0;
	padding: 0;
	font-size: x-small; /* für IE5/WIN*/
	f\ont-size: small; /*für andere IE Versionen*/
}

html,body {
	/*height: 100%;*/
}

body {
	font-family:verdana;
	font-size:12px;
	color:#fff;
	margin:0;
	padding:0;
	background-image: url(bg_left.gif);
	background-repeat: no-repeat;
	background-color:#0F0000;
	
}

 textarea {
	font: small Verdana,Arial, Helvetica, sans-serif;
}


a {
	text-decoration: none;
	color:#D21016;
}

table {
	margin: 10px 0;
}


tr {
vertical-align:top;
}

p.bodytext {
	font-family:verdana;
	font-size:12px;
	line-height:18px;
	margin-bottom:10px;
}

td {
	font-family:verdana;
	font-size:12px;
	color:#fff;
	line-height:20px;
}

th {
	font-family:verdana;
	font-size:12px;
	line-height:20px;
}

img.spacer-gif {
clear:both;
}



#content ul {
list-style-type:square;
margin: 10px 0 10px 15px;
}


/* .floatbox-Anpassung für IE */
* html .floatbox {
	width: 100%;
}

/* Clearen per Overflow */
.floatbox {
	overflow: hidden;
}

body{
	padding: 0;
	margin: 0;
	border: 0;
}

.clearfix {
	float: none;
	/*margin-right: 200px;*/
	display: block;
	/*background-color: #FF0000;*/
}

#wrapper {
	width: 1160px;
	/*height: 100%;*/
}

#left {
	width: 350px;
	float: left;
/*	background-color: #940818;*/

	/*height: 100%;*/
}

#logo {
height:180px;

}

#navigation {
/*padding-top:180px;*/
padding-left:20px;
}

#right {
	width: 150px;
	float: right;
	/*background-image: url(bg_right.gif);
	background-repeat: no-repeat;*/
/*	height: 100%;*/
}

#rightcontent {
	padding: 150px  0 0 0;
}

#rightcontent img {
	padding-bottom: 5px;
}

#center {
	/*width: 646px;*/
	margin-left: 350px;
	margin-right: 150px;
}

#header {
/*	background-image: url(bg_header.gif);*/
	background-repeat: no-repeat;
	height: 200px;
/*	width:640px;*/
}

#logos {
	padding: 16px 0 0 10px;
/*	text-align:right;*/
	float:left;
	width:400px

}

#logos img {
	margin-right:10px;
	
}

#language {
	padding: 16px 10px 0 0;
	text-align:right;
	float:right;
	width:150px

}

#footer {
	background-image: url(bg_footer.gif);
	background-repeat: no-repeat;
	height: 70px;
	width:650px;
}

#content {
	padding: 5px 20px;
	/*background-color: #1F1111;*/

	background-image:url(bg_center.gif);
	background-repeat:repeat-y;
min-height:500px;
  height:auto !important;
  height:500px;


 
} 


h1 {
	font-family:verdana;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
 
h2 {
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 20px 0px;;
	padding:0px;
	text-transform:uppercase;
} 
 
h3,h4,h5,h6 {
font-size:100%;
 margin: 10px 0 5px 0;
 /*border-bottom:1px solid #ffffff;*/
}


h3 {
 font-size:100%;
 margin: 10px 0;
 border-bottom: 1px solid #FFFFFF;
/*clear:both;*/
 }



ul.langmenu li {
list-style-type:none;
display:inline;
margin-right:10px;
}

/*Navigation */

#menu-left-ul li {
list-style-type:none;
margin:20px 0;
background-image:url(bg_menu_left.png);
background-repeat:no-repeat;
background-position:left top;
line-height:30px;
padding:0 0 0 10px;
}

li.menu-left a {
/*border-top:2px solid #FFFFFF;
border-bottom:2px solid #FFFFFF;*/
padding:0 10px 0 0;
color:#FFFFFF;
text-transform: uppercase;
/*padding:10px;*/
line-height:30px;
background-image:url(bg_menu_right.png);
background-repeat:no-repeat;
background-position:right top;
/*height:20px;*/
/*display:block;*/

}

/* typo3 styles */

table.contenttable td,table.contenttable th {
padding:2px;
text-align:left;

}

tr.tr-odd {
background-color:#583030;

}

table.goldenbook {
font-size:80%;
}

table.goldenbook td.td-0 {
width:4%
}

table.goldenbook td.td-1 {
width:24%
}
table.goldenbook td.td-2 {
width:24%
}
table.goldenbook td.td-3 {
width:24%
}
table.goldenbook td.td-4 {
width:24%
}


table.tickets {
width:100%;
}

table.tickets  .td-0  {
width:250px;
text-align:left;
}

table.tickets  .td-last  {
width:100px;
text-align:left;
}

/* fileuploads*/

td.csc-uploads-icon {
	width: 30px;
	text-align:center;
	vertical-align:middle;
}

td.csc-uploads-fileSize {
	width: 50px;
	text-align: right;
}

table.csc-uploads {
	width: 600px; /*border:1px solid black; */
}

table.csc-uploads p{
	margin: 0;
	padding: 2px;
}

table.csc-uploads a {
	font-weight: bold;
}

/* FORM */
div.csc-mailform-field {
	padding-bottom: 10px;
}

  
div.csc-mailform-field input,textarea,select {
	border: 1px solid #969696;

}

 
  
div.csc-mailform-field  fieldset {
	padding: 10px;
	border: 0px solid #000000;
}

  
  
div.csc-mailform-field  label {
	float: left;
	width: 30%;
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
}





 

