/* =normalise ---------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;	
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;	
}

ol, ul {
	list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

caption, th {
	text-align: left;
}


/* =common ---------------------------------------------*/
html {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color:#666666;
	min-height: 100.05%;
}
body {
	margin: 0px;
	background-color: #FBFBFB;
}
#main {
	position: absolute;
	min-height: 1000px;
	height:auto !important;
	height: 1100px;
	width: 998px;
	text-align: left;
	margin-left: -500px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #66CC00;
	border-left-color: #66CC00;
	top: 50px;
	left: 50%;
	background-color: #FFFFFF;
	padding-bottom: 80px;
}

#main #bgtop {
	position: absolute;
	top: -12px;
	left: -1px;
	height: 12px;
	width: 1000px;
}

#main #bgbottom {
	position: absolute;
	bottom: -60px;
	left: -1px;
	height: 60px;
	width: 1000px;	
}


/* =header ---------------------------------------------*/

#branding {
	position: absolute;
	left: 1px;
	top: 0px;
	height: 220px;
	width: 998px;
}
#branding img.logo {
	height: 46px;
	width: 276px;
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 1;
}
#branding span {
	font-size: 28px;
	font-weight: bold;
	color: #CCCCCC;
	position: absolute;
	left: 575px;
	top: 146px;
	z-index: 1;
}
#branding img {
	position: absolute;
	left: 90px;
	top: 50px;
}




/* =navigation ---------------------------------------------*/


ul.navi {
	position: absolute;
	left: 0px;
	top: 220px;
	width: 1000px;
	height: 29px;
	background-image: url(../img/navi-bg.gif);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	margin: 0;
}
ul.navi li {
	display: inline;
	position: absolute;
}

.navi li#home {
	left: 21px;
}
.navi li#seo {
	left: 105px;
}
.navi li#angebote {
	left: 308px;
}
.navi li#referenzen {
	left: 427px;
}
.navi li#ueber {
	left: 545px;
}
.navi li#glossar {
	left: 664px;
}
.navi li#links {
	left: 783px;
}
.navi li#kontakt {
	left: 867px;
}



ul.navi a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 21px;
	display: block;
	padding-top: 8px;
	font-weight: normal;	
}

ul.navi li#home a {
	width: 80px;
}
ul.navi li#seo a {
	width: 198px;
}
ul.navi li#angebote a {
	width: 115px;
}
ul.navi li#referenzen a {
	width: 115px;
}
ul.navi li#ueber a {
	width: 115px;
}
ul.navi li#glossar a {
	width: 115px;
}
ul.navi li#links a {
	width: 80px;
}
ul.navi li#kontakt a {
	width: 115px;
}


ul.navi a:hover {
	color: #77F102;
}
ul.navi a.on {
	color: #77F102;
}


ul.subnavi {
	position: absolute;
	right: 16px;
	top: 0px;
	z-index: 1;
}
ul.subnavi li {
	display: inline;
}

ul.subnavi a {
	font-size: 12px;
	color: #999999;
	text-decoration: none;	
}
ul.subnavi a:hover {
	color: #77F102;
}
ul.subnavi a.on {
	color: #77F102;
}


/* =content ---------------------------------------------*/
#content {
	margin-top: 470px;
	width: 720px;
	position: relative;
	left: 20px;
	line-height: 20px;
}
#seo-cloud {
	height: auto;
	width: 696px;
	position: absolute;
	left: 20px;
	top: 320px;
	border: 2px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
	background-repeat: no-repeat;
	background-position: center center;
}

#seo-cloud #bgtop {
	position: absolute;
	top: -10px;
	left: -2px;
	height: 10px;
	width: 720px;
}

#seo-cloud #bgbottom {
	position: absolute;
	bottom: -10px;
	left: -2px;
	height: 10px;
	width: 720px;	
}
#marginal {
	position: absolute;
	left: 780px;
	top: 318px;
}
#akt-pos {
	height: auto;
	width: 182px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #FFFDF7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 10px;
}

#akt-pos #bgtop {
	position: absolute;
	top: -8px;
	left: -1px;
	height: 8px;
	width: 200px;
}

#akt-pos #bgbottom {
	position: absolute;
	bottom: -8px;
	left: -1px;
	height: 8px;
	width: 200px;
}

#akt-pos h2 {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}


#news {
	height: auto;
	width: 182px;
	position: relative;
	top: 30px;
	background-color: #FBFBFB;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 11px;
	color: #666666;
}

#news #bgtop {
	position: absolute;
	top: -8px;
	left: -1px;
	height: 8px;
	width: 200px;
}

#news #bgbottom {
	position: absolute;
	bottom: -8px;
	left: -1px;
	height: 8px;
	width: 200px;
}
#news h2 {
	font-size: 14px;
	color: #66CC00;
	font-weight: normal;
}

#seo-artikel {
	height: auto;
	width: 182px;
	position: relative;
	top: 60px;
	background-color: #FBFBFB;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#seo-artikel #bgtop {
	position: absolute;
	top: -8px;
	left: -1px;
	height: 8px;
	width: 200px;
}

#seo-artikel #bgbottom {
	position: absolute;
	bottom: -8px;
	left: -1px;
	height: 8px;
	width: 200px;
}
#seo-artikel h2 {
	font-size: 14px;
	color: #66CC00;
	font-weight: normal;
}

#content h1 {
	font-size: 36px;
	color: #66CC00;
	font-weight: bold;
	line-height: 40px;
	padding-bottom: 20px;
}

#content p {
	text-indent: 20px;
}
#marginal a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
	display: block;
}
#marginal a:hover {
	text-decoration: underline;
}
#content a {
	color: #66CC00;
	text-decoration: none;
}
#content a:hover {
	color: #66CC00;
	text-decoration: underline;
}

#akt-pos a {
	font-size: 11px;
	color: #66CC00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-top: 0px;
}
#akt-pos table {
	width: 100%;
	margin-top: 10px;
}
#akt-pos td {
	vertical-align: top;
}
#akt-pos td.keyword {
	vertical-align: top;
	font-size:9px;
	line-height: 12px;
	padding-bottom: 10px;
}
#akt-pos td.position {
	text-align:right;
	margin-top: 0px;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
#seo-cloud a {
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
#seo-cloud a:hover {
	text-decoration: underline;
}
#seo-cloud .link1 {
	font-size: 28px;
	color: #66CC00;
}
#seo-cloud .link2 {
	font-size: 18px;
	color: #999999;
}
#seo-cloud .link3 {
	font-size: 20px;
	color: #CCCCCC;
}

