@charset "utf-8";
/*neu
html, body {
	height: 100%;
	}
neu ende*/
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*neu*/
	overflow: scroll;
    overflow-x: visible;
	/*neu ende*/
	/*neu
	overflow-x: auto;
	* 
	min-height: 100.13%;
	overflow: -moz-scrollbars-vertical;
	neu ende*/
}

body {
	background-image: url(../parts/gradient.png);
	background-repeat: repeat-x;
	background-color: #000;
	background-attachment: fixed;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*neu
	height: 72%;
	neu ende*/
}

#menu a {
	text-decoration: none;
}

#title_img {
	height: 66px;
	width: 670px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 34px;
	margin-left: auto;
}

#content {
	width: 670px;
	margin: auto;
}

#menu {
	width: 146px;
	height: 100%;
	float: left;
}

#main {
	width: 508px;
	height: 100%;
	border-left: 2px solid #CCC;
	float: left;
	color: #CCC;
	padding-left: 14px;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#main a {
	color: #506060;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}
.doppelabsatz {
	padding-bottom: 13px;
}
.endabsatz {
	padding-bottom: 0px;
}



#menu li {

}

#menu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CCC;
	font-weight: normal;
}

.menu_item_active {
	color: #506060;
	line-height: 15px;
	font-size: 15px;
	padding-bottom: 10px;
}

.menu_item_inactive {
	color: #CCC;
	line-height: 15px;
	font-size: 15px;
	padding-bottom: 10px;
}

.menu_item_inactive a{
	color: #CCC;
	line-height: 15px;
	padding-bottom: 10px;
}


.menu_item_active a{
	color: #506060;
	line-height: 15px;
	padding-bottom: 10px;
}

.menu_subitem_inactive {
	padding-left: 14px;
	font-size: 13px;
	color: #CCC;
	line-height: 13px;
	padding-bottom: 6px;
}

.menu_subitem_inactive a{
	color: #CCC;
	line-height: 13px;
	padding-bottom: 6px;
}

.menu_subitem_active {
	padding-left: 14px;
	font-size: 13px;
	color: #506060;
	line-height: 13px;
	padding-bottom: 6px;
}

.menu_subitem_active a{
	color: #506060;
	line-height: 13px;
	padding-bottom: 6px;
}

#footer {
	float: left;
	text-align: center;
	width: 670px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #CCC;
	font-size: 13px;
	height: 13px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 27px;
	margin-left: auto;
	line-height: 13px;
}

#footer a{
	text-decoration: none;
	color: #CCC;
}

.vita_img {
	margin-bottom: 20px;

}
.projektimg {
	padding-right: 14px;
	margin-bottom: 20px;
}
.contact_text {
	color: #506060;
}

.landing_impressum {
	color: #444;
	text-align: justify;
	position: absolute;
	width: 86%;
	left: 5%;
	top: 5%;
	background-image: url(../parts/transparent_grey.png);
	padding-left: 2%;
	padding-right: 2%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
		/*test*/
    height : 90%;
    overflow : auto;
}

.landing_impressum_close {
	position: relative;
	height: 15px;
	width: 15px;
	top: 0px;
	right: 0px;
	float: right;
	padding-top: 20px;
}

.landing_text_small {
	font-size: 10px;
}

.landing_impressum a{
	color: #444;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
