body {	
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: "Helvetica", Verdana, Arial, sans serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	background-color: #ffffff;
	background-image: url(img/back5.gif);
	background-repeat: repeat;
	text-align: center;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;	
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #ff3333;
}

a.nothing {
	border: none;
	background-color: transparent;
}

a.selected, a.selected:link, a.selected:visited, a.selected:active  {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
}
a.selected:hover {
	color: #ffffff;
	background-color: #ff3333;
}

#innerTable {
	background-color: #ffffff;
	margin: 0 auto 0 auto;	
	width: 780px;
	height: 100%;
	
}
#innerLayer {
	text-align: left;	
	vertical-align: top;
	font-size: 12px;
	margin: 0;
	padding: 0;	
	font-size: 0;
}

.marginLeft {
	margin-left: 20px;
}
.marginLeftInfo {
	margin-left: 220px;
}

.bar_top {
	background-color: #000000;
	width: 100%;
	height: 5px;
	font-size: 5px;
	line-height: 5px;
}

tr.bar_bottom {
	height: 5px;
}

.footer {
	font-size: 11px;
	vertical-align: bottom;
	padding-bottom: 5px;
	padding-top: 20px;
	text-align: center;
}

.banner {
	width: 100%;
	height: 80px;
	background-color: #ffffff;
	background-image: url(img/banner_r.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Hauptnavigation oben (WORK, CONTACT, etc.) */
.nav {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0;
	width: 100%;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
}
.nav .item {
	margin-right: 20px;
}

/* der gesamte Content, also alles was unter der Hauptnavi ist */
.content {
	margin-top: 40px;
	position: relative;
}

/* Navigation auf der linken Seite (also die Kunden etc.) */
.nav_left {
	width: 200px;
	line-height: 10px;	
	font-size: 11px;
}
.nav_left .item {
	/*display: block;*/
}
.nav_left .selected {
	background-color: #000000;
}

/* der eigentliche Text */
.entry,
.entry_deselected {
	margin-top: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 11px;
}
.entry_deselected {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.entry .text_body,
.entry .text_body_visible,
.entry_deselected .text_body {
	display: none;
	margin-right: 20px;
	margin-bottom: 4px;
	line-height: 14px;
}

.showLine {
	border-top: 1px solid #000000;
}

#commentdiv, #reply {
	border: 0px;
}

.marginMinusOne {
	margin-top: -1px;
}

.entry .text_body_visible {
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}

.info_entry {
	border-top: none;
	border-bottom: none;
	margin-bottom: 40px;
}

.info_headline {
	
	margin-left: 210px;
	font-weight: bold;
	border-bottom: 1px solid #ff3333;
}

.image_table {
	margin-top: 5px;
	vertical-align: top;	
}
.image_table .td_def {
	vertical-align: top;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 12px;
	width: 135px;
}
.image_table .td_info {
	vertical-align: top;
	padding-right: 0px;
	width: 210px;
	font-size: 10px;
}

.thumb {
	border: none;
}

.caption {
	margin-top: 14px;
	font-size: 11px;
	margin-bottom: 12px;
}
.caption a,
.image_table .td_info a,
.entry .text_body_visible a {
	color: #ff3333;
}
.caption a:hover,
.image_table .td_info a:hover,
.entry .text_body_visible a:hover {
	color: #ffffff;
	background-color: #ff3333;
}

.contact_right {
	margin-top: 9px;
	margin-right: 34px;
	float: right;
	font-size: 11px;
	text-align: right;
}
textarea {
	border: 1px solid #555;
}

input {
	width: 250px;
}

.formular {
	padding-left: 0px;
}

.trenner {
	margin-top: 10px;
	margin-bottom: 10px;
}

.replyinfo {
	font-size: 12px;
}


.contact_right a, 
.contact_right a:link, 
.contact_right a:visited, 
.contact_right a:active {
	text-decoration: none;
	color: #ff3333;	
} 

.contact_right a:hover {
	text-decoration: none;
	color: #ffffff;
}
