/* General Frame Settings */

body, table, td {
	font-size:10pt;
	font-family: verdana, arial, helvetica, sans-serif; 
	vertical-align: top;
	padding: 0;
	margin:0;
}

body.general div {
}


div.general {
	margin-left:7%;
	margin-right:7%;
	margin-top:3%;
	background-color:rgb(250,250,250);
	padding:0px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(40,40,40);
}
	
div.logo {
	margin:0px;
	padding:0px;
	margin-left:30px;
	margin-right:350px;
	margin-top:20px;
}

h1.logo {
	font-size:20pt;
	font-weight: bold; 	
	color: rgb(230,186,110);
}

h1.logo em {
	position:relative;
	font-size:18pt;
	font-weight: normal; 	
	top:-10px;
	font-style:normal;
	margin-left:3px;
	letter-spacing:2px;
	padding:0px;
}

div.title-text {
	position:relative;
	font-size:10pt;
	top:-30px;
	margin-left:115px;
	margin-right:10%;
	color:rgb(120,120,120);
	width:70%;
}

table.contact-name {
	margin:10px 10% 0 10px;
	font-size:9pt;
	color:rgb(120,120,120);
}

img.foto {
	border-style:solid;
	border-color:rgb(120,120,120);
	border-width:1px;
}

td.col-ab {
	font-size:9pt;
}

td.col-foto {
	width:84px;
	height:84px;
}

td.col-a {
	width:50px;
	font-size:9pt;
}

td.col-b {
	font-size:9pt;
}

div.inhalt-menu {
	position:relative;
	top:-10px;
	margin:0px;
	padding:0px;
	margin-left:115px;
	margin-right:10%;
	margin-top:10px;
	border-style:solid none solid none ;
	border-width:1px;
	border-color:rgb(120,120,120);
}

div.menu-item {
	margin:0pt;
	margin-top:2px;
	margin-left:15px;
	color:rgb(120,120,120);
	padding:3px;
	display:inline;
}

div.project-frame {
	position:relative;
	margin:20px 0 20px 0;
	padding:0;
	margin-left:115px;
	margin-right:10%;
	margin-top:10px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(120,120,120);
}

div.project-frame-headline {
	margin:0;
	padding:0 0 0 10px;
	background-color: rgb(230,186,110);
	font-weight: bold; 	
	border-width:1px;
	border-style:none none solid none;
	border-color:rgb(120,120,120);
	color:rgb(80,80,80);
}

div.project-frame p {
	margin: 2px 10px 2px 10px;
	padding: 4px 2px 4px 2px;
}

div.space {
	margin-top:5px;
	margin-bottom:3px;
	margin-left:118px;
	color:rgb(100,100,100);
}

ul {
	color:rgb(120,120,120);
}

p {
	position:relative;
	margin-left:115px;
	margin-right:10%;
	color:rgb(120,120,120);
}

p.p1 {
	font-size:140%;
}

p.p2 {
	border-style:none;
	border-top-style:solid;
	border-width:1px;
	border-color:rgb(120,120,120);
	padding-top:5px;
}

p.p3 {
	left:0px;
	width:100%;
	margin:0;
	padding:0;
}

table.impressum {
	margin-left:5px;
	margin-right:10%;
	font-size:9pt;
	color:rgb(120,120,120);
}

td.impressum-links {
	width:170px;
	padding:0;
	margin:0;
}

td.impressum-rechts {
	padding:0;
	margin:0;
}



/* A Tag */
a:link {
	font-weight: normal; 
	text-decoration: none;
	color: #b0b0b0;
	padding:0pt;
	margin:0pt;
}
a:visited {
	font-weight: normal; 	
	text-decoration: none;
	color: #b0b0b0;
	padding:0pt;
	margin:0pt;
}
a:hover {
	font-weight: normal; 	
	text-decoration: underline;
	color: #b0b0b0;
	padding:0pt;
	margin:0pt;
}
a:active {
	font-weight: normal; 	
	text-decoration: none;
	color: #b0b0b0;
	padding:0pt;
	margin:0pt;
}
a.menu:link {
	font-weight: normal; 
	text-decoration: none;
	color: #b0b0b0;
}
a.menu:visited {
	font-weight: normal; 	
	text-decoration: none;
	color: #b0b0b0;
}
a.menu:hover {
	font-weight: normal; 	
	text-decoration: underline;
	color: #b0b0b0;
}
a.menu:active {
	font-weight: normal; 	
	text-decoration: none;
	color: #b0b0b0;
}

