* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(grafik/bodybg.jpg);
	background-repeat: repeat-y;
	background-color: #fef8fb;
}

#site {
	position: relative;
	width: 700px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-size: 0.9em;
	margin: 0 0 -97px 0;
	padding: 0 0 0 20px;
	text-align: left;
}

#header {
	width: auto;
	height: 160px;
}

#logo {
	position: relative;
	background-image: url(grafik/logo.jpg);
	width: 237px;
	height: 125px;
	margin: 30px 106px 0 0;
	float: left;
}

#logo p {
	display: none;
}

#navigation {
	position: relative;
	background-image: url(grafik/navibg.jpg);
	background-repeat: no-repeat;
	width: 138px;
	height: 110px;
	float: left;
	margin-top: 30px;
}

#content {
	width: 800px;
	display: block;
}

/* navigation */

/* basic navi */

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 9px;
}

#navigation ul li {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 6px;
}

#navigation ul li a {
	display: block;
}

#navigation ul li p {
	display: none;
}

#ueberuns {
	background-image: url(grafik/navigation/ueberuns.jpg);
	background-repeat: no-repeat;
	width: 67px;
	height: 18px;
}

#ueberuns:hover {
	background-image: url(grafik/navigation/ueberunsro.jpg);
}

#unserangebot {
	background-image: url(grafik/navigation/unserangebot.jpg);
	background-repeat: no-repeat;
	width: 114px;
	height: 16px;
}

#unserangebot:hover {
	background-image: url(grafik/navigation/unserangebotro.jpg);
}

#diegalerien {
	background-image: url(grafik/navigation/galerien.jpg);
	background-repeat: no-repeat;
	width: 97px;
	height: 16px;
}

#diegalerien:hover {
	background-image: url(grafik/navigation/galerienro.jpg);
}

#kontakt {
	background-image: url(grafik/navigation/kontakt.jpg);
	background-repeat: no-repeat;
	width: 65px;
	height: 16px;
}

#kontakt:hover {
	background-image: url(grafik/navigation/kontaktro.jpg);
}

#blog {
	background-image: url(grafik/navigation/blog.jpg);
	background-repeat: no-repeat;
	width: 36px;
	height: 8px;
}

#blog:hover {
	background-image: url(grafik/navigation/blogro.jpg);
}

#login {
	margin-top: 29px;
	background-image: url(grafik/navigation/login.jpg);
	background-repeat: no-repeat;
	width: 43px;
	height: 8px;
}

#login:hover {
	background-image: url(grafik/navigation/loginro.jpg);
}

/* vertical dropdown */

#navigation ul li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 138px;
	background-image: url(grafik/navibg.jpg);
	background-repeat: no-repeat;
	width: 151px;
	height: 110px;
	background-color: #FFFFFF;
}

#navigation ul li:hover ul {
	display: block;
}

#werwirsind {
	background-image: url(grafik/navigation/ueberuns/werwirsind.jpg);
	background-repeat: no-repeat;
	width: 99px;
	height: 18px;
}

#werwirsind:hover {
	background-image: url(grafik/navigation/ueberuns/werwirsindro.jpg);

}
#wiewirarbeiten {
	background-image: url(grafik/navigation/ueberuns/wiewirarbeiten.jpg);
	background-repeat: no-repeat;
	width: 131px;
	height: 16px;
}

#wiewirarbeiten:hover {
	background-image: url(grafik/navigation/ueberuns/wiewirarbeitenro.jpg);
}

#selection {
	background-image: url(grafik/navigation/diegalerien/selection.jpg);
	background-repeat: no-repeat;
	width: 74px;
	height: 18px;
}

#selection:hover {
	background-image: url(grafik/navigation/diegalerien/selectionro.jpg);
}

#seriea {
	background-image: url(grafik/navigation/diegalerien/seriea.jpg);
	background-repeat: no-repeat;
	width: 52px;
	height: 16px;
}

