
/* CSS für FFT Bohner GmbH by gedankengut.de
//////////////////////////////////////////////////////////*/

html, body, div, p, h1, h2, h3, ul, ol, a, table, td, form, img, li {
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

* html body { /* IE erziehen */
	font-size:x-small;
	font-size:small;
}

body {
	font:small/1.0em Arial, Helvetica, sans-serif; /*Georgia, "Times New Roman", Times, serif*/
	color:#636363;
	background-color:#d4d4d4;
}

p, blockquote, pre, ul, ol {
	margin:0 0 1.0em 0;
}

img {
	border:0;
}

input, textarea, select {
	font-size:1.1em;
	line-height:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	color:#636363;
	border:1px solid #636363;
	padding:1px;
	width:200px;
}
textarea {
	width:230px;
}

#formtable {
	border:0;
}

#formtable td {
	padding:5px;
	padding-right:0;
}


#formtable tr.row1 {
	background-color:#eef5f4;
}

.tooltip {
	line-height:1.2em;
	padding:3px 0 3px 0;
}

/* links
//////////////////////////////////////////////////////////*/

* a				{ font:small/1.0em Arial, Helvetica, sans-serif; font-size:x-small; font-size:small; }
a:link 			{ color:#636363; text-decoration:none; }
a:visited 		{ color:#636363; text-decoration:none; }
a:hover 		{ color:#5b9f97; text-decoration:none; }
a:active 		{ color:#636363; text-decoration:none; }
a.black:hover 	{ color:#636363; text-decoration:none; }


/* headers
///////////////////////////////////////////////////////////*/
h1 {
	font-size:1.7em;
	color:#5b9f97;
	line-height:1.1em;
	padding:15px 0 15px 0;
}

h2 {
	width:283px;
	background-color:#eef5f4;
	text-decoration:underline;
	padding:8px;
	font:small Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	color:#5b9f97;
	line-height:1.1em;
	padding:5px 0 5px 0;
}


/* container
///////////////////////////////////////////////////////////*/
#main {
	width:746px;
	/* margin:0 auto; falls wir das ganze doch noch in die mitte machen wollen */
}

#top {
	height:129px;
	margin-top:19px;
}
	#logoBox {
		width:169px;
		height:121px;
		margin-right:8px;
		float:left;
	}
		#logoBox img {
			padding:10px 10px 10px 0;
		}
	#naviBox {
		width:565px;
		height:121px;
		float:left;
	}
		#banner {
			text-align:right;
			overflow:hidden;
			height:33px;
			background:url(../img/erich_bohner_header.gif) top left no-repeat;
		}
		#navigation {
			height:85px;
			background:url(../img/bg_navigation.gif) top left repeat-x;
		}
			#naviContainer {
				width:100%;
				text-align:center;
				padding-top:61px;
			}
				#naviContainer a {
					color:#5b9f97 !important;
					font:0.85em Arial, Helvetica, sans-serif;
					font-weight:bold;
					margin:0 14px 0 14px;
				}
				#naviContainer a:hover, #navigation a.currentMain {
					text-decoration:underline;
				}
				#naviContainer img {
					margin-top:-12px;
				}

#content {
	width:744px;
}
	#leftContent {
		width:403px;
		padding:21px 33px 0 0;
		font-size:1.0em;
		line-height:1.3em;
		float:left;
		overflow:hidden;
	}
		#leftPicture {
			width:403px;
			height:175px;
			background:left top no-repeat;
		}
			#leftPicture img {
				width:401px;
				height:171px;
				margin:1px 1px 1px 0;
				border:1px solid #ffffff;
				border-left:0;
				cursor:pointer;
			}
		#mainContent {
			padding:31px 31px 0 21px;
		}
			.thumb {
			width:90px;
			height:67px;
			float:left;
			margin:10px 20px 0 5px;
			background:left top no-repeat;
		}
			.thumb img {
				width:86px;
				height:63px;
				margin:1px;
				border:1px solid #ffffff;
				cursor:pointer;
			}
			.thumbText {
				float:left;
				width:240px;
				padding:5px;
			}
			#mainContent a {
				text-decoration:underline;
				font-size:1.0em;
				line-height:1.3em;
			}
		
	#rightContent {
		width:299px;
		padding-top:30px;
		font:0.6em Arial, Helvetica, sans-serif;
		float:left;
		overflow:hidden;
	}
		#rightPicture {
			width:299px;
			height:111px;
			background:left top no-repeat;
		}
			#rightPicture img {
				width:295px;
				height:107px;
				margin:1px 1px 1px 1px;
				border:1px solid #ffffff;
				cursor:pointer;
			}
		.rightText {
			padding:10px;
			font-size:1.4em;
		}
		
	#backToTop {
		padding-top:20px;
	}
	
	#impressum {
		text-align:right;
		padding:15px 9px 9px 0;
	}
		#impressum a {
			font:1.0em Arial, Helvetica, sans-serif;
			font-weight:bold;
		}

#bottom {
	margin-top:21px;
	height:65px;
	text-align:center;
}

/* divs
///////////////////////////////////////////////////////////*/
.contentBox {
	background-color:#ffffff;
	border:2px solid #bebebe;
	border-top:0;
	border-left:0;
}

.subContent {
	padding:0 17px 12px 17px;
	font:1.5em/1.6em Arial, Helvetica, sans-serif;
}
	.subContent a { line-height:1.6em; }
	.subContent a.currentSub	{ color:#5b9f97; }
