/***** You can put your own style stuff here in this file 
       For questions see www.phpcomasy.com *****/


/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid black;
	margin-bottom: 1px;
}
h1 {
	color: black;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: black !important;
}
hr {
	height: 1px;
	border: 1px solid black;
}
#my-body {
	background: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#wrap {
	width: 970px;
	margin-left: 20px;
}

#header {
	width: 100%;
	text-align: right;
}

#logo {
	margin: 75px 114px 68px 0;
}

#content {
	width: 645px;
	height: 279px;
	background: transparent url(img/content.jpg) top left no-repeat;
	position: relative;
	margin: 0 0 0 86px;
	overflow-x: hidden;
	overflow-y: auto;
}

#content,
#content td,
#content p {
	line-height: 13px;
}

#inner_content {
	margin: 25px 0 0 135px;
}

#content h1 {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 25px 0 10px 0;
	padding: 0;
}

#content * {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content p {
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#picture_leftside {
	display: none;
	float: left;
	padding: 25px 0 0 25px;
}

#picture_leftside #zoom {
	display: block;
	margin: 7px 0 0 167px;
}

#man {
	width: 116px;
	height: 237px;
	background: url(img/man.png) top left no-repeat;
	position: absolute;
	bottom: 0px;
	left: 15px;
}

#navigation {
	height: 16px;
	margin: -8px 0 0 408px;
	position: relative;
}

#navigation ul, #navigation li, #navigation li a {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: block;
	float: left;
	margin-right: 11px;
	text-indent: -5000px;
}

#navigation li a {
	display: block;
	width: 92px;
	height: 16px;
	background-color: #d32e12;
	background-position: top left;
	background-repeat: no-repeat;
}

/* main navigation */
li#nav-1 {
	display: none;
}
li#nav-2 a {
	background-image: url(img/nav_referenzen.jpg);
}
li#nav-3 a {
	background-image: url(img/nav_atelier.jpg);
}
li#nav-4 a {
	background-image: url(img/nav_kontakt.jpg);
}

/* sub navigation */
#navigation ul.level1 {
	display: none;
}
#navigation li.level0:hover ul, #navigation li.over ul {
	display: block;
}
#navigation li.level1 a {
	background-color: white;
	background-position: bottom left;
}

#navigation ul.level1 li {
	display: block;
	float: none;
	margin: 0;
}

li#nav-5 a {
	background-image: url(img/nav_logos.jpg);
}
li#nav-6 a {
	background-image: url(img/nav_print.jpg);
}
li#nav-7 a {
	background-image: url(img/nav_web.jpg);
}
li#nav-8 a {
	padding-top: 16px;
	background-image: url(img/nav_kunden.jpg);
}
li#nav-9 a {
	background-image: url(img/nav_partner.jpg);
}

li#nav-5.current a, li#nav-5:hover a {
	background-image: url(img/nav_logos_current.jpg);
	
}
li#nav-6.current a, li#nav-6:hover a {
	background-image: url(img/nav_print_current.jpg);
	
}
li#nav-7.current a, li#nav-7:hover a {
	background-image: url(img/nav_web_current.jpg);
	
}
li#nav-8.current a, li#nav-8:hover a {
	background-image: url(img/nav_kunden_current.jpg);
}
li#nav-9.current a, li#nav-9:hover a {
	background-image: url(img/nav_partner_current.jpg);
}

