body { 
	
	margin:0px auto;
	padding:0px;
	width: 760px;
	color: #333;
	position: relative;
	background: #01093F url(/gfx/bg08.jpg) no-repeat center top;
	min-height:101%
	

}


* {
	font-family:Verdana, Arial, Helvetica, Sans Serif;
	font-size:12px;
}

#header {
	margin-top: 90px;
	text-align: left;
	height: 90px;
}
#logolink {
	margin-left: 16px;
}

/* NAVIGATION */

#nav {
	float: left;
	width: 180px;
}

#navc {
	text-align: left;
	padding-left: 20px;
	float: left;	
}

#navc ul {
	margin: 0;
	padding: 0;
}

#navc li {
	list-style-type: none;
	background-image: url(/gfx/lbg.gif);
	background-position: 0px 23px;
	background-repeat: no-repeat;
}

#navc a:link, #navc a:visited, #navc a:active {
	
	line-height: 24px;
	display: block;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 10px;
}

#navc a:hover {
	background-image: url(/gfx/lbgh.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
	line-height: 24px;
	display: block;
	color: #F38122;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 10px;
}

#navc a.subnav:link, #navc a.subnav:visited, #navc a.subnav:active {

	line-height: 24px;
	display: block;
	color: #333;
	text-decoration: none;
	padding-left: 25px;
	text-transform: none;
}

#navc a.subnav:hover {
	background-image: url(/gfx/lbgh.gif);
	background-position: 13px 8px;
	background-repeat: no-repeat;
	line-height: 24px;
	display: block;
	color: #F38122;
	text-decoration: underline;
	text-transform: none;
}

.navcurrent { 
	background-image: url(/gfx/lbgc.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
	line-height: 24px;
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 10px;

}

.subnavcurrent { 
	background-image: url(/gfx/lbgc.gif);
	background-position: 13px 8px;
	background-repeat: no-repeat;
	line-height: 24px;
	display: block;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	font-size: 11px;
	padding-left: 25px;

}

/* ENDE NAVIGATION */


#main {
	width: 759px;
	background-color: #fff;
	background-image: url(/gfx/mbg.gif);
	background-repeat: repeat-y;
	padding-top: 20px;
}

#mainc {
	float: left;
	padding-left: 20px;
	background-color: #fff;
	text-align: left;
	padding-bottom: 20px;
	width: 530px;
	margin-top: 0px;
}

#mainc h1 {
	color: #F38122; 
	font-size: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 3px;
}

#mainc h2 {
	font-size: 12px;
	color: #383838;
}


#mainc a:link, #mainc a:visited, #mainc a:active {
	color:#333;
}

#mainc a:hover {
	color:#F38122;
}


#mainc li {
	list-style-type: square; 
}

/* FOOTER */
#mybottom {
	
	background-color: #01093F;
	background: url(/gfx/mybottom.gif) no-repeat center top;
	text-align: center;
	color: #f7f7f7;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 15px;
	clear: both;
}

#mybottom .bottom {
	margin-top:10px;
	background: none;
	background-color: #01093F;
}

#mybottom a.bottom:link, #mybottom a.bottom:visited , #mybottom a.bottom:active {
	color: #999999;
	font-size: 10px;
}
#mybottom a.bottom:hover {
	color: #FFA714;
	font-size: 10px;
}
/* ENDE FOOTER */

a.uplink:link { 
	color:#000000;
	text-decoration:underline;
	background-image:url(/gfx/goup.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left: 15px;
	font-size:11px;
}
a.uplink:visited { 
	color:#333333;
	text-decoration:underline; 
	background-image:url(/gfx/goup.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left: 15px;
	font-size:11px;
}
a.uplink:active { 
	color:#336699;
	text-decoration:underline; 
	background-image:url(/gfx/goup.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left: 15px;
	font-size:11px;
}
a.uplink:hover { 
	color:#F38122;
	text-decoration:underline; 
	background-image:url(/gfx/goup2.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left: 15px;
	font-size:11px;
	
}


a.backlink:link { 
	color:#000000;
	text-decoration:underline;
	background-image:url(/gfx/goback.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left: 15px;
	font-size:11px;
}
a.backlink:visited { 
	color:#333333;
	text-decoration:underline; 
	background-image:url(/gfx/goback.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left: 15px;
	font-size:11px;
}
a.backlink:active { 
	color:#336699;
	text-decoration:underline; 
	background-image:url(/gfx/goback.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left: 15px;
	font-size:11px;
}
a.backlink:hover { 
	color:#F38122;
	text-decoration:underline; 
	background-image:url(/gfx/goback2.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left: 15px;
	font-size:11px;
	
}

.r1 { 
	background-color:#fcfcfc;
}
.r2 { 
	background-color:#f3f3f3;
	
}
.rt {
	width:90%;
	border: 1px dashed #e6e6e6;
}

.list1 {
	margin-bottom: 20px;
}

li.chklist {
	
	list-style-image: url(/gfx/checklist-icon.gif);
	margin-bottom: 10px;
}

li.ol {
	list-style-type:decimal;
}

.teampic {
	border: 1px solid #666666;
}

.spacer {
	border-bottom: 1px dashed #666666;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 1px;
	width: 400px;
}

#teaser_news_left {
	border: 1px solid #cccccc;
	padding: 5px;
	width:145px;
}

#teaser_news_left a:link, 
#teaser_news_left a:visited, 
#teaser_news_left a:active, 
#teaser_news_left a:hover 
{
	padding-left: 0px;
	background: none;
	text-transform: none;
	font-size: 12px;
}

#skills table {

	width: 400px;
    clear: left;
    font-family: Arial, Helvetica, Sans Serif; 
    margin: 0em 0em 1em 0em;
    padding: 0.2em 0.2em 0.2em 0.2em;
    border: 1px solid #8CACBB;
    border-spacing:0;
    border-collapse:collapse;
    empty-cells: show;
    font-size: small;
}
#skills td {
    border: 1px solid #8CACBB;
    vertical-align: top;
    padding: 0.2em 0.2em 0.2em 0.2em;

}
#myhosting {

}
#myhosting table {
	border-collapse: collapse;
}
#myhosting td {
	border: 1px solid #ccc;
	padding: 3px;
	vertical-align: top;
	line-height: 18px;
}

#myhosting .th {
	background-color: #f7f7f7;
	font-weight: bold;
	font-size: 10px;
	width:25%;
}

#myhosting .price {
	background-color: #FFF1A6;
	font-weight: bold;
	font-size: 10px;
	color: #333;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 0;
}

#aktuell {
	border: 1px solid #cccccc;
	padding: 5px;
	width:160px;
	margin-bottom: 10px;
	font-size: 11px;
}

#aktuell * {
	font-size: 11px;
}

a.arrow:link { 
	color:#333333;
	text-decoration:underline;
	background-image:url(/gfx/arrow.gif); 
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
	font-size: 11px; 
	
}
a.arrow:visited { 
	color:#333333;
	text-decoration:underline;
	background-image:url(/gfx/arrow.gif); 
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
	font-size: 11px; 
}
a.arrow:active { 
	color:#2A6281;
	text-decoration:underline;
	background-image:url(/gfx/arrow.gif); 
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
	font-size: 11px; 
}
a.arrow:hover { 
	color:#2A6281;
	text-decoration:underline;
	background-image:url(/gfx/arrow.gif); 
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
	font-size: 11px; 
}


.hline {
	background: url(/gfx/hline.gif) repeat-x bottom;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	margin-bottom: 10px;
	margin-top: 10px;

}