/* girlatschek.de                               */
/* css-definition														*/

body {
	background-color: #cbc8bf;
	color: white;
	margin-left: 0px;
	margin-top: 0px;
}

#pageholder {
	width: 800px;
	padding: 0;
	margin: 80px auto 0 auto;
}

#head
{
	width: 381px;
	height: 57px;
	text-align: left;
	margin-left: 13px;
}

#head_print
{
	display: none;
	width: 381px;
	height: 57px;
	text-align: left;
	margin-left: 13px;
}

#content
{
	width: 698px;
	height: 378px;
	border: 1px white solid;
	margin-left: 13px;
	padding: 0px;
	background-color: #DBD9D2;
}


/* definition for main navigation                */
/* 													                 */

#navigation {
	position: absolute;
	margin-top: 4px;
	width: 800px;
	z-index: 20;
}

#pfeil_links {
	float: left;
	width: 9px;
	height: 20px;
	margin: -3px 4px 0 0;
}

#navigation ul {
	display: inline;
	height: 8px;
	margin: 0;
	padding: 0;
}

#navigation li {
	display: inline;
}

#navigation li a {
	float: left;
	margin-top: 3px;
	display: block;
	border-width: 1px;
	border-style: none none none solid;
	border-color: #FFF;
}

#navigation a.last {
	margin-right: 10px;
	border-style: none solid none solid;
}

#navigation li.active a, #navigation li a:hover {
	background-color: #FF5A00;
}

#navigation li img {
	border-style: none;
	border-width: 0;
}

#bezeichnung {
	font-family: verdana, arial;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}


/* definition for project                        */
/* 													                 */

#bild {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#sub_navigation {
	position: absolute;
 	margin-top: 15px;
 	padding: 0;
	z-index: 21;
}

#sub_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 40px;
}

#sub_navigation li a
{
	display: block;
	width: 39px;
	margin-top: 4px;
	height: 8px;
	border-width: 1px;
	border-style: none solid none solid;
	border-color: #ffffff;
}

#sub_navigation li.active a, #sub_navigation li a:hover
{
	background-color: #ff5A00;
}

#sub_navigation li img {
	padding: 0px;
	margin: 0;
	border-style: none;
	border-width: 0;
}

#projecttext, #projectinfo {
	position: absolute;
	z-index: 10;
	padding-left: 11px;
	padding-top: 11px;
	margin-right: 20px;
}

#contactform {
	position: relative;
	z-index: 11;
	left: 380px;
	padding-top: 11px;
	width: 320px;
}

h1
{
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0;
}

p, form, table, tr, td
{
	color: #444444;
	z-index: 2;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	padding: 0px;
	margin: 0;
}

table, tr, td {
	vertical-align: top;
}

td.spalte_mit_abstand {
	padding-right: 15px;
	padding-bottom: 10px;
}

#projectinfo {
	width: 680px;
	height: 320px;
}

.boldcaps
{
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}	

p a, form a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

p a:hover, form a:hover  {
	color: #ff5A00;
}

p a:focus, form a:focus {
	outline: none;
}

input.contact {
	font-family: Verdana, Courier, Courier New, monospace;
	font-size: 10px;
	line-height: 13px;
	color: #444444;
	background-color:	transparent; /* #cbc8bf; */
	border: 1px solid white;
	height: 14px;
	width: 300px;
	padding: 	2px;
	margin-top: 2px;	
	margin-bottom: 6px;	
}

textarea.contact {
	font-family: Verdana, Courier, Courier New, monospace;
	font-size: 10px;
	line-height: 13px;
	color: #444444;
	background-color:	transparent; /* #cbc8bf; */
	border: 1px solid white;
	height: 60px;
	width: 300px;
	padding: 2px;
	margin-top: 2px;	
	margin-bottom: 6px;	
}

input.contact:focus,
textarea.contact:focus
	{	outline: none;
	}
	
#copyright
{
	display: none;
}