* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px 0px 0px;
	background: url('images/background_top.gif') #f1ec8b repeat-x;
	color: #695d47;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #695d47;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #ab9c7e;
	background-color: inherit;
}

span {
	/*display: none;*/
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 0px 0px 15px;
	text-align: justify;
	line-height: 15px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}

#body_header{
	height:80px;
	border:1px none black;
	background-color:#f1ec8b;
}

#body_wrapper {
	padding: 5px 0px 10px;
	width: 100%;
	background-color: #fff;
	color: inherit;
}

#container {
	margin: 0px auto;
	width: 758px;
	text-align: right;
	border:1px none red;
}

#container .content_header {
	margin: 20px 0px 0px auto;
	width: 730px;
	height: 40px;
	background: url('images/content_header_bg.gif') repeat-x 0% 0%;
	border:1px none red;
}

#container .content {
	margin: 3px 150px 0px 28px;
	width: 600px;
	text-align: left;
	border:1px none red;
}


/* Page Header */

#page_header {
	background: url('images/header_leftborder.gif') #fff repeat-y 0% 0%;
	color: #6a604e;
	float: left;
	margin-left:0px;
	width:240px;
	position:relative;
	border:1px none red;
}

#page_header h1 {
	width: 280px;
	height: 80px;
	overflow: hidden;
	background: url('images/website_title.gif') no-repeat 60% 50%;
	border:1px none red;
}


/* Navigational Menu */

#nav_menu {
	margin-left: 9px;
	padding-left: 19px;
	float: right;
	background: url('images/header_leftborder.gif') #fff repeat-y 0% 0%;
	color: #b3a386;
	text-align: center;
	font-family: tahoma, arial, sans-serif;
	border:1px none red;
}

#nav_menu a {
	color: #b3a386;
	background: inherit;
}

#mav_menu a:hover {
	color: #857860;
	background: inherit;
}

#nav_menu ul {
	width: 450px;
	height: 80px;
	overflow: hidden;
}

#nav_menu li {
	float: left;
	border-width: 0px 1px 1px 0px;
	border-color: #c1b7a5;
	border-style: solid;
	font-size: 20px;
}

#nav_menu li#menu3, #nav_menu li#menu6 {
	border-right: none;
}

#nav_menu li a {
	display: block;
	width: 149px;
	height: 40px;
	text-decoration: none;
}

#nav_menu li a:hover {
	color: #857860;
	background-color: #f4eee2
}

#nav_menu li a span {
	padding-top: 10px;
	display: block;
}


/* Welcome to my Site */

#welcome{
	min-height:400px;
	border:1px none black;
}

#welcome .content_header h2 {
	height: 28px;
	background: url('images/welcome_header.gif') no-repeat 0% 0%;
}

#welcome p {
	width: 420px;
	float: right;
}


/* Impressum */

#impressum{
	min-height:400px;
	border:1px none black;
}

#impressum .content_header h2 {
	height: 28px;
	background: url('images/impressum_header.gif') no-repeat 0% 0%;
}

#impressum p {
	width: 420px;
	float: right;
}


/* Nutzungsbedingungen */

#nutzung{
	min-height:400px;
	border:1px none black;
}

#nutzung .content_header h2 {
	height: 28px;
	background: url('images/nutzung_header.gif') no-repeat 0% 0%;
}

#nutzung p {
	width: 420px;
	float: right;
}


/* Seite weiter empfehlen */

#empfehlung{
	min-height:400px;
	border:1px none black;
}

#empfehlung .content_header h2 {
	height: 28px;
	background: url('images/empfehlung_header.gif') no-repeat 0% 0%;
}

#empfehlung p {
	width: 420px;
	float: right;
}



/* Welcome to my Site */

#unsigned{
	min-height:400px;
	border:1px none black;
}

#unsigned .content_header h2 {
	height: 28px;
	background: url('images/unsigned_header.gif') no-repeat 0% 0%;
}

#unsigned p {
	width: 420px;
	float: right;
}


/* Account locked */

#account_locked{
	min-height:400px;
	border:1px none black;
}

#account_locked .content{
	margin:auto;
	margin-top:100px;
	padding:10px;
	border:3px outset black;
	background-color:orange;
	color:black;
}

#account_locked .content_header h2 {
	height: 28px;
	background: url('images/welcome_header.gif') no-repeat 0% 0%;
}

#account_locked p {
	width: 420px;
	float: right;
}


/* Members */

#members{
	min-height:400px;
	border:1px none black;
}

#members .content_header h2 {
	height: 28px;
	background: url('images/members_header.gif') no-repeat 0% 0%;
}

#members p {
	width: 420px;
	float: right;
}


#members .table_cell{
	border:1px solid #777777;
	border-left:none;
	border-right:1px solid #CCCCCC;
	border-bottom:none;
	padding-top:4px; padding-bottom:4px;
}

#members .table_row1{
	color:black;
	background-color:#fcf6e1;	/*Hintergrund hellbraun*/
}
#members .table_row1:hover{
	background-color:#bdac8b;
}

#members .table_row2{
	color:black;
	background-color:#ffffff;	/*Hintergrund weiss*/
}
#members .table_row2:hover{
	background-color:#bdac8b;
}

#members .table_row_ich_selber{
	color:black;
	background-color:#deffb7;	/*Hintergrund hellgrün*/
}
#members .table_row_ich_selber:hover{
	background-color:#bdac8b;
}


