@charset "utf-8";
/* CSS Document */

body, html {
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#page {
	width:1000px;
	height:650px;
	background-color:#fff;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	float:left;
	width:300px;
	height:100px;
	background-image:url(../images/logo.png);
	background-position:left;
	background-repeat:no-repeat;
}

#header {
	float:right;
	width:700px;
	height:100px;
	background:#fff url(../images/bg_header.png);
	background-repeat:no-repeat;
}

#main {
	float:left;
	width:1000px;
	height:550px;
	background-image:url(../images/bg_main.png);
	background-repeat:no-repeat;
}

#content {
	float:left;
	width:780px;
	height:550px;
}

#content a {
	text-decoration:underline;
	font-size:0.85em;
	color:#2b82a1;
}

#navigation {
	float:left;
	width:200px;
	height:200px;
}

#navigation ul {
	width:160px;
	height:180px;
	padding:5px 0 0 5px;
}

#navigation ul li {
	background:#eaeaea;
	line-height:27px;
	list-style-type:none;
	font-size:0.85em;
	font-weight:bold;
	padding:0 0 0 10px;
	border-bottom:2px solid #7bba1d;
}

#navigation ul li a {
	text-decoration:none;
	color:#2b82a1;
	
}

#navigation ul li a:hover {
	color:#7bba1d;
}

#info {
	float:right;
	width:200px;
	height:350px;
	background:#fff;
}

#projekt {
	border-left:6px solid #7bba1d;
	padding:0 0 0 30px;
	width:600px;
	height:180px;
}

#projekt_left {
	float:left;
	font-size:0.70em;
	color:#384962;
	width:300px;
	height:180px;
}

#projekt_left ul {
	width:200px;
	height:80px;
	padding:0 0 0 20px;
}

#projekt_left ul li {
	list-style-type:square;
	font-size:0.85em;
	font-weight:bold;	
}

#projekt_right {
	float:right;
	width:300px;
	height:180px;
} 

#kontakt {
	font-size:0.70em;
	color:#384962;
	padding:0 0 0 30px;
}

.welcome {
	color:#e1ebee;
	font-size:0.85em;
	font-weight:bold;
	padding:0 0 0 5px;
}

h1 {
	font-size:1.0em;
	font-weight:bold;
	color:#384962;
	padding:25px 0 0 25px;
}

input {
	width:190px;
	height:19px;
	font-size:0.85em;
	color:#384962;
	border:1px solid #384962;
}

textarea {
	width:200px;
	height:150px;
	font-size:1.2em;
	color:#384962;
	border:1px solid #384962;
}

p {
	border-left:6px solid #7bba1d;
}

.button {
	width:100px;
	height:19px;
	border:1px solid 384962;
}

.content {
	font-size:0.70em;
	font-weight:bold;
	color:#384962;
	padding:5px 0 0 30px;
	line-height:1.60em;
}

.content_info {
	font-size:0.70em;
	font-weight:bold;
	color:#384962;
	padding:0 0 0 5px;
	line-height:1.60em;
}

.small {
	font-size:0.55em;
	color:#384962;
	padding:5px 0 0 30px;
}

.small_info {
	font-size:0.55em;
	color:#384962;
	padding:5px 0 0 10px;
}


