/* GLOBAL */
body {
	background-color:#ffffff;
	margin-left:0px;
	margin-top:0px;
	margin-width:0px;
	margin-height:0px;
	margin-bottom:0px;
	padding: 0px;
	/*background: #FFFFFF url(images/bg_home.gif);*/
}

body, table, tr, th, td, div, span, p, pre, em, input, textarea, select, h1, h2, h3, p {
	font-family : Tahoma,Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size : 13px;
	letter-spacing: 0px;
	word-spacing: 0cm;
	padding: 0px;
}

li, ul {
	font-family : Tahoma,Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size : 12px;
}

table, td, tr{
	padding: 0px;
	border: 0px;
	margin: 0px;
	border-collapse: collapse;
	vertical-align: top;
}

a{
	color:#000000;
	font-weight:lighter;
}

a:link{
	color:#000000;
	font-weight:lighter;
}

a:visited{
	color:#000000;
	font-weight:lighter;
}

a:hover{
	color:#000000;
	font-weight:lighter;
}

a
img{
	border:none;
}

fieldset {
	padding: 0;
	border: none;
}

/* HEAD */

td.logoCell {
	vertical-align: middle;
	padding-left: 20px;
	height: 80px;
}

/* MENU 1 */

table#menu1{
	background-image:url(/fileadmin/images/bg-menu1.gif);
	border-top:3px solid white;
	border-bottom:3px solid white;
}

#menu1
td{
	vertical-align:middle;
	text-align:center;
	height:43;
}

#menu1
a{
	color:#0b3665;
	text-decoration:none;
	font-weight:bold;
	font-size:15px;
}

/* MENU 2 */

table#menu2{
	background-image:url(/fileadmin/images/bg-menu2.gif);
	border-top:0;
	border-bottom:3px solid white;
}

#menu2
td{
	vertical-align:middle;
	text-align:center;
	height:21;
}

#menu2
a{
	color:#0b3665;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding:0;
	margin:0;
}

/* LAYOUT MAIN */

td#blue-bar-top{
	border-right:1px solid #DCDCDC;
}

td#content{
	vertical-align:top;
	border:none;
	border-right:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding:25;
	padding-top:0;
}

td#right{
	vertical-align:top;
	padding-top:0;
	border:1px solid #dcdcdc;
	border-top:none;
	padding-bottom:25;
	display: none;
}

/* TYPO3 - CONTENT */

h1{
	margin:0;
	padding:0;
	padding-bottom:2px;
	padding-top:10;
}

#content
h1{
	color:#0b3665;
	font-weight:bold;
	font-size:14px; 
	background-image:url(/fileadmin/images/title-point.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin:0;
	margin-top:20;
	margin-bottom:10;
	padding:0;
	padding-left:20px;	
}

p.bodytext{
	margin:0;
	padding:0;
	padding-left:4;
}

#right
p{
	padding-left:10;
	padding-right:10;
}

#right
h1{
	padding-left:10;
	padding-right:10;
}

table.contenttable-2{
	width:100%;
}

.contenttable
td.td-last{
	text-align:right;
}

ul{
/* 	padding-left:25px; */
	list-style-image:url(/fileadmin/images/li.gif);
}

li{
	list-style-image:url(/fileadmin/images/li.gif);
}

div.csc-mailform-label {
	padding-top: 10px;
	margin-bottom: -5px;
}

div.csc-mailform-field {
	clear: both;
}

.csc-form-labelcell,
div.csc-mailform-field label {
	display: block;
	float: left;
	width:180;
	padding:1;
}

input,textarea{
	border:1px solid #dcdcdc;
	margin:1;
}

.csc-mailform-submit {
	margin-left: 183px;
}


/* Copyright */

#copyright {
	margin-bottom: 10px;
	margin-top: -20px;
	font-size: 10px;
	line-height: 12px;
	position: relative;	
	left: 300px;
	width: 100px;
	top: 50px;
	color: #666;
}

#copyright a {
	position: absolute;
	top: 0px;
	left: 59px;
	display: block;
	width: 100px;
	text-indent: -94px;
	overflow: hidden;
	font-size: 10px;
	line-height: 12px;
	color: #666;
	text-decoration: none;
}


/* Alignment (TYPO3 4.2.x) */

.align-justify {
    text-align: justify;
}

.align-center {
    text-align: center;
}  

.align-right {
    text-align: right;
}
