







/* Structure */

* {
	margin: 0px;
	padding: 0px;
}

body {
	position: relative;
}

#center {
	width: 1000px;
	float: none;
	margin: 20px auto;
}

#page {
	position: relative;
	float: left;
	width: 1000px;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 195px;
	width: 1000px;
}


#header #logo {
	position: absolute;
	top: 45px;
	left: 47px;
	height: 117px;
}


#nav {
	position: relative;
	float: left;
	top: 0px;
	left: 50px;
	width: 180px;
	padding-top: 0px;
	padding-bottom: 155px;
	margin-bottom: 20px;
}

#nav ul {
	padding-top: 5px;
	padding-left: 15px;
}



#textarea {
	position: relative; 
	float: left;
	xtop: 5px;
	left: 80px;
	width: 660px;
	padding-left: 0px;
	margin-right: 20px;
	margin-bottom: 50px;
	z-index: 100;
}

.box {
	padding-bottom: 25px;
}

.box h1,
.box h2,
.box h3 {
	padding-bottom: 10px;
}

.box p {
	padding-bottom: 5px;
}

#bottom {
	clear: both;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1000px;
	height: 155px;
}




#thelast {
	clear: both;
	position: relative;
	left: 0px;
	width: 1000px;
	height: 20px;
}

#thelast p {
	padding-top: 5px;
}







/* Look */

body {
	xbackground: url('/cms/export/system/modules/de.falkenhamburg.opencms.letterhead/resources/img/background-tx.jpg') repeat;
	background: #252584;
}


#page {
	background: white;
}

#header {
	background: url(/cms/export/system/modules/de.falkenhamburg.opencms.letterhead/resources/img/falke-or.png) no-repeat;
	background-position: top right;
}

img {
	border: none;
}

#bottom {
	background: url(/cms/export/system/modules/de.falkenhamburg.opencms.letterhead/resources/img/falke-ul.png) no-repeat 0px 0px;
}





/* Type */

body {
	font-family: Arial;
	font-size: 14px;
}


#page {
	line-height: 15pt;
}

#nav li a {
	line-height: 25px;
}

#nav h1 {
	font-size: 11pt;
	font-weight: bold;
}

#theLast p {
	color: white;
	font-size: 10px;
}



/* Links */

a:link {
	color: #d00;
}

a:active, a:hover, a:focus {
	color: #f00;
}

a:visited {
	color: #b00;
}

#nav a {
	text-decoration: none;
}