#seriea:hover {
	background-image: url(grafik/navigation/diegalerien/seriearo.jpg);
}

#serieb {
	background-image: url(grafik/navigation/diegalerien/serieb.jpg);
	background-repeat: no-repeat;
	width: 52px;
	height: 16px;
}

#serieb:hover {
	background-image: url(grafik/navigation/diegalerien/seriebro.jpg);
}

#seriec {
	background-image: url(grafik/navigation/diegalerien/seriec.jpg);
	background-repeat: no-repeat;
	width: 52px;
	height: 8px;
}

#seriec:hover {
	background-image: url(grafik/navigation/diegalerien/seriecro.jpg);
}

/* active navigation */

#activenavigation {
	display: block !important;
	z-index: 1;
}

#activeueberuns {
	background-image: url(grafik/navigation/ueberunsro.jpg);
	background-repeat: no-repeat;
	width: 67px;
	height: 18px;
}

#activewerwirsind {
	background-image: url(grafik/navigation/ueberuns/werwirsindro.jpg);
	background-repeat: no-repeat;
	width: 99px;
	height: 18px;
}

#activewiewirarbeiten {
	background-image: url(grafik/navigation/ueberuns/wiewirarbeitenro.jpg);
	background-repeat: no-repeat;
	width: 131px;
	height: 16px;
}

#activeunserangebot {
	background-image: url(grafik/navigation/unserangebotro.jpg);
	background-repeat: no-repeat;
	width: 114px;
	height: 16px;
}

#activediegalerien {
	background-image: url(grafik/navigation/galerienro.jpg);
	background-repeat: no-repeat;
	width: 97px;
	height: 16px;
}

#activeselection {
	background-image: url(grafik/navigation/diegalerien/selectionro.jpg);
	background-repeat: no-repeat;
	width: 74px;
	height: 18px;

}

#activeseriea {
	background-image: url(grafik/navigation/diegalerien/seriearo.jpg);
	background-repeat: no-repeat;
	width: 52px;
	height: 16px;
}

#activeserieb {
	background-image: url(grafik/navigation/diegalerien/seriebro.jpg);
	background-repeat: no-repeat;
	width: 52px;
	height: 16px;
}

#activeseriec {
	background-image: url(grafik/navigation/diegalerien/seriecro.jpg);
	background-repeat: no-repeat;
	width: 52px;
	height: 8px;
}

#activekontakt {
	background-image: url(grafik/navigation/kontaktro.jpg);
	background-repeat: no-repeat;
	width: 65px;
	height: 16px;
}

.rollover {
	background-image: none !important;
	z-index: 2;
}

.galeryfix {
	z-index: 2;
}

/* content */

#bilderfeld {
	width: 320px;
	height: auto;
	top: 0px;
	left: 0px;
	float: left;
	margin-top: 30px;
	padding-bottom: 100px;
}

#grossbilderfeld {
	width: 954px;
	height: auto;
	top: 0px;
	left: 0px;
	float: left;
	margin-top: 30px;
	padding-bottom: 20px;
}

#textfeld {
	width: 410px;
	height: auto;
	margin: 30px 0 0 31px;
	padding-bottom: 50px;
	top: 0px;
	left: 400px;
	float: left;
	padding-bottom: 10px;
}

#grosstextfeld {
	width: 410px;
	height: auto;
	margin: 0px 0 0 351px;
	padding-bottom: 50px;
	top: 0px;
	left: 400px;
	float: left;
	padding-bottom: 10px;
}

#galerie {
	background-image: url(grafik/noflash.jpg);
	background-repeat: no-repeat;
	width: 956px;
	height: 470px;
	margin-top: 30px;
}

#getflash {
	position: absolute;
	width: 133px;
	height: 18px;
	margin-left: 466px;
	margin-top: 114px;
}

#getflash:hover {
	background-image: url(grafik/getflash.jpg);
	width: 134px;
	height: 23px;
	margin-left: 465px;
}

