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

body {
	background-color: #FFF;
	margin-left: 1cm;
	width: auto;
}

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

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

#head_print
{
	width: 700px;
	height: 100px;
	text-align: left;
	margin-left: 13px;
}

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


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

#navigation {
  visibility: hidden;
}

/* definition for project                        */
/* 													                 */

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

#sub_navigation {
  visibility: hidden;
}

#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: #000;
	padding: 0px;
	margin: 0;
}

p, form, table, tr, td
{
	color: #000;
	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;
	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;
	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
{
	color: #000;
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	padding: 0px;
	margin: 0;
}