﻿@charset "UTF-8";
/* CSS Document */

/* BROWSER RESET ##############*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}

body {
	line-height: 1.3;
	/*font-family: "pragmatica-web",sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #101010;
	text-align: center;
	height: 100%;
	min-height: 100%;
	background-color: #f4f4f4;
	background-image: url(../img/bgmain.jpg); /*TODO: evtl bg from upadmin? */
	}

a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #2e315a;
	}

a:hover {
	text-decoration: none;
	border-bottom: 0px dotted;
	color: #43477b;
	}

/* TAGS #####################################*/

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	line-height: 52px;
	font-family: Arial, Helvetica, sans-serif;
  }

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #707070;
	line-height: 52px;
	font-family: Arial, Helvetica, sans-serif;
  }
  
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #707070;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
  }
  

  
 /* ENDE TAGS #####################################*/
 
  
#container {
	width: 950px;
	margin: 0 auto;
	font-weight: normal;
	position: relative;
    }
	
header {
	position: relative;
  	width: 950px;
	height:211px;
  	font-weight: normal;
	background-image: url(../img/bgheader.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top:0px;

    }	
	
#headerbar {
	width: 950px;	
	height: 35px;
	background-color: #ffffff;
	border-bottom-width: 4px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-color: #c8c8c8;
	border-style:solid;
	position: fixed;
	margin: 0 auto;
	font-size: 16px;
	padding-top: 0 px;
	font-family: Tahoma, Geneva, sans-serif;	
	z-index:2;
	
    box-shadow: 0px 0px 20px #bbbbbb;
}

#headerbar #breadcrumbs{
    float: left;
    width: 850px;
	text-transform: capitalize;
}

#headerbar #top{
    float: right;
    width: 100px;
}

/* HEADERBAR-TOP #####################################*/
  
.menuhead, .menuhead ul, .menuhead li {
   	margin: 0;
    padding: 0;
    border: 0;
   	list-style-type: none;
   	display: block;
    float: left;
    position: relative;

	text-decoration: none;
	border-bottom: 0px;
	z-index:2;
    text-align: left;
    text-decoration: none;
    outline: none;
    font-weight: normal;
    white-space: nowrap;
    
  }

.menuhead a, .menuhead a:link, .menuhead a:visited {
   
    font-size: 15px;
   
	line-height: 35px;
    color: #2e315a;
	
	padding-left: 14px;
	padding-right: 14px;
	height: 35px;

	display: block;
	border-bottom: 0px;
	z-index:3;

  }

.menuhead a:hover {
    font-size: 15px;
    color: #43477b;
	display: block;
	
	border-bottom: 4px solid;
	border-bottom-color:#43477b;
	z-index:3;
	background-color:white;
  }

.menuhead .active a {
    color: #43477b;
	font-weight: normal;
  }

.menuhead li:first-child  {
    font-size: 15px;
	line-height: 35px;
    color: #2e315a;
	
	padding-left: 14px;
	padding-right: 14px;
	
	text-transform: none;
}

.menuhead #breadcrumbs a{
    padding-right: 13px;
    padding-left: 3px;
}


.menuhead li a:before { 
       content:" » ";
    }

/*
.menuhead li:last-child a:after { 
       content:"";
    }
*/

/* ENDE HEADERBAR-TOP #####################################*/


#contentcontainer {
	position: relative;
	width: 950px;
	/*min-height: 300px;*/
	text-align: left;
	padding: 0px;
	margin-top: 0px;	/*overflow: hidden;*/
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 4px;
	border-color: #c8c8c8;
	border-style:solid;
	float: left;

    box-shadow: 0px 0px 20px #bbbbbb;
    }

nav {
	position: relative;
	margin-top: -4px;
	height: auto;
	text-align: left;
	float: left;
	/*margin-top: 10px;	
	padding-top: 20px;
	padding-right: 62px;
	*/
	display: inline;
	z-index:0;
    }


/* MENÜPUNKTE #####################################*/

.menu, .menu ul {
   	list-style-type: none;
   	display: block;
	text-decoration: none;
	border-bottom: 0px;
    position: relative;
    z-index: 1;
    
  }


