/* CSS Document */

*
	{
	margin: 0px;
	}

html
	{
	height: 100.3%
	}
	
strong {
	font-weight: bold;
	}
	
h1, h2, h3
	{
	color: #DDDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 22px;
	font-weight:lighter;
	}
	
	
h2 {
	font-size: 20px;
	font-weight:lighter;
	}
	
h3	{
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
	}
	
h6 {
	font-size: 12px;
	font-weight: lighter;
	}

a:link {
	text-decoration: none;
	color: #DDDDDD;
	}

a:visited {
	text-decoration: none;
	color: orange;
	}

a:hover {
	text-decoration: none;
	background-color:#FFD8B0;
	color: #000000;
}
a:active {
	text-decoration: none;
}

ul, li {
	margin: 0px;
	padding: 0px;
	}
	

	
body {
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #36494E;*/
	background-color: #023;
	text-align: center;
	}

div#maincontainer
	{
	width:720px;
	margin: 30px auto;
	text-align: middle;
	height: 100%;
	padding: 0px;
	background-image: url(images/contback.gif);
	background-repeat: repeat-y;
	}

div#wrappermain
	{
	background-color: #56737B;
	width:700px;
	margin: 0px auto;
	text-align: left;
	height: 100%;
	}

div#toplogo
	{
	width: 700px;
	height: auto;
	}
	
div#flashlogotop
	 {
	width: 767px;
	height: 126px;
	float: left;
	}
	
div#nav							/* Navigationscontainer */
	{
	margin: 10px 0 0 0;
	padding: 0 0 0 220px;
	width: 480px;
	height: 25px;
	background-image: url(images/trenner2.gif);
	background-repeat: repeat-x;
	}

div#nav ul {
	}
	
div#nav li {
	list-style-type: none;
	padding: 8px 20px 8px 0px;
	font-size: 14px;
	color: #BCBCBC;
	display: inline;
	}
	
#home #navhome a,			/* aktive Seite kennzeichnen */
#arbeiten #navarbeiten a,
#leistungen #navleistungen a,
#kontakt #navkontakt a,
#impressum #navimpressum a	{
	color: orange;
	}
	
#home #navhome a:hover,			/* aktive Seite hover */
#arbeiten #navarbeiten a:hover,
#leistungen #navleistungen a:hover,
#kontakt #navkontakt a:hover,
#impressum #navimpressum a:hover {
	color: black;
	}
	
.defloat {
	clear: both;
	}

div#trenner {
	widt: 700px;
	background-image: url(images/trenner2.gif);
	background-repeat: repeat-x;
	}
	
div#symbol {
	width:200px;
	float: left;
	min-height: 410px;
	background-color: #56737B;
	text-align: center;
	}
	
div#adresse {
	width: 180px;
	float: left;
	color: #FFFFFF;
	text-align: left;
	padding: 0 5px 0 15px;
	}

div#adresse h1 {
	font-size: 12px;
	}
	
div#inhalt {
	color: #FFFFFF;
	float: right;
	background-color: #56737B;
	width: 410px;
	max-width: 414px;
	overflow: hidden;
	padding: 50px 55px 20px 20px;
	border-left-color: #888;
	border-left-style: dotted;
	border-left-width: 1px;
	}

div#inhalt .container {
	padding: 5px 5px 10px 5px;
	width: 410px;
	border: solid 1px snow;
	background-color: #476167;
	margin-bottom: 15px;
	}
	
div#inhalt .container .portfolio {
	padding: 20px 5px 10px 60px;
	width: 410px;
	border: solid 1px snow;
	background-color: #476167;
	margin-bottom: 15px;
	}
	
.vorschau {
	float: left;
	width: auto;
	height: auto;
	margin: 5px 20px 0px 5px;
	}
	
div#inhalt .container h1 {
	padding: 0px 0px 5px 0px;
	color: orange;
	}
	
div#inhalt a:link {
	color: orange;
	}
	
div#inhalt a:hover {
	color: black;
	text-decoration: underline;	
	background-color: none;
	}
	
.containerportfolio {
	width: 400px;
	max-width: 400px;
	padding: 5px;
	border: solid 1px snow;
	background-color: #476167;
	margin-bottom: 15px;
	}
	
div#inhalt .containerportfolio h1 {
	padding: 0px 0px 5px 0px;
	color: orange;
	}
	
.kontaktmannformular {
	float:right;
	border: none;
	min-height: 90px;
	}
		
.links {
	float: left;
	}
	
.right {
	flot: right;
	}	
	
/* Infocontainer */

div#infokontakt {
	background-image: url(images/kontaktmannklein.gif);
	position: relative;
	top: 25px;
	left: 0px;
	border: 1px solid orange;
	background: black;
	visibility: hidden;
	}
	

	

/* Farbdefinitionen */
	
.vmpgreen
	{
	background-color: #7AAE36;
	}
	
.vmpwhite
	{
	background-color: #FFFFFF;
	}

div#impressum {
	width: 500px;
	height: auto;
	border: none;
	font-size: 12px;
	color: #333333;
	text-align: left;
	}

div#impressum a {
	color: #333333  !important;
	}
