/* MASTER Classes */


html {
	height:100%;
}

body {
	text-align: center;
	top:0px;
	margin: 0px auto;
	padding: 0px;
	font-size:10px;
	height:100%;
	background-color:#a6a6a6;
	font-family: Arial;
		background-image:url(main_bg.jpg);
}

div {
	margin: 0px;
}

p {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 8px
}
/*
P a {
	color:#000000;
	text-decoration:underline;
}

P a:hover {
	text-decoration:none;
}
*/
h1 {
    font-size: 20px;
    padding-bottom:0px;
    margin-top:18px;
    text-align:center;
    }

h3 {
    padding-bottom:0px;
    margin-top:18px;
    font-size:17px;
    }
    
.csc-header {
    clear:both;
}
    
h4 {
    font-size:12px;
}
    
img {
    border:0px solid;
}

#page {
	width:725px;
	margin: 0px auto;
	margin-top: 10px;
	height:100%;
	text-align: left;
}

#page[id] {
	height:auto;
	min-height:400px;
}

#background {
	background-color:#d6d6d6;
	width:725px;
	text-align:left;
	height:auto;
}

#bg {
	background-repeat:repeat-y;
	background-image:url(content_bg.jpg);
	width:724px;
	height:350px;
	float:left;
	text-align:left;
	border-left-width:1px;
	border-left-color:#BBBBBB;
	border-left-style:solid;
/* border-right-width:1px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
*/	
}
#bg[id] {
	height:auto;
	min-height:350px;
}


/* LINKS CONTENT */

#content a {
    color:#000000;
	text-decoration:underline;
}
#content a:hover  {
	text-decoration:none;
}

/* BILDUNTERSCHRIFT */

.csc-textpic-caption {
	font-size:80%;
}

.csc-textpic-imagewrap {
    margin-left:5px;
    margin-bottom:10px;
    padding-bottom:0px;
}

.csc-textpic-image dt img, .blue_inner{
    border: 1px #999999 solid;
}

/* HEADER */



#head {
	width:724px;
	height:111px;
	float:left;
	background-image:url(head_rightshadow_bg.jpg);
	background-position:715px 0px;
	background-repeat:none;
	border-left:solid #BBBBBB 1px;
}

#headmenu{
    width:715px;
    height:23px;
    background-color:#7e6031;
    float:left;
    text-align:right;
}

.headcont{
    widht:auto;
    float:right;
}

#leftmenu {
	width:111px;
	height:200px;
	float:left;
	padding-left:11px;
	font-size:1em;
	margin-right:10px;
	margin-top:10px;
}

/* CONTENT Classes */

.content_cont{
float:left;
}

#content {
	width:530px;
	height:200px;
	float:left;
	padding-bottom:20px;
	padding-top:0px;
	padding-left:20px;
	padding-right:30px;
	font-size:1.2em;
}

#content[id] {
	height:auto;
	min-height:300px;
}

.content_header{
    width:583px;
    height:28px;
    background-image:url(content_head.jpg);
    float:left;
}

/* FOOTER */

#footer{
	width:724px;
	height:8px;
	float:left;
	background-image:url(footer.jpg);
	background-repeat:no-repeat;
}

.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, .menuitem_act {
    float:left;
    width:110px;
    height:auto;
    font-size:1.2em;
    color:#ffffff;
    border-bottom:solid #666666 1px;
    margin-top:5px;
    margin-bottom:5px;
    padding-bottom:3px;
}
.menuitem a, .menuitem_act a{
	float:left;
	text-align:left;
	color:#ffffff;
	width:110px;
	text-decoration:none;
	font-weight:bold;
}

.menuitem a:hover, .headmenuitem a:hover{
 color:#bbbbbb;
}

.menuitem_act a{
    color:#333333;
}

.headmenuitem {
    padding: 10px;
    padding-top:5px;
    padding-bottom:0px;
    width:auto;
    float:left;
}

.headmenuitem a{
    font-size:1.2em;
    color:#ffffff;
    text-decoration:none;
    width:auto;
    font-weight:bold;
}

/* 2 Colums */

.twocol{
clear:both;
width:100%;
}

.twocol_inner_left{
width:48%;
margin-right:13px;
float:left;
}

.twocol_inner_right{
width:48%;
float:left;
}


/* Formular global */

input, textarea{
    border-style: solid;
    border-width: 1px;
    border-color: #888;
    font-family: Arial;
    font-size:10pt;
    color:#333;
}

.blue_outer, .blue_outer_breit{
    clear:both;
    margin-top:10px;
}

.blue_inner, .blue_inner_breit {
    background-color:#759baa;
    color:#FFFFFF;
    padding-bottom:10px;
    padding-top:1px;
    padding-left:10px;
    padding-right:10px;
    width:250px;
    margin-left:135px;
        text-align:center;
}

.blue_inner {
    width:500px;
     margin-left:10px;
}

.blue_inner h3, .blue_inner h1 {
    font-size: 18px;
    padding-bottom:0px;
    margin-top:18px;
    text-align:center;
    text-decoration:underline;
}

