@charset "UTF-8";


html {
	font-size: 100%;
	overflow-y: scroll;
}

body {
	background-color: #FFF;
	margin: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana;
	font-size: 1em;
	color: #7b7b7b;
	background-repeat: repeat-x;
}

.clear {
	clear: both;
	padding: 0 !important;
	margin: 0 !important;
}

a {
	-moz-outline: 0;
}

a.internal,
a.external {
	font-size: 11px;
	display: inline-block;
	text-decoration: none;
	color: #ececec;
	margin: 0 0 1px 0;
	padding: 0 4px 0 18px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

a.internal:hover,
a.external:hover {
	color: #363636;
}

a.internal {
	background-image: url(../img/linkindicator_intern_inactive.gif);
}

a.internal:hover {
	background-image: url(../img/linkindicator_intern_active.gif);
}

a.external {
	background-image: url(../img/linkindicator_extern_inactive.gif);
}

a.external:hover {
	background-image: url(../img/linkindicator_extern_active.gif);
}










/*
Seitenelemente zentrieren */

.siteHeader,
.center {
	position: relative;
	top: 0;
	margin: 0 auto;
}

.siteHeader {
	width: 1000px;
	height: 360px;
}

.siteHeader img {
	border: none;
}

.center {
	width: 1000px;
}



/*
Seitennavigation */

.componentNavigation {
	position: relative;
	left: 35px;
	width: 930px;
	padding: 25px 0 18px 0;
}

.componentNavigation span img {
	background-image: url(../img/navigation/undefault.com.jpg);
}

.componentNavigation div.closeBtn {
	position: relative;
	left: 200px;
	display: none;
	/*display: inline-block;*/
	width: 16px;
	height: 16px;
}

.componentNavigation span,
.componentNavigation a {
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	text-decoration: none;
		
	background-repeat: no-repeat;
	background-position: 50% 0;
	
	color: #999;
	text-decoration: none;
}

.componentNavigation span {
	margin: 0 330px 0 0;
}

.componentNavigation a {
	margin: 0 26px 0 0;
	vertical-align: 5px;
}

.componentNavigation a.lastChild {
	margin: 0;
}

.componentNavigation a:hover,
.componentNavigation a.active {
	color: #0f9bb9;
}

.componentNavigation a img {
	border: none;
}



/* 
Xtra - Content */

.shadowFrame {
	position: relative;
	width: 1000px;
	height: 290px;
}

.showShadow {
	background-image: url(../img/siteheader/shadowframe.jpg);
}

.shadowFrame .xtraContent {
	position: relative;
	top: 10px;
	left: 35px;
	width: 930px;
	height: 230px;
}




/*
Content-Bereich (links und rechts) */

.siteBody {
	width: 930px;
	margin: 0 auto;
}

.siteBody .left,
.siteBody .right {
	float: left;
}

.siteBody .clear {
	padding: 0 0 35px 0;
}

.siteBody h1,
.siteBody h2,
.siteBody h3,
.siteBody h4 {
	color: #000;
	padding: 0;
}

.siteBody h1 {
	font-size: 20px;
	margin: 0;
}

.siteBody h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 25px 0;
}

.siteBody h3, h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.siteBody h4 {
	margin: 40px 0 10px 0;
}

.siteBody p,
.siteBody label,
.siteBody li {
	font-size: 12px;
	padding: 0;
}

.siteBody p,
.siteBody label {
	line-height: 24px;
	margin: 0 0 22px 0;
}

.siteBody div.code {
	padding: 8px;
	margin: 0 0 25px 0;
	border: 1px solid #CCC;
	background-color: #F8F8F8;
	width: 378px !important;
}

.siteBody div.code p {
	display: block;
	
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

.siteBody .left {
	padding: 70px 0 0 0;
	width: 400px;
}

.siteBody .right {
	margin-left: 65px;
	width: 465px;
}

.siteBody img.headline,
.siteBody .right img.headline {
	padding: 0 0 45px 0;
	height: 41px;
	width: 500px;
}

.siteBody .projectlist .projectimage,
.siteBody .downloadlist .downloadimage {
	float: left;
	width: 400px;
}

.siteBody .projectlist .projectimage img,
.siteBody .downloadlist .downloadimage img {
	margin: 0 0 1px 0;
}

.siteBody .projectlist .projectinfo,
.siteBody .downloadlist .downloadinfo {
	float: left;
	width: 465px;
	margin-left: 65px;
}

.siteBody .projectlist .clear,
.siteBody .downloadlist .clear {
	height: 40px;
}

.siteBody .left .news {
	width: 350px;
}

.siteBody .left .news img {
	border: 2px solid #d6d6cd;
	float: left;
	margin: 7px 11px 8px 0;
}

.siteBody .left .news hr {
	border: none;
	border-top: 1px solid #F5F5F5;
	margin:	19px 0 16px 0;
}




/*
Blog - Seiten */

.blogBody div.spacer {
	height: 35px;
}

.blogBody p {
	margin: 0 0 12px 0;
}

.blogBody p.hint {
	margin: 0;
	padding: 0 7px;
	background-image: url(../img/blog_hintbar.gif);
	font-size: 10px;
	font-style: italic;
}

.blogBody a {
	color: #0082ce;
	text-decoration: none;
}

.blogBody a:hover {
	text-decoration: underline;
}

.blogBody .right ol {
	margin: 0;
	padding: 0 0 0 18px;
}

.blogBody .left ul {
	list-style-type: none;
	margin: 0;
	padding: 30px 0 0 0;
}

.blogBody .left ul h3 {
	margin: 0;
	padding: 0 0 10px 0;
}

.blogBody .left ul ul {
	margin: 0;
	padding: 0;
}

.blogBody .left ul li {
	width: 33%;
	float: left;
}

.blogBody .left ul ul li {
	width: auto;
	float: none;
}

.blogBody .searchform {
	height: 43px;
	position: relative;
}

.blogBody .searchform input[type="text"] {
	position: absolute;
	left: 0;
	top: 0;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 6px 0 4px 8px;
	font-size: 26px;
	height: 33px;
	outline: none;
	border: none;
	width: 317px;
	background-image: url(../img/blog_search_input.gif);
}

.blogBody .searchform input[type="submit"] {
	position: absolute;
	left: 317px;
	top: 0;
	
	width: 43px;
	height: 43px;
	background-image: url(../img/blog_search_submit.gif);
	border: none;
	padding: 0;
	margin: 0;
}





/*
Footer */

.siteFooter {
	height: 25px;
	width: 930px;
	border-top: 1px solid #ececec;
	margin: 12px auto 15px auto;
}

.siteFooter .left,
.siteFooter .right {
	float: left;
	width: 50%;
}

.siteFooter p {
	color: #CCC;
	font-size: 10px;
	padding: 0;
	margin: 3px 0 0 0;
}

.siteFooter .left p {
	text-align: left;
}

.siteFooter .right p {
	text-align: right;
}


	
	
	
	
	
	
	
	
	
	
	
	
