/* Start of CMSMS style sheet 'Centaura - home' */
body {
	background-color: #1E1454;
	font-size: small;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color: #ffffff;
	padding:0px;
	margin:0px;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 950px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
background: url("images/bg_home.jpg") no-repeat;
} 

/* ----------outer und inner----------------- */

#outer{ 
border-left: solid 0px transparent; /* linke Menue Spalten Farbe  */ 
border-right: solid 250px transparent; /* rechte Menue Spalten Farbe  */ 
/*background-color: #c13e2a; Farbe fuer Inhalt Spalten  */
min-height: 713px;
} 

#inner{margin:0; width:100%; }

/* --------------left und right navigavtion------------- */
 #right {
 width:250px; 
 float:right; 
 position:relative; 
 margin-right:-250px; 
 margin-left:1px;
 margin-top: 280px;
 }

/* -----------------Inhalt--------------------- */ 
#content{ 
/*background-color: #c13e2a;*/
position: relative; 
margin: 0px; 
padding: 50px;
padding-top: 280px;
}
p {
padding: 5px 10px;
margin:0px; }

ul#menu {
	font-family: arial;
	color: #1E1454;
	font-weight: bold;
	font-size: 10pt;
	line-height: 1.9em;
}

ul#menu a {
	color: #1E1454;
}

.contactform {
	font-family: Arial;
	width: 400px;
}

div#content h2 {
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-left: 20px;
}

div#content hr {
	border: 0px;
	width: 150px;
	color: #fff;
	background-color: #fff;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0;
	text-align: left;
	left: 0;
}

div#content p {
	color: #fff;
	font-family: Arial;
	font-size: small;
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
	line-height: 1.4em;
}

div#content ul, ol {
	color: #fff;
	font-family: Arial;
	font-size: small;
	margin-left: 50px;
	margin-right: 25px;
	text-align: justify;
	line-height: 1.4em;
}

div#content table {
	color: #fff;
	font-family: Arial;
	font-size: small;
	margin-left: 25px;
	margin-right: 25px;
	/*text-align: justify;*/
	line-height: 1.4em;
}

div#content table h2 {
	margin-left: 0px;
	margin-bottom: 5px;
}

div#content table td img {
	margin-right: 5px;
}

div#content p a {
	color: #fff;
	font-weight: bold;
}

div.outer {
	font-family: Arial;
	color: #fff;
	font-size: 8pt;
	text-align: center;
}


.contactform input, textarea {
width: 380px;
}

.contactform textarea {
height: 100px;
}

/* End of 'Centaura - home' */

