@CHARSET "utf-8";

     /****************/
   /*    GENERELLES   */
/****************/
html * {
	margin: 0;
	padding: 0;
}
html{
        height:101%;
}
body {
	font-size: 0.75em;
	font-family: Verdana, Arial, "Sans Serif";
	background-position: top left;
	background-repeat: repeat-x;
    line-height:1.5em;
}

a {
    text-decoration: none;
	color: #000;
}
a.orange {
    text-decoration: none;
    font-weight:bold;
	color: #00A5E9;
}
a.orange.active, a.orange:hover {
    text-decoration: none;
    font-weight:bold;
	color: #6C6C6C;
}
a.external:before {
	content: "»";
	color: #f00;
	font-weight: bold;
	vertical-align: top;
	padding-right: 0.5em;
}
input {
	border: 1px inset #ccc;
	padding: 1px 2px;
}
input[type="submit"] {
	background-color: #FFFFFF;
	color: #000;
	font-weight: normal;
    border:1px solid #000;
    cursor:pointer;
}
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 1.2em;
	line-height: 1.25em;
	padding: 0.75em 0;
	border-bottom: 1px solid #bbb;
	margin: 0 0 1em 0;
}

h2 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0.25em 0 0.75em 0;
	line-height: 1.25em;
    font-size: 1.2em;
}
h3 {
	margin: 0.25em 0 0.25em 0;
	line-height: 1.3em;
}
p {
	margin: 0 0 .75em 0;
	line-height: 1.5em;
}

code {
    font-size: 1.3em;
}
sup{
    font-weight:bold;
    line-height: 0px;
    font-size: 80%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p.hinweis{
    font-size:.8em;
}

/* clearfix for floating elements */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clear{
	clear:both;
}

/* the wrapper */
#wrapper {
	margin: 3px auto;
    margin-top:.5em;
	width: 940px;
   /*  border-top:1px solid #BBBBBB;*/
}
/*logo */
#logo{
    margin:5px 0;
    text-align:center;
    border-top:1px solid #BFBFBF;
    border-bottom:1px solid #BFBFBF;
}
#logo div.center{
    width:940px;
    margin:0 auto;
    text-align:center;
}

/* header */
#header {
	background-color: #FFFFFF;
	height: 60px;
    overflow:hidden;
	background-image: url(/_images/design/header_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#header div.center{
	width:940px;
	margin:0 auto;
    height:60px;
    overflow:hidden;
}

.sub-navigation {
	float: right;
	font-size: 0.85em;
	padding:1em 0.5em 0 0;
}
.sub-navigation li {
	display: inline;
	padding-left: 1em;
	vertical-align: middle;
}
.sub-navigation li a{
	color:#00A5E9;
    font-weight:bold;
}

#search-quadriga {
	float: right;
	margin: .5em 0 0 1em;
	vertical-align: middle;
} 
#search-quadriga input{
    font-size:.9em;
}

#bookmark_window{
    position:absolute;
    background-color:#FFFFFF;
    border:1px solid #00A5E9;
    width:280px;
    height:170px;
    top:35px;
    left:820px;
}
#bookmark_window ul li{
    list-style:none;
    display:inline;
    float:left;
    width:130px;
    padding:0 5px;
}
#bookmark_window ul li a{
        line-height:2em;
}
#bookmark_window ul li a.close{
        border:1px solid #00A5E9;
        color:#00A5E9;
        margin:2px;
        padding:0 2px;
        line-height:1.6em;
        font-weight:bold;
        text-align:right;
        float:right;
}

/*banner */
#banner{
	height:	115px;
	width:940px;
	overflow:hidden;
	margin:0;
	padding:0;
}	

/* topbar */
#topbar{
    margin:5px 0;
    border-top: 1px solid #BFBFBF;
    border-bottom:1px solid #BFBFBF;
    height: 30px;
    text-align:center;
}
#topbar div.center{
    width:940px;
    margin:0 auto;
    text-align:left;
}
#topbar div.center div.intranet_login{
    float:left;
    padding-top:5px;
    font-size:.8em;
}
#topbar div.center div.intranet_login form{
   float:left;
}
#topbar div.center div.intranet_login input{
   width:120px
}
#topbar div.center div.intranet_login input.red{
   width:45px;
   background-color:#B60438;
   border:1px solid #DADADA;
   color:#ffffff;
}
#topbar div.center div.intranet_login span.red{
    color: #B60438;
    font-weight:1em;
    float:left;
    margin-left:10px;
}

