/*
Template: design003
Author: Bernd Frigger
Author URL: www.bfrigger.de
Release date: 2016-08-25
*/

* {
	margin: 0;
	padding: 0;
}

body {
	    background: #001b33 url(../images/bg_code.png) no-repeat;
	    background-attachment:fixed;
	    color: #000000;
	    font: normal 110% "Lucida Sans Unicode",sans-serif; 
}

h1 {
	    font-size: 1.6em;
	    margin-bottom: 4px;
	    color:  #5499C7;
	    padding-top: 10px;
}

h1.logo {
	    font-size: 1.8em;
	    margin-bottom: 4px;
	    color:  #000000;
	    padding-top: 10px;
}



table {
  padding:0px;
  border-spacing:0px;
}  


 
.eingabe  {
    color: #000000;
    font: normal 1.1em "Lucida Sans Unicode",sans-serif;
    background-color: #d0d0d0;
    padding: 3px;
    height: 20px;
    width: 100px;
}

a {
	font: bold 1em Verdana,sans-serif;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font: bold 1em Verdana,sans-serif;
	color: #2981ba;
}






.tabbody {
		padding: 10px;
		background: #d0d0d0;
		color: #000000;
		font: normal 1.3em "Lucida Sans Unicode",sans-serif; 
		font: 1.3em; 
}


/* 0 ist für oben und unten der auto Wert für rechts und links, das Element wird zentriert */
.container {
	margin: 0 auto;
	width: 1200px;
}

.main {
    background: #ffffff;		
    padding: 0px 10px 12px 28px;
	clear: both;
}

.headerleft {
	height: 160px;
	width: 560px;
	float: left;
	background: #5499C7;
	color: #c0c0c0;
	padding: 20px;
}

.headerright {
	height: 200px;
	width: 600px;
	float: right;	
}


.clearer {
	        clear: both;
}


.navigation {
    background:  #2981BA;    
	font: 1em Verdana,sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	width: 1164px;
}
.navigation a {
	font: 1em Verdana,sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	font: 1em Verdana,sans-serif;
	color: #ffffff;
}

/* Alte Background Farben
    background: #001b33;
*/
.contentleft {
	background: #ffffff;
	color: #000000;
    margin: 20px;
	float: left;
	width: 540px;
	min-height: 650px;
}

.contentright {
    background: #ffffff;
	color: #000000;
	float: right;
	margin: 20px;
	width: 540px;
	min-height: 650px;
}

.contentboth {
	background: #ffffff;
    margin: 20px;
	float: left;
	width: 1080px;
	min-height: 650px;

}

.leistung {
	background: #d0d0d0;
	color: #000000;
	padding: 10px;
	border-radius: 5%;
}



.contentBothHeader {
	background: #ffffff;
    margin: 20px;
	float: left;
	width: 1080px;
}


.img-circle {
  border-radius: 5%;
}

/* footer */
.footer {
	background:   #2981BA;
	color: #000000;
	font-size: 1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 1200px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* acordeon effektre */
h1.active {
     font-size: 1.6em;
     color: #c0c0c0;
}    

a.accord  {
    font-size: 1.6em;
    color: #c0c0c0;
    text-decoration: none;
    font-weight: bold;
}


a:hover.accord {
    font-size: 1.6em;
    color: #c0c0c0;
    text-decoration: none;
    font-weight: bold;
}

.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #C0B8A6;}
.footer .right a:hover {color: #FFE;}

.left {float: left;}
.right {float: right;}
.clearer {clear: both;}



.testout
{
	position:fixed; 
	top:500px; 
	left:1200px; 
	width:600px; 
	height:200px;
	padding: 25px;
	font-family: sans-serif; 
	font-size: 0.8em;
	background-color: #ccffcc; 
	z-index:3;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid  #ffffff; background:  #5499C7  50% 50% repeat-x; font-weight: bold; color: #ffffff; outline: none;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #c0c0c0; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid  #001e42; background:  #001e42 50% 50% repeat-x; 
font-weight: bold; color: #000000; outline: none;}
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; outline: none;}
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid  #001e42; background:  #001e42  50% 50% repeat-x; font-weight: bold; color: #000000; outline: none;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #c0c0c0; outline: none; text-decoration: none; }