#getflash p {
	display: none;
}

#padding {
	margin-bottom: -2px;
}

/* footer */

#footer {
	clear: both;
	position: relative;
	width: 1000px;
}

#footer, #push {
	height: 97px;
}

#lastlinks {
	height: 22px;
	border-top: solid 1px #e5e5e5;
}

#cities {
	margin-left: 21px;
	clear: both;
	width: 320px;
}

#totop {
	position: absolute;
	left: 371px;
	top: 0;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: 14px;
}

#totop img {
	display: block;
	border: none;
}

#totop a {
	color: #261c0b;
}

#totop a:hover {
	text-decoration: none;
}

#footer p {
	display: none;
}

#footer a {
	display: block;
}

#hamburg {
	background-image: url(grafik/navigation/footer/hamburg.jpg);
	background-repeat: no-repeat;
	width: 68px;
	height: 8px;
	margin-bottom: 6px;
}

#duesseldorf {
	background-image: url(grafik/navigation/footer/duesseldorf.jpg);
	background-repeat: no-repeat;
	width: 87px;
	height: 10px;
	margin-bottom: 6px;
}

#muenchen {
	background-image: url(grafik/navigation/footer/muenchen.jpg);
	background-repeat: no-repeat;
	width: 68px;
	height: 10px;
	margin-bottom: 8px;
}

#berlin {
	background-image: url(grafik/navigation/footer/berlin.jpg);
	background-repeat: no-repeat;
	width: 50px;
	height: 8px;
	margin-bottom: 18px;
}

#impressum {
	background-image: url(grafik/navigation/footer/impressum.jpg);
	background-repeat: no-repeat;
	width: 76px;
	height: 8px;
	margin: 7px 0 0 21px;
	float: left;
}

#impressum:hover {
	background-image: url(grafik/navigation/footer/impressumro.jpg);
}

#copyright {
	background-image: url(grafik/navigation/footer/copyright.jpg);
	background-repeat: no-repeat;
	width: 78px;
	height: 8px;
	margin: 7px 0 0 20px;
	float: left;
}

#copyright:hover {
	background-image: url(grafik/navigation/footer/copyrightro.jpg);
}

#links {
	background-image: url(grafik/navigation/footer/links.jpg);
	background-repeat: no-repeat;
	width: 38px;
	height: 8px;
	margin: 7px 0 0 20px;
	float: left;
}

#links:hover {
	background-image: url(grafik/navigation/footer/linksro.jpg);
}

/* textformatierung */

p {
	color: #261c0b;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #f470b6;
	font-weight: lighter;
	margin: -5px 0 0 0;
	padding: 0;
	letter-spacing: 1px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #f470b6;
	font-weight: lighter;
	margin: -5px 0 0 0;
	padding: 0;
	letter-spacing: 1px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #f470b6;
	font-weight: lighter;
	margin: -5px 0 0 0;
	padding: 0;
	letter-spacing: 1px;
}

#textfeld p {
	margin: 20px 0 20px 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: 14px;
}

#textfeld ul {
	margin: 20px 0 20px 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: 14px;
	list-style-type: none; 
}

#textfeld ul li {
	float: left;
	margin-bottom: 10px;
	width: 205px;
}

#textfeld ul li ul {
	margin: 0 0 0 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: 14px;
	list-style-type: none; 
}

#textfeld ul li ul li {
	float: left;
	margin-bottom: 10px;
	width: 205px;
}

#textfeld a {
	color: #261c0b;
}

#textfeld a:hover {
	text-decoration: none;
}

#grosstextfeld p {
	margin: 20px 0 20px 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: 14px;
	color: #261c0b;
}

#grosstextfeld a {
	margin: 20px 0 20px 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: 14px;
	color: #261c0b;
}

#grosstextfeld a:hover {
	text-decoration: none;
}

#bilderfeld p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #5d5547;
}