/* navigation*/
#main-navi-column {
	width: 940px;
    height:60px;
    overflow:hidden;
	font-size: 0.95em;
    margin-bottom:1em;
}
.main-navigation a.active {
    color: #00A5E9;
}
.main-navigation a:hover {
    color: #00A5E9;
}
ul.main-navigation{
    	border-bottom: 1px solid #BBBBBB;
}
.main-navigation li {
    display:inline;
	line-height: 3em;
	background-color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	border-left: 1px solid #000000;
    text-align:center;
}
.main-navigation li a {
	margin: 0.5em 2.1em;
}
.main-navigation-grey a.active {
    color: #00A5E9;
}
.main-navigation-grey a:hover {
    color: #00A5E9;
}
ul.main-navigation-grey{
    	border-bottom: 1px solid #BBBBBB;  
}
.main-navigation-grey li {
    display:inline;
	line-height: 3em;
    color:#6C6C6C;
	overflow: hidden;
	text-transform:none;
	letter-spacing: 1.5px;
    font-size: .8em;
	font-weight: normal;
	border-left: 1px solid #6C6C6C;
}
.main-navigation-grey li a {
	margin: 0.5em 2.6em;
    color:#6C6C6C;
}

iframe {
    border: 1px solid #B1A894;
}

/* MAGAZIN */
#content div.spalte{
    float:left;
    width:220px;
    margin-right:10px;
}
#content div.element h2{
    color:#00A5E9;
    font-size:1em;
    text-transform:uppercase;
    font-weight:normal;
    letter-spacing:2px;
    margin-top:20px;
}
#content div.element span.seite{
    float:left;
    clear:left;
    width:30px;
}
#content div.element p.inhalt{
    margin-left:30px;
}

#content div.green{
    padding:15px 5px 5px 5px;
    background-color:#98C000;
}

/* side bar */
#side-column {
	color: #000;
	float: left;
	width: 190px;
	padding: 0 0;
    margin:0;
	font-size: 0.95em;
    color:#4a4a4a;
     text-align:center;
     background-color:#EEEEEE;
     background-image:url('/_images/design/hrm_side_bg.jpg');
     background-position:top left;
     background-repeat:repeat-x;
}
#side-column h1{
    color:#000;
}
#side-column p{
    padding-bottom:10px;
}
#side-column a, #side-column a:link, #side-column a:visited, #side-column a:hover{
    color:#000000;
    font-weight:bold;
    text-transform:uppercase;
    text-decoration:none;
    
}
#wrapper p.orange{
    color:#00A5E9;
}
#side-column input[type=submit]{
    background-color:#FFFFFF;
    border:1px solid #bbbbbb;
    color:#bbbbbb;
    font-weight:normal;
    cursor:pointer;
    width: 150px;
}

#content {
	padding: 0 25px 0 15px;
	width: 700px;
	float: left;
}
#content a{
    text-decoration:underline;
}
/*STARTSEITE*/
#content div.news_third{
    float:left;
    width:226px;
    height:348px;
    background-color:#98C000;
    margin-right:7px;
}

#content div.news_full {
	margin-top:5px;
}
#content div.news_third h2, #content div.news_full h2{
    position:absolute;
    margin:0;
    background-color:#ffffff;
    color: #00A5E9;
    font-size: 1em;
    margin:0;
    font-weight:bold;
    padding:2px 4px 2px 0;
}
#content div.news_third h1, #content div.news_full div h1{
    color: #ffffff;
   text-transform:none;
   margin:.5em;
   padding:0;
   line-height:normal;
   border:none;
   letter-spacing:normal;
   font-size:1.2em;
}
#content div.news_third p, #content div.news_full div p{
 margin:.5em;
 font-size:.9em;
}
#content div.news_third a.white, #content div.news_third a.white:link, #content div.news_full div a.white:visited, #content div.news_full div a.white, #content div.news_full div a.white:link, #content div.news_full div a.white:visited{
    text-decoration:underline;
    font-weight:bold;
    color:#ffffff;
}
#content div.news_full{
    float:left;
    width:692px;
    height:348px;
     background-color:#e4e3e1;
}
#content div.news_full div{
     float:left;
    width:226px;
    height:276px;
    margin:30px 0 0 20px;
    background-color:#98C000;
}
#content div.news_full img{
    float:right;
    margin:30px 20px 0 0;
}

/* NEWS */
#content div.news{
    line-height:1.5em;
    border-bottom:1px solid #BBBBBB;
    padding: 0 0 20px 0;
}
#content div.news img.kurator {
	margin-right: .6em;
}
#content p.datum{
    font-size:.8em;
    color: #00A5E9;
    margin:0.25em 0 .25em 0; 
}
#content span.orange{
    color:#000000;
}

