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


/* ALLGEMEIN */

body {
	background: #fff;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 25px 0;
	color: #000;
	}

a {
	color: #666;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: none;
	}

h1 {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	}

p {
	margin: 0 0 10px 0;
	}

input,select,textarea {
	background: #fff;
	font: normal 11px Arial, Helvetica, sans-serif;
	border: 1px solid #bbb;
	padding:2px;
	}

form {
	margin: 0;
	}



/* HEADER */

.head {
	width: 675px;
	clear: both;
	overflow: hidden;
	}

.head_logo {
	float: left;
	width: 300px;
	text-align: left;
	}

#head_logo_link {
	display: block;
	width: 197px;
	height: 33px;
	background: #fff url(images/logo.gif) no-repeat left top;
	}

#head_logo_link:hover {
	background: #fff url(images/logo_over.gif) no-repeat left top;
	}

#head_logo_link_active {
	display: block;
	width: 197px;
	height: 33px;
	background: #fff url(images/logo_over.gif) no-repeat left top;
	}

.head_navi {
	float:right;
	width:300px;
	text-align: right;
	color: #bbb;
	padding-top:15px;
	}

.active {
	color:#000;
	}


/* CONTENT TEXT */

.cont {
	width: 100%;
	background: #e1e1db;
	}

.cont_top {
	width: 100%;
	height: 10px;
	background: url(images/bgtop.gif);
	margin-top: 25px;
	}

.cont_bottom {
	width: 100%;
	height: 10px;
	background: url(images/bgbottom.gif);
	margin-bottom: 25px;
	}

.cont_text {
	width: 675px;
	text-align: left;
	line-height: 20px;
	padding: 15px 0;
	clear: both;
	overflow: hidden;
	}



/* PORTFOLIO */

.cont_foto {
	width: 100%;
	height: 450px;
	background: #e1e1db url(images/bg.gif);
	margin: 25px 0;
	}

.cont_foto td {
	vertical-align: middle;
	}

.cont_foto_info {
	padding:5px 10px 5px 20px;
	background:url(images/bginfo.gif);
	margin-bottom:250px;
	}



/* COPYRIGHT */

.copy {
	color: #999;
	font-size:11px;
	}



/* STARTSEITE */

.cont_start_foto {
	width: 190px;
	text-align: right;
	float: right;
	}



/* CONTACT */

.cont_contact_data {
	float: left;
	width: 225px;
	}

.cont_contact_form {
	float: right;
	width: 450px;
	text-align: right;
	}

.cont_contact_form td, h1 {
	text-align:left;
	}


