body
{
	color: black;
	font-family: Arial, Sanserif;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
}

body#startbody{
    background-color: #DBD8D1;
}


div#head {
    position: absolute;
    top: 0px;
    left: 0px;
	background-color: white;
	z-index: 1000;
	width: 100%;
	height: 110px;
}

div#topnav, div#mainnav, div#subnav, div#head
{
	/* overflow: default; */
	/* zum testen */
	/*
	display: none; 
	border-color: #F33;  
	border-width: 1px;  
	border-style: solid;  
	*/
}

div#leftcol, div#maincol, div#rightcol
{
	/* overflow: default; */
	/* zum testen */
	/*
	border-color: #F33;  
	border-width: 1px;  
	border-style: solid;  
	*/
	}

div#topnav
{
	/* left: auto; */
	/* width: 100%; */
	text-align: right;
	padding: 10px 20px 10px 20px;
}

div#mainnav
{
	padding: 10px;   
	padding-left: 50px;
}

div#subnav
{
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 80px;
}

/* IE hack */
body>div#head { position: fixed; }

div#maincol, div#leftcol, div#rightcol
{
	/*margin-top: 100px;*/
	padding: 10px;
	padding-top: 130px;
	/* background-color: #CCC; */
}

div#maincol
{
	/* 	clear: right; */
	/* 	float: right; */
	width: 50%;
	float: left;
}

div#leftcol
{
	width: 180px;
	float: left;
	padding-left: 20px;
	/*padding-top: 20px;*/
	margin-left: 0px;
	text-align: right;
}

div#rightcol
{
	width: 200px;
	position: absolute;
	right: 0px;
	padding-left: 0px;
}

a {
    color: #888888;
    text-decoration: none;
}

div#leftcol a {
	/*padding-bottom: 5px;*/
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 12px;
    /* margin-bottom: 2px;  */
    margin-top: 0px;  
    padding-top: 0px;  
}

input#name,
input#email,
textarea#message {
    width: 150px
}

p.startgedicht {
    text-align: right;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.15em;
    font-weight: bold;
}

/*
*
*
*
*/

#footer
{
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 18px;
}