/* Login Maske */

#login{
	min-height:400px;
	border:1px none black;
}

#login .content{
	width:720px;
	border:1px none black;
}

#login .content_header h2 {
	height: 28px;
	background: url('images/login_header.gif') no-repeat 0% 0%;
}

#login p {
	width: 420px;
	float: right;
}


/* Client List */

#kontakt .content {
	margin-top: 18px;
	margin-right: 260px;
	width: 470px;

}

#kontakt .content_header h1 {
	height: 28px;
	background: url('images/kontakt_header.gif') no-repeat 0% 0%;
}

#kontakt p {
	width: 300px;
	float: right;
}

#photographer_image {
	width: 758px;
	text-align: left;
	overflow: hidden;
}

#photographer_image span {
	display: block;
	margin-top: -269px;
	margin-left: 517px;
	width: 241px;
	height: 300px;
	background: url('images/main_image.gif') no-repeat 0% 0%;
	z-index: 1;
	position: absolute;
}


/* Freunde */

#freunde .content_header h1 {
	height: 28px;
	background: url('images/freunde_header.gif') no-repeat;
}

#freunde {
	padding-bottom: 12px;
	padding-left:20px;
	background: url('images/gallery_title.gif') no-repeat 39px 82px;
	width:730px;
	margin-left:auto;
	margin-right:auto;
	border:1px none black;
}

#gallery {
	padding: 29px 0px 25px 59px;
	height:150px;
	border:1px none green;
}

#gallery ul {
	width: 700px;
}

#gallery li {
	margin-right: 30px;
	margin-bottom: 25px;
	padding: 4px 4px 2px;
	background-color: #c4b8a1;
	color: inherit;
	float: left;
}


/* Registrierung */

#register{
	min-height:400px;
	border:1px none black;
}

#register .content_header h2 {
	height: 28px;
	background: url('images/register_header.gif') no-repeat 0% 0%;
}

#register p {
	width: 420px;
	float: right;
}


/* Stammdaten */

#stammdaten{
	min-height:400px;
	border:1px none black;
}

#stammdaten .content_header h2 {
	height: 28px;
	background: url('images/stammdaten_header.gif') no-repeat 0% 0%;
}

#stammdaten p {
	width: 420px;
	float: right;
}


/* Visitenkarte */

#visitenkarte{
	min-height:400px;
	border:1px none red;
}

#visitenkarte .content_header h2 {
	height: 28px;
	background: url('images/visitenkarte_header.gif') no-repeat 0% 0%;
}

#visitenkarte p {
	width: 420px;
	float: right;
}



/* Page Footer */

#page_footer {
	padding: 9px 10px 6px;
	font-weight: bold;
	float: none;
	clear: both;
	border:1px none black;
}

#page_footer a:hover {
	background-color: inherit;
	color: #4f4635;
}



/* Thumbnail with Double-Border */

.thumbnail_dborder_1 {
	margin: 0px 12px 5px 0px;
	background: url('images/thumbnail_border_1.gif') #695d47 no-repeat 0% 0%;
	color: inherit;
	clear: left;
	float: left;
}

.thumbnail_dborder_2 {
	background: url('images/thumbnail_border_1.gif') no-repeat 100% 0%;
}

.thumbnail_dborder_3 {
	background: url('images/thumbnail_border_1.gif') no-repeat 100% 100%;
}

.thumbnail_dborder_4 {
	padding: 4px 4px 3px;
	background: url('images/thumbnail_border_1.gif') no-repeat 0% 100%;
	border:1px none black;
	min-height:400px;
}

.thumbnail_dborder_1 img {
	border: #fff 7px solid;
}


/* Thumbnail with Single-Border */

.thumbnail_border_1 {
	margin: 5px 12px 5px 0px;
	background: url('images/thumbnail_border_2a.gif') #c5b9a2 no-repeat 0% 0%;
	color: inherit;
	clear: left;
	float: left;
}

.thumbnail_border_2 {
	background: url('images/thumbnail_border_2b.gif') no-repeat 100% 0%;
}

.thumbnail_border_3 {
	background: url('images/thumbnail_border_2c.gif') no-repeat 100% 100%;
}

.thumbnail_border_4 {
	padding: 4px 4px 3px;
	background: url('images/thumbnail_border_2d.gif') no-repeat 0% 100%;
}

#menu1{
	display: block;
	width: 149px;
	height: 40px;
	text-decoration: none;
}
#menu2{
	display: block;
	width: 149px;
	height: 40px;
	text-decoration: none;
}
#menu3{
	display: block;
	width: 149px;
	height: 40px;
	text-decoration: none;
}
#menu4{
	display: block;
	width: 149px;
	height: 40px;
	text-decoration: none;
}
#menu5{
	display: block;
	width: 149px;
	height: 40px;
	text-decoration: none;
}
#menu6{
	display: block;
	width: 149px;
	height: 40px;
	text-decoration: none;
}

.red{
	color:red;
}

#container_bannertausch{
	margin:auto;
	width:950px;
	height:60px;
	margin-bottom:20px;
	border:1px none black;
}

#bannertausch1{
	float:left;
	width:468px;
	height:60px;
	border:1px none green;
}

#bannertausch2{
	float:left;
	width:478px;
	height:60px;
	border:1px none green;
}
