/* MASTER Classes */


html {
	height:100%;
}

body {
	text-align: center;
	top:0px;
	margin: 0px auto;
	padding: 0px;
	font-size:10px;
	height:100%;
	background-color:#333;
	font-family: Arial;
	color:#000000;
}

div {
	margin: 0px;
}

.align-justify{
	text-align:justify;
	}

.align-right{
	text-align:right;
	}

.align-center{
	text-align:center;
	}
	
p {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 8px
}

P a {
	color:#333333;
	text-decoration:underline;
}

P a:hover {
	text-decoration:none;
}

h1, h2 {
    font-size: 15px;
    padding-bottom:8px;
    margin-top:8px;
    }
    
h2{
	color:#ff3333;
	}

h3 {
    padding-bottom:8px;
    margin-top:8px;
    font-size:14px;
    }
    
h4 {
    font-size:12px;
}

h5 {
	font-size:1.2em;
	background-color:#ff3333;
	width:97%;
	padding:2px;
	padding-left:4px;
	}
	
.csc-header csc-header-n3{
	float:left;
	}
    
img {
    border:0px solid;
}

#page {
	width:980px;
	margin: 0px auto;
	margin-top: 10px;
	height:100%;
	text-align: left;
}

#page[id] {
	height:auto;
	min-height:400px;
}

#background {
	width:980px;
	text-align:left;
	height:auto;
}

#bg {
	width:980px;
	height:238px;
	float:left;
	text-align:left;
}
#bg[id] {
	height:auto;
	min-height:238px;
}

#menu{
	float:left;
	width:200px;
	text-align:right;
	padding-bottom:140px;
	background-image:url(untermenu.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	}

/* LINKS CONTENT */

#content a {
	color:#ffffff;
	text-decoration:underline;
}
#content a:hover  {
	text-decoration:none;
}


/* BILDUNTERSCHRIFT */

.csc-textpic-caption {
	font-size:100%;
	padding-top:5px;
}

.csc-textpic-imagewrap {
    margin-left:0px;
    
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	padding-bottom:5px;
	}
	
#content_right div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	padding-bottom:15px;
	}

/* Language Selector */

.lang a{
font-size:1.1em;
color:white;
text-decoration:none;
}

.act_lang a{
font-size:1.1em;
color:#ff3333;
text-decoration:none;
}
/* HEADER */



#head {
	width:275px;
	height:22px;
	float:left;
	background-image:url(../user_upload/HeaderBild/header.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:645px;
	padding-top:160px;
	color:#ff3333;
	font-size:1.1em;
}

/* CONTENT Classes */

#container{
	width:980px;
	height:auto;
}

#content {
	width:510px;
	height:300px;
	float:left;
	font-size:1.2em;
	padding-left:30px;
	padding-top:20px;
	color:#fff;
}

#content[id] {
	height:auto;
	min-height:300px;
}

#content_right{
	width:200px;
	height:300px;
	float:left;
	padding-top:20px;
	padding-left:30px;
	color:#fff;
	}

/* FOOTER */

#footer{
	width:150px;
	height:67px;
	float:left;
	background-color:black;
	background-image:url(footer_bg.jpg);
	background-repeat:no-repeat;
	color:white;
	padding-top:50px;
	padding-left:770px;
}

.kontakt {
	padding-top:3px;
	float:left;
	text-align:left;
	color:#666666;
	float:left;
	font-size:1.2em;
	width:60px;
}

.impressum {
	padding-top:3px;
	float:left;
	text-align:left;
	color:#666666;
	float:left;
	font-size:1.2em;
	width:60px;
	  
}



/* MENUITEMS */

.menuitem{
    float:left;
    width:176px;
    height:15px;
    font-size:1.2em;
    color:#ff3333;
    text-align:right;
    padding-right:23px;
    padding-top:13px;
    border-right:#ff3333 solid 1px;
       
}

.menuitem a{
	float:left;
	display:block;
	width:100%;
	text-align:right;
	color:#ff3333;
	text-decoration:none;
	font-weight:bold;
}

.menuitem a:hover{
}

.menuitem a:active{
}

/* LINK Definitions */



/* LINK Footer */

.kontakt a, .impressum a {
	color: #333333;
	text-decoration:none;
}

.kontakt a:hover, .impressum a:hover {
	text-decoration:underline;
}
/* Formular global */

input, textarea{
    border-style: solid;
    border-width: 1px;
    border-color: #888;
    font-family: Arial;
    font-size:10pt;
    color:#333;
}