#content a:hover{
	color:#7B858A;
}
#content div.sitemap a, #content div.sitemap a:link, #content div.sitemap a:visited{
	text-decoration:none;
}
#content ul{
	margin-bottom:1.25em;
}
#content ul li{
	list-style:disc;
	line-height: 1.5em;
	margin-left:1.2em;
}
#content ol li{
	/*list-style:decimal;*/
	line-height: 1.5em;
	margin-left:1.2em;
	margin-bottom:1em;
}
#content ol[type="a"]{
    list-style-type: lower-latin;
}
#content ul.spalten li{
	list-style:none;
	float:left;
	width: 200px;
	height: 250px;
	overflow:hidden;
	margin:1.2em 1.2em 0 0;
	text-align:center;
}

#content p.left_column{
	float:left;
	width:180px;
	clear:left;
	margin:0.5em 0 0 0;
}
#content p.right_column{
	float:left;
	width:250px;
	clear:right;
	margin:0.5em 0 0 0;
}

img.kurator{
	float:left;
	padding:0.25em 0.5em 0.5em 0.25em;
}

#content .float_left{
	float:left;
	clear:left;
}
#content .float_right{
	float:right;
	clear:right;
}

/*sitemap*/
#content .sitemap li {
	border-collapse: collapse;
	line-height: 1.5em;
	background-color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	list-style:none;
}
#content .sitemap li {
	margin-bottom: 2em;
	list-style:none;
}

#content .sitemap li a {
	background-color: #fff;
	margin: 0.15em 0;
	padding: 0 1.5em;
	list-style:none;
}

#content .sitemap li a.margin {
	background-color: #fff;
	display: block;
	margin: 0.15em 3.5em;
	padding: 0 1.5em;
	list-style:none;
}

#content .sitemap li ul li {
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	margin-bottom: 0;
	border-bottom: 0;
	list-style:none;
}

#content p.partner{
    float:left;
    width:170px;
    height:170px;
    margin:0 6px 6px 0;
    text-align:center;
}
/* TWITTER */
div.twtr-hd{
	display:none;	
}
#twtr-widget-1 em{
	height:1px;
	overflow:hidden;
}
div.twtr-ft{
	display:none;	
}
#side-column .twtr-widget .twtr-tweet{
	border-bottom:1px dotted 	#BBBBBB;
}


/*ANMELDEFORMULAR*/
#content div.formular label{ float:left; clear:left;width:110px;}
#content div.formular input{ width:350px;}
#content div.formular input.half{ width:170px;}
#content div.formular input.street{ width:280px;}
#content div.formular input.number{ width:60px;}

/* mitgliedsformular */
#content div.anmeldeformular input.long{ width:482px; }
#content div.anmeldeformular select{ width:482px; }
#content div.anmeldeformular input.name{ width:240px }
#content div.anmeldeformular input.street{ width:340px;}
#content div.anmeldeformular input.number{width:140px;}
#content div.anmeldeformular input[type=submit],#content div.anmeldeformular input[type=reset] { width:240px; background-color:#FFFFFF; border:1px solid #000000; }

/*INTRANET*/
#intranet label{
    float:left;
    clear:left;
    width:100px;
}
#intranet input, #intranet select{
    width: 370px;
}
#intranet input[type=submit], #intranet input[type=reset]{
    width:368px;
    background-color:#FFFFFF; border:1px solid #000000;
}
#intranet textarea{
    width: 370px;
    height:200px;
}

#content div.wechsel{
    float:left; 
    width:330px;
    margin:0 20px 20px 0;
}

    /*************/
  /*** PROFIL ***/
/*************/
#profil p{ float:left;padding:0 .5em 0 0;margin:0.25em 0;}
#profil input.half, #profil select.half{ width:220px;}
#profil input.third { width:141px; }
 #profil select.third { width:146px; }
 #profil input.two_third { width:299px; }
 #profil input.full { width:452px; }
  #profil textarea.full { width:452px;height:60px; }




/* footer */
#footer {
	clear: both;
    float:none;
	margin:3em 0 2em 0;
    border-top:1px solid #BBBBBB;
    text-align:center;
}
#footer ul li{
    display:inline;
    padding:10px;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:visited{
    color:#BBBBBB;
    text-transform:uppercase;
    text-decoration:none;
}
#footer ul li a:hover{
    color:#00A5E9;
}

#footer .sub-navigation {
    float: none;
	text-align: center;
}

#footer .sub-navigation li a{
    color: #fff;
	margin: 0 0.25em
}


p.feedback_erfolg{
    color:#029B09;
    font-size:.8em;
    font-weight:bold;
}
p.feedback_error{
    color:#B40F03;
    font-size:.8em;
    font-weight:bold;
}

pre {
	background-color: #faa;
	color: #000;
	padding: 0.5em
}
