html {
	height: 100%;
	overflow:auto;
	background: #373737 url(../images/html_bg_left.gif) repeat-y left;
}

body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font: 12px verdana; 
	height: 100%;
}

h1 {
	font: bold 25px verdana;
	text-decoration: none;
}

h2 {
	font: 18px verdana;
	text-decoration: none;
}

h3 {
	font: bold 14px verdana;
	text-decoration: none;
}

a {
	text-decoration: underline;
	color: #ffffff;
}


/* ===========================
			Top 
=========================== */

#top {
	width: 100%;
	min-width: 1050px;
	height: 47px;
	background: #4d4d4d url(../images/bg_top.gif) repeat-x bottom;
	position: absolute;
	z-index: 6;
}

#top a {
	position: absolute;
	top: 4px;
	left: 6px;
	padding: 4px;
}

#top img {
	border: 0;
}


/* ===========================
			Left 
=========================== */

#left {
	width: 190px;
	height: 100%;	
	position: absolute;
	z-index: 5;
}

#navigation {
	margin: 52px 5px 0 10px;
	padding: 0;
}

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

#navigation ul li {
	width: 100%;
}

#navigation a {
	color: #ffffff;
	font: 13px verdana;
	text-decoration: none;
	text-align: left;
	width: 100%;
	font-weight: bold;
} 

#navigation .active_link {
	display: block;
	color: #4d4d4d;
	background:  #4d4d4d url(../images/navi_active.gif) repeat-y;
}


/* ===========================
			Content 
=========================== */

#content {
	position: absolute;
	top: 47px;
	height: 680px;
	width: 100%;
	background-color: #373737;
}

p {
	margin: 0 0 12px 0;
}	

p.bold_text {
	margin: 0;
	font-weight: bold;
}

a.bold_link {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}

.line_spacing {
	margin-bottom: 25px;
}

.line {
	width: 100%;
	height: 70px;
	background: #4d4d4d url(../images/bg_line.gif) repeat-x bottom;
	top: 370px;
	position: absolute;
	text-align: center;
	color: #a6a6a6;
	font-size: 12px;
}

#content_top {
	position: absolute;
	overflow: auto;
	height: 369px;
	width: 100%;
}

#content_bottom {
	position: absolute;
	top: 445px;
	height: 80px;
	width: 100%;
}

#content_full {
	position: absolute;
	height: 679px;
	width: 100%;
	top: 47px;
}

#textbox {
	position: absolute;
	height: 100%;
	width: 800px;
	margin-left: 220px;
}

#flashbox {
	position: absolute;
	height: 100%;
	width: 800px;
	margin-left: 220px;
}

.image_box {
	margin: 0 0 25px 0;
	padding:  0 0 0 0;
}

.position_center {
	text-align: center;
}

table {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse:collapse; 
	border-spacing: 0;
}

td.table_space {
	padding-top: 18px;
}

td {
	color: #ffffff;
	font: 12px verdana;
	vertical-align: top;
	padding-right: 15px;
}

ul {
	margin: 1.3em;
	padding: 0;
	list-style-type:square;
}

.input_field {
	width: 110px;
	height: 15px;
}

.input_field input, #kontakt_textarea {
	background-color: #4d4d4d;
	border-style: none;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	color: ffffff;
	margin: 0;
	padding: 0;
}

.input_field input {
	width: 100%;
	height: 100%;
	font-size: 10px;
	padding: 0;
}

#kontakt_textarea {
	width: 270px;
	height: 315px;
}

#submit_button {
	display: block;
	margin-top: 4px;
	padding: 2px;
	color: #ffffff;
	text-decoration: none;
}

#email_pictures {
	margin-top: 15px;
}

.reference {
	color: #bbbbbb;
	font: 9px verdana;
	display: block;
}

#formular_angaben {
	margin: 0;
	padding: 0;
}

/* ===========================
			Bottom 
=========================== */

#bottom {
	position: absolute;
	width: 100%;
	height: 80px;
	background: #4d4d4d url(../images/bg_bottom.gif) repeat-x top;
	top: 720px;
	bottom: 0;
}

#palindrom_logo {
	position: absolute;
	bottom: 3px;
	width: 100%;
	min-width: 1050px;
}

#palindrom_logo a {
	position: absolute;
	bottom: 0px;
	right: 2px;
}
#palindrom_logo span{
	display:none;
}

#palindrom_logo img {
	border: 0;
}

/* ===========================
			Editor 
=========================== */

.nicEdit-panelContain,
.nicEdit-pane
{
	color: black !important;
}