.menu li{
    position: relative;
    float: left;
    text-align: left;
    text-decoration: none;
    outline: none;
    font-size: 15px;
    font-weight: normal;
	line-height: 30px;
    color: #2e315a;
    border-bottom: 0px;
}

.menu a, .menu a:link, .menu a:visited {
   
	padding-left: 14px;
	padding-right: 14px;
	height: 33px; /*height insg: 30px*/
    margin-bottom: -3px;
    
	display: block;
	text-decoration: none;
	border-bottom: 0px;
	border-top: 4px solid;
	border-top-color:#c8c8c8;
    transition: border-top-color 0.3s linear;
  }

.menu a:hover, .menu a.active {
   
    color: #43477b;
	display: block;
	border-top: 4px solid;
	border-top-color:#43477b;
    transition: border-top-color 0.3s linear;
	
  }
  
.menu ul ul{
 
	position:absolute;
	left: -999em;
	min-width:120px;
	background: #fff;
	top:-1em;
	border-top: 1px solid;
	border-top-color:#43477b;
	padding-left:0px;
	z-index:-10;
	clear:left;
    opacity: 0;
	
	transition: top 0.2s linear, opacity 0.2s linear;
    
	box-shadow: 0px 5px 10px #bbb;

 }
 
/*.menu li:hover ul{*/
.menu li:hover ul{
	left: 0px;
    top: 34px;
    opacity: 1;
}

.menu ul ul a:first-child{
    border-top: 0px;
    border-top-color: white;
    border-left: 3px solid;
    border-left-color:#c8c8c8;
    transition: border-left-color 0.3s linear;
    
    height: 35px;
    margin-bottom: 0px;
}
 
.menu ul ul a:hover, .menu ul ul a.active{
	border-left-color:#43477b;
    transition: border-left-color 0.3s linear;
}
  
/* ENDE MENÜPUNKTE #####################################*/
	


#content {
	position: relative;
	padding: 10px;
	padding-top: 0px;
	width: 930px;
	height: auto;
	text-align: left;
	border-top-width: 1px;
	border-color: #c8c8c8;
	float: left;
    border-style:solid;
	margin-top: 0px;
/*	
	padding-top: 20px;
	padding-right: 62px;
	
	display: inline;*/
    }
	
#content ul, #content ol {
	padding-left: 20px;
    }
	
	

	
footer {
	position: relative;
	width: 950px;
	height: 70px;
	text-align: center;
	font-size: 11px;
	float: left;
    }
	
footer p {
	/*position: absolute;*/
	float: left;
	width:950px;
	text-align: center;
	font-size: 12px;
	padding-top: 20px;
	color: #707070;
	font-family: Tahoma, Geneva, sans-serif;
    }
	
footer a:link, footer a:visited {
	
	color: #707070;
    }
	
footer a:hover {
	border-bottom: 1px dotted;
    border-bottom-color: #a0a0a0;
	color: #404040;
    }
	

	
.clear {
	clear: both;
	height: 0px;
	}
	
/* TEXTFORMATIERUNG FLIESSTEXT*/

.textRot {
 	color: #c01620;
  }
  
.textRotGross {
 	font-size: 18px;
  	font-weight: bold;
  	color: #c01620;
  }
  
.textKlein {
 	font-size: 10px;
  }

.bold{
    font-weight: bold;
}

/* INPUT */

.btn, a.btn{
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #222;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #F5F5F5;

    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.3) ;
    border-radius: 2px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
     transition: background-color 0.02s linear 0s;
}

.btn.active, .btn:active {
    outline: 0px none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover, .btn:focus {
    color: #111;
    background-color: #dfdfdf;
    transition: background-color 0.05s linear 0s;
}

.btn.small{
     padding: 2px 5px;
     font-size: 13px;
}

.input{
    background-color: #FFF;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    display: inline-block;
    padding: 1px 4px;

    font-size: 13px;
    color: #555;
    vertical-align: middle;
    border-radius: 2px;
    min-height: 20px;

}

.input:focus{
    border-color: rgba(0, 0, 0, 0.3);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 0, 0, 0.15);
}