

body {
	font-family: verdana, Bitstream Vera Sans;
	background-color: #FFE38C;
}

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

#top {
    display: table;
    vertical-align: middle;
}

#navi-oben  {
	font-family: verdana, Bitstream Vera Sans;
	
	background-color: #00417E;
	/*font-size: large;*/
	font-size: 13.5pt;
	font-weight: bold;
	position: absolute;
	left: 5px;
	right: 5px;
	min-width: 900px;
	padding: 5px 0px 5px 48px;
	border-radius: 5px;
	border-width:0px;
	border-style: solid;
	white-space: nowrap;
	box-shadow: 0px 0px 5px rgb(0,65,126);
	/*box-shadow: 0px 0px 5px 2px #ffffff inset;*/
}

.cogbytelogo img{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.cogbytelogo img:hover {
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
}

.cogbyte_ueberschrift {
	font-family: verdana, Bitstream Vera Sans;
	
	vertical-align: middle;
	padding-left: 30px;
	/*font-size:0.95pc;*/
	font-size: 12pt;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
}

.lang img {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}

.lang img:hover{
/*	border-color: white;
	border-width: 0px 0px 1px 0px;
	border-style: solid;*/
	transform: scale(2);
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
}

.navi-oben_text a{
    padding: 0px 5px 0px 5px;
    color: white;
    text-decoration: none;
}

.navi-oben_text a:hover{
    color: white;
    text-decoration: underline;
}

#navi-pfad {
	font-family: verdana, Bitstream Vera Sans;
	
	position: absolute;
	top: 122px;
	font-family: arial;
	font-size: 10pt;
	white-space: nowrap;
}

#navi-pfad a{
	color: #00417E;
	text-decoration: none;
}

#navi-pfad a:hover{
	text-decoration: underline;
	color: #006aca;
}

#navi-content {
    position: absolute;
    /*top: 122px;*/
    top: 142px;
}

#navi-links {
	background-color: #FFE38C;
	
	font-family: arial;
        padding: 0px 10px 0px 10px;
    	position: absolute;
	left: -3px;
	/*font-size: 0.9em;*/
	font-size: 10.5pt;
	font-weight: bold;
	width: 250px;
	overflow: auto;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
	box-shadow: 0px 0px 5px rgb(0,0,0);
}

#navi-links ul {
/*	position:relative;
	left: -2em;*/
	margin-left: -2em;
	list-style-type: none;
}

#navi-links div {
	line-height:1.3em;
	display:block;
	background-color: #FFE38C;
	padding:1px;
}

#navi-links a{
	display:block;
        text-decoration: none;
        color: #00417E;
	margin: 2px 0px 2px 0px;
	padding: 0px 4px 0px 4px;
	/*background-color: #fff1c6;*/
	background-color: #ffd966;
	/*border-width: 0px;*/
	border-width: 0px;
	border-color: black;
	border-style: solid;
	border-radius: 3px;
	/*text-shadow: 1px 1px 5px #333333;*/
	/*box-shadow: 0px 0px 8px rgb(0,0,0);*/
}

/*
#navi-links ul ul{
	margin: 1px 0px;
	padding: 0px 4px 0px 4px;
}*/

#navi-links a:hover {
	display:block;
	color:white;
	background-color:#00417E;
	outline-width: 1px;
	outline-color: white;
	outline-style: solid;
}
    
#content {
	overflow: auto;
	position: absolute;
	left: 275px;
	width: 744px;
	background-color: White;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 8px;
	font-size: 0.8em;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
	box-shadow: 0px 0px 5px rgb(0,0,0);
}

#search {
	/*position:relative;*/
	/*left:12px;*/
        font-size: 0.9em;
}

h3 {margin-left:150px;
   margin-bottom:0px;}

h4 {margin-left:32px;
   margin-top:16px;
   font-size:medium;
   font-weight:bold;}

h5 {
	margin-left: 12px;
	margin-top: 16px;
	font-size: 0.9em;
}

hr {width: 100%;}

ul {list-style-type: square;}

p {font-family: verdana, Bitstream Vera Sans;}

/*
TABLE.csc-uploads TR {
	line-height: 0px;
}*/