
body {
	background-image: url(../gfx/body.bg.png);
}

#border {
	position: relative;
	background-color: #FFFFFF;
	width: 760px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#page {
	background-color: #FFFFFF;
	width: 758px;
	min-height: 700px;
	border: 1px solid #101010;
	font-size: 0.8em;
}

* html #page {
	height: 700px;
}

#header {
	height: 93px;
	max-height: 93px;
	min-height: 93px;
	border-width: 0px;
}

div#topmenu {
	text-align: right;
	vertical-align: middle;
	height: 24px;
	line-height: 24px;
	padding-right: 10px;
	color: #FFFFFF;

	background-repeat: no-repeat;
	background-position: left top;

	border-width: 0px;
	border-top: 1px solid #FFFFFF;
}

ul.menu a:link, ul.menu a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

ul.menu a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

#content {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;

	background-image: url(../gfx/page.bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#contenthead {
	line-height: 65px;
	height: 65px;
	background-repeat: no-repeat;
	background-position: left 7px;
}

#contentbody {
	padding-left: 100px;
	padding-right: 100px;
}

#footer {
	border-top: 1px solid #DCDBD1;
	color: #B2B2B2;
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 40px;
	padding-top: 5px;
}

h1 {
	border-bottom: 1px solid #DCDBD1;
}

h2 {
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 12px;
	font-size: 1.2em;
	line-height: 1.2em;
}

div.portfolio {
	border-top: 1px solid #DCDBD1;
	border-right: 1px solid #DCDBD1;
	vertical-align: top;
	padding: 10px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-bottom: 20px;
	min-height: 54px;
}

div.portfolio:hover {
	background-color: #F3F3F3;
}

div.portfolio img {
	vertical-align: bottom;
	float: right;
	margin-left: 10px;
	clear: both;
	border: 1px solid #000000;
}

div.portfolio div.details {
	border-right: 1px solid #DCDBD1;
	margin-right: 199px;
	padding-right: 11px;
	text-align: right;
}

/*
#start_right {
	vertical-align: middle;
	float: right;
	height: 151px;
}
*/

#start_right p {
	height: 151px;
	margin: 0px;
	padding-top: 5px;
	line-height: 20px;
	vertical-align: middle;
}

#start_left {
	background-image: url(../gfx/startseite.bg.gif);
	width: 105px;
	padding: 8px;
	height: 135px;
}

#start_left div {
	background-color: #FFFFFF;
	padding: 6px;
	margin-top: 8px;
}

#start_left img {
	border: 1px solid #000000;
	vertical-align: bottom;
	width: 90px;
}

