﻿/*Standard-HTML*/

body
{
	height: 100%;
	width: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 0.7em;
	font-family: Verdana, Tahoma, Arial;
	background-color: #232323;
	background-image: url( 'Images/body_bg.jpg' );
	background-repeat: repeat-x;
	text-align: center;
}

h1
{
	margin: 0px;
	font-size: 1.8em;
}

h3
{
	font-size: 1.4em;
	line-height: 2.1em;
	background-image: url( 'Images/line_bg.png' );
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: right;
	vertical-align: middle;
}

h4
{
	margin: 0;
	font-size: 1.1em;
	line-height: 1.8em;
	background-image: url( 'Images/line_bg.png' );
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: middle;
}

h5
{
	margin: 0;
	font-size: 1.1em;
	line-height: 1.8em;
	vertical-align: middle;
	border-bottom: dashed 1px gray;
}

p
{
	margin: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.5em;
}
li
{
	margin:0;
	line-height:1.5em;
}
#top
{
	position: relative;
	width: 800px;
	height:20px;
	margin: auto;
	background-image: url( 'Images/top_bg.png' );
	background-repeat: no-repeat;
}

#imprint
{
	position:absolute; 
	top:9px; 
	left:635px;
	z-index:10;
	font-size:0.8em;
	font-weight:bold;
	color:White;
}
#imprint a
{
	text-decoration:none;
	color:White;
}
#imprint a:visited
{
	text-decoration:none;
	color:White;
}
#bottom
{
	position: relative;
	margin: auto;
	bottom: auto;
	height: 38px;
	width: 800px;
	background-image: url( 'Images/bottom_bg.png' );
	background-repeat: no-repeat;
}
#main
{
	position: relative;
	margin: auto;
	width: 800px;
	height: auto;
	background-image: url( 'Images/main_bg.png' );
	background-repeat: repeat-y;
}
#header
{
	position: relative;
	margin: auto;
	width: 790px;
	height: 100px;
	background-image: url( 'Images/header_bg.png' );
	background-repeat: no-repeat;
}
#teaser
{
	position: relative;
	margin: auto;
	width: 790px;
	height: 240px;
	border-bottom: 1px gray dashed;
}
#teaser_img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 460px;
	border-right: 1px gray dashed;
}

#teaser_img_large
{
	position: absolute;
	top: 0;
	left: 0;
	width: 790px;
	border-right: 1px gray dashed;
}

#teaser_txt
{
	position: absolute;
	left: 461px;
	width: 329px;
	height: 240px;
	text-align: left;
	overflow: auto;
}

#separator
{
	position: relative;
	border-bottom: 1px gray dashed;
	text-align: left;
	vertical-align: middle;
	width: 790px;
	margin: auto;
	background-color: #363636;
}

#main_content
{
	position: relative;
	margin: auto;
	width: 790px;
}
#sidemenu
{
	position: relative;
	float: left;
	width: 200px;
	text-align: left;
	overflow: hidden;
}
#content
{
	position: relative;
	margin-left: 200px;
	width: 586px;
	text-align: left;
	border-left: 1px gray dashed;
}

a.nav_start
{
	position: absolute;
	top: 0px;
	left: 380px;
	width: 80px;
	height: 90px;
	background-image: url( 'Images/nav_start.png' );
	background-repeat: no-repeat;
}
a.nav_start:hover
{
	background-image: url( 'Images/nav_start_hover.png' );
}

a.nav_leistungen
{
	position: absolute;
	top: 0px;
	left: 460px;
	width: 80px;
	height: 90px;
	background-image: url( 'Images/nav_leistungen.png' );
	background-repeat: no-repeat;
}
a.nav_leistungen:hover
{
	background-image: url( 'Images/nav_leistungen_hover.png' );
}

a.nav_projekte
{
	position: absolute;
	top: 0px;
	left: 540px;
	width: 80px;
	height: 90px;
	background-image: url( 'Images/nav_projekte.png' );
	background-repeat: no-repeat;
}
a.nav_projekte:hover
{
	background-image: url( 'Images/nav_projekte_hover.png' );
}

a.nav_technologien
{
	position: absolute;
	top: 0px;
	left: 620px;
	width: 80px;
	height: 90px;
	background-image: url( 'Images/nav_technologien.png' );
	background-repeat: no-repeat;
}
a.nav_technologien:hover
{
	background-image: url( 'Images/nav_technologien_hover.png' );
}

a.nav_kontakt
{
	position: absolute;
	top: 0px;
	left: 700px;
	width: 80px;
	height: 90px;
	background-image: url( 'Images/nav_kontakt.png' );
	background-repeat: no-repeat;
}
a.nav_kontakt:hover
{
	background-image: url( 'Images/nav_kontakt_hover.png' );
}

.standard_textbox
{
	border: solid 1px gray;
	font-size: 1em;
	font-family: Verdana, Tahoma, Arial;
}

.standard_button
{
	font-size: 1em;
	font-family: Verdana, Tahoma, Arial;
	background-image:url('Images/button_bg.png');
	background-repeat:repeat-x;
	height:25px;
	vertical-align:middle;
	border:none;
	color:White;
}
.projectImage
{
	margin: 20px 10px 10px 10px;
}
.tabStrip
{
	margin:5px 9px 0 14px;
	height:34px;
}
.tabStrip div
{
	margin-right:2px;
	margin-top:3px;
	float:left;
	width:185px;
	height:34px;
	line-height:17px;
	cursor:pointer;
	text-align:center;
	color:Gray;
	background-image:url('Images/tab_normal.png');
	background-position: bottom center;
	background-repeat:no-repeat;
}
/*.tabStrip p
{
	margin-top:2px;
	line-height:14px;
}*/
.tabStrip .selectedTabStrip
{
	margin-top:4px;
	font-weight:bold;
	color:White;
	background-image:url('Images/tab_selected.png');
}
.tabPage
{
	margin:0 11px 0 14px;
}
.tabPage .selectedTabPage
{
	visibility:visible;
	height:auto;
	padding:5px 10px 5px 10px;
}
.tabPage .deselectedTabPage
{
	padding:0;
	border:none;
	display:none;
	visibility:hidden;
	height:0;
}