@charset "utf-8";


body {
	background-color: #5E2F00;
	background-image: url(../images/bg.jpg);
	font-family: Verdana, Arial,Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

table {
	border: 0px;
	border-collapse: 0px;
	border-spacing: 0px;	
}

ul, li {					
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;	
}

a:active, a:hover {
	color: #000000;
	text-decoration: underline;
}


/* ######################################################################### */
/* ###### H E A D L I N E S ################################################ */

.h1-home {
	padding: 0px;
	margin: 35px 0px 35px 0px;
	font-weight: bold;
	font-size: 20px;
}


/* ######################################################################### */
/* ###### M A I N _ S T R U C T U R E ###################################### */


.middle {
	position: relative;
	width: 950px;
	margin: 0px auto;
}

.bookring, .bookcontent, .navigation {
	margin-top: 111px;
}

.bookring {
	position: relative;
	float: left;
	width: 60px;
	background-image: url(../images/bookring-bg.png);
	background-repeat: no-repeat;
	height: 650px;
}

.bookcontent {
	position: relative;
	float: left;
	width: 560px;
	height: 650px;
}

.content {
	position: relative;
	width:540px;
	background-color: #FFFFFF;
	height: 579px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 40px 10px 20px 10px;
}

.bookcontentShadow {
	position: relative;
	width:560px;
	background-image: url(../images/bookcontentShadow.png);
	height: 9px;
}
	

.navigation {
	position: relative;
	float: left;
	width: 78px;
	background-image: url(../images/navigation-bg.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 650px;
}

.sidebar {
	position: relative;
	float: left;
	width: 250px;
	height: 650px;
}
	
.clear-all {
	clear: both;
}

.bookleft {
	position: absolute;
	top: 111px;
	left: 0px;
	width: 50%;
	background-image: url(../images/bookleft-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 650px;
}

#logo-visitenkarte {
	position: absolute;
	left: 10px;
	top: 11px;
}

#kuenstler-katalog {
	position: absolute;
	top: 0px;
	right: 0px;
}

#utility-2 {
	position: absolute;
	right: 0px;
	top: 70px;
}

li.leistungen, ul.leistungen {
	margin-left: 10px;
	padding-left: 10px;
}

/* ######################################################################### */
/* ###### N A V I G A T I O N ############################################## */


.navigation ul {
	margin-top: 30px;
	text-align: right;
	width: 78px;
}

.navigation li {
	width: 78px;
	margin: 10px 0px;
	text-align: right;
}


/* ######################################################################### */
/* ###### M E M O S ###################################################### */


#memo1 {
	position: absolute;
	top: 200px;
	left: 35px;
}

#memo2 {
	position: absolute;
	top: 360px;
	left: 40px;
}

#memo3 {
	position: absolute;
	top: 520px;
	left: 45px;
}

#memo4 {
	position: absolute;
	top: 680px;
	left: 50px;
}


/* ######################################################################### */
/* ###### F O O T E R ###################################################### */


#footer {
	position: relative;
	height: 80px;
	width: 606px;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 20px 20px 30px 50px;
	padding: 105px 20px 0px 20px;
}

#footer li {					
	padding-top: 17px;
	float: left;
	padding-right: 10px;		
	position: relative;
	list-style: none;
}

#inet-development li {
	padding-top: 17px;
	float: right;
	padding-right: 20px;		
	position: relative;
}


/* ######################################################################### */
/* ###### K Ü N S T L E R - F O R M U L A R ################################ */

.kuenstler-formular {
	position: relative;
	background-color: #FFFFFF;
	height: 400px;
	width: 100%;
}

