@charset "utf-8";
/********************************
* Highest level layout styles
*
* Styles will be denoted by the _#
* prefix to display what level they
* are being used at
********************************/

/* General Styles */
* {
	margin:0px;
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	background-color: ffffff;
}
a {
	text-decoration:none;
	color:#565656;
}
a:hover {
	color:#00A5D7;
}
hr {
	margin:0px;
	padding:0px;
	height:1px;
	background-color:#cccccc;
	border:none;
}
img {
	border:none;
}

/* General Layout Styles */
html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color:#4c4c4c;
	color:#565656;
	font-family:tahoma,verdana,sans-serif;
}
div#foundation {
	background-color:#FFFFFF;
	width:870px;
	height:auto;
	margin:auto;
}
div#navigation {
	width:100%;
	height:45px;
	position:relative;
	background-image:url(../images/layout/top/top.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
div#header {
	width:100%;
	height:75px;	
	border-bottom:#cccccc solid 1px;
	background-image:url(../images/layout/top/bottom.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
div#header-logo {
	float:left;
	width:870px;
	height:75px;
	background-image:url(../images/layout/top/logo_bar.gif);
	background-repeat:no-repeat;
	background-position:left;
	position:relative;
}
div#header-logo-link {
	position:absolute;
	top:1px;
	left:236px;
	height:75px;
	width:380px;
}
div#footer {
	width:100%;
	height:20px;
	font-size:10px;
	text-align:center;
	border-top:#cccccc solid 1px;
	padding-top:4px;
}

/* Begin Individual page stubs - Each page will have a corresponding stylesheet without the _# prefix */
div#homePage {
	width:100%;
	height:525px;
	line-height:1em;
}
div#company {
	width:100%;
	height:875px;
	line-height:1em;	
}
div#news {
	width:100%;
	height:500px;
	line-height:1em;	
}
div#team {
	width:100%;
	height:410px;
	line-height:1em;	
}
div#team-member {
	width:100%;
	height:500px;
	line-height:1em;
}
div#software {
	width:100%;
	height:500px;
	line-height:1em;	
}
div#support {
	width:100%;
	height:300px;
	line-height:1em;	
}
div#contact {
	width:100%;
	height:630px;
	line-height:1em;	
}
/* für mailform auf der Startseite */

.form-startseite{
width: 100%;
}

.start-form {
	color: #000;
	background-color: #edf4fb;
	font-size: 14px;
	width: 484px;
	border: 1px solid #948b93;
	
}

.start-form input {
	border: 1px solid #948b93;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}
.submit-button {
	border: 1px solid #948b93;
	padding: 3px;
	background-color: #FFFF99;
	color: #000;
	font-weight: bold;
	font-variant: normal;
	margin-top: 12px;
	margin-bottom: 10px;
	text-align: center;
}
.start-form a {
 	color: #000;
 }
 
.form {
	font-size: 11px;
	padding-top: 3px;
	margin-left: 5px;
	width: auto;
}
.form-headline {
	font-size: 15px;
}

