@charset "utf-8";
body {
	margin:0px;
	text-align: center;
	background-color: #282828;
	background-image:url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #656565;
	text-decoration: none;
	line-height: 140%;
}
body a {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
body a:hover {
	color: #006600;
	text-decoration: underline;
	font-weight: bold;
}
/*Webseite container*/
#balken_oben {	
	width: 100%;
	text-align:center;
	 /*webdesign #e4746e; programmierung #ca4b45; edv #960f08; about #761913*/   
	height: 10px;
}
#balken_unten {	
	width: 100%;
	text-align:center;
	 /*webdesign #e4746e; programmierung #ca4b45; edv #960f08; about #761913*/
	height: 10px;
}
#site
{
	min-height: 800px;
	width: 810px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	/*erscheint versteckt wegen der loading meldung*/
  display: none;
}

#head
{
	height: 206px;
	width: 870px;
	background-image: url(../images/uid_head.jpg);
	background-repeat: no-repeat;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#webdesign
{
	height: 88px;
	width: 164px;
	float:left;
	margin-right:1px;
}
#programmierung
{
	height: 88px;
	width: 299px;
	margin-right:1px;
	float: left;
}
#edv
{
	height: 88px;
	width: 177px;
	margin-right:1px;
	float: left;
}
#about
{
	height: 88px;
	width: 227px;
	float: left;
}

#slogan{
	height: 238px;
	width: 205px;
	z-index:997;
	margin-top: 90px;
}
/*#earth{
	height: 205px;
	width: 520px;
	float:right;
	z-index: 998;
	position:relative;
	right: 0px;
}*/
/*SubNavi*/
#subnavi{
	height: 30px;
	font-size: 12px;
	color: #ffffff;
	float:right;
	margin-top: -65px;
	position:relative;
	text-align:right;
	right:0;
	margin-right: -25px;
}
#subnavi ul{
	padding-left:10px;
	margin-top: 9px;	
}
#subnavi ul li{
	display:inline;
}
#subnavi ul li a{
	font-weight: bold;
	color:#ffffff;
	padding-right: 15px;
	padding-left: 5px;
}
#subnavi ul li a:hover{
	font-weight: bold;
	text-decoration:underline;
}
#subnavi ul li a:active{
	font-weight: bold;
	text-decoration:underline;
}
	
#content{
	text-align: left;
	background-color: #ffffff;
	min-height: 460px;
	width: 820px;
	padding: 25px;
	margin-left:auto;
	margin-right:auto;
}
h1 {
	width:100%;
	font-size:20px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #707070;
	padding-bottom: 5px;
}
h2 {
	font-size:14px;
	text-decoration: none;
	
}
h5 {
	font-size:12px;
	text-decoration: underline;
	color: #006600;
}
#bottom
{
	height: 60px;
	width: 850px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	color:#CCCCCC;
	text-align:left;
}
#bottom_links
{
	width: 450px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	color:#CCCCCC;
	text-align:left;
	float:left;
	font-size: 11px;
}
#bottom_links a
{
	color:#CCCCCC;
	text-decoration: none;
}
#bottom_links a:hover
{
	color:#CCCCCC;
	text-decoration: underline;
}
#bottom_rechts
{
	width: 350px;
	padding: 10px;
	color:#CCCCCC;
	text-align:right;
	float:right;
}
#bottom_rechts a
{
	color:#CCCCCC;
	text-decoration: none;
}
#bottom_rechts a:hover
{
	color:#CCCCCC;
	text-decoration: underline;
}
.trans
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#banner
{
	height:420px;
	width:120px;
	position: absolute;
	margin-left: 860px;
	border: 1px #FFFFFF solid;
	float:right;
	z-index: 1000;
	background-color:#009933;
}	
