/* --- fehrle.de - CSS Dokument - Screenversion*/
/* --- Copyrights by PICKNICKER.net IT-Solutions */
/* --- http://www.picknicker.net */
/* --- Code by Florian Zeeb */

/* --- Standardtags: --- */

body {
	margin:0;
	padding:0; 
	background-color:#CCCCCC;
	color:#000000;
	font-size:10pt;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
}

p {
	font-size:9pt;
	font-weight:normal;
}

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

h2 {
	font-size:10pt;
	font-weight: bold;
}

h3 {
	font-size:9pt;
	font-weight: bold;
}

h4 {
	font-size:8pt;
	font-weight: bold;
}

h5 {
	font-size:7pt;
	font-weight: bold;
}

a:link {
	color:blue;
}

a:visited {
	color:blue;
}

a:hover {
	color:blue;
}

a:active {
	color:blue;
}

ul {
	margin:0px 0px 0px 15px;
	padding:0;
	list-style-position:outside;
	list-style-type:square;
	text-align:left;
}

/* --- Designtags: --- */

/* --- Main + Content --- */

div.frame_main {
	margin:10px 10px 10px 10px;
	padding:0;
	position:absolute;
	left:0px;
	top:0px;
	width:810px;
	height:590px;
	background-color:#FFFFFF;
}

div.frame_menu {
	float:left;
	margin:0;
	padding:5px 5px 5px 5px;
	position:relative;
	left:0px;
	top:0px;
	width:200px;
	height:480px;
	overflow:hidden;
	text-align:center;
}

.frame_content {
	margin:0;
	padding:5px 5px 5px 5px;
	position:relative;
	left:0px;
	top:0px;
	width:580px;
	height:480px;
	max-height:480px;
	overflow:hidden;
	display:table;
	text-align:left;
}

*[class="frame_content"] {
	/*left:200px;*/
}

div.frame_content_main {
	margin:0;
	padding:10px 10px 10px 10px;
	position:relative;
	width:100%;
	height:380px;
	max-height:380px;
	overflow:hidden;
	left:0;
}

div.frame_content_main_left {
	margin:0px 3% 0px 3%;
	padding:0;
	width:25%;
	height:100%;
	border:none;
	float:left;
	text-align:justify;
}

div.frame_content_main_middle {
	margin:0px 3% 0px 3%;
	padding:0;
	width:25%;
	height:100%;
	border:none;
	float:left;
	text-align:justify;
}

div.frame_content_main_right {
	margin:0px 0px 0px 3%;
	padding:0;
	width:25%;
	height:100%;
	border:none;
	float:left;
	text-align:justify;
}

div.frame_content_head {
	margin:0;
	padding:10px 10px 10px 10px;
	position:relative;
	width:98%;
	height:60px;
	max-height:100px;
	overflow:hidden;
	left:0px;
	top:-20px;
	text-align:left;
}

div.frame_footer {
	margin:0;
	padding:5px 5px 5px 5px;
	position:absolute;
	left:0px;
	top:480px;
	width:800px;
	height:100px;
	text-align:center;
	background-color:#FFFFFF;
}

div.frame_sidebar {
	margin:0px 0px 0px 5px;
	padding:0;
	position:absolute;
	top:0;
	left:100%;
	width:80px;
	height:100%;
	float:left;
	text-align:left;
}

div.frame_sidebar_content {
	margin:0;
	padding:0;
	position:absolute;
	bottom:5px;
	left:0px;
	overflow:hidden;
	text-align:left;
	vertical-align:bottom;
}

/* --- Tables --- */

.table_content_left {
	margin:5px 5px 5px 5px;
	padding:0;
}

.table_content_middle {
	margin:5px 5px 5px 5px;
	padding:0;
}

.table_content_right {
	margin:5px 5px 5px 5px;
	padding:0;
}

.table_higlighted_right {
	margin:0px 0px 0px -31%;
	padding:0;
	width:6%;
	height:100%;
	border:none;
	float:left;
	z-index:1;
}

tr.table_content {
	vertical-align:top;
	text-align:left;
}

/* --- Bilder --- */

.picture_button_middle {
	position:relative;
	margin:0;
	padding:1px 1px 1px 1px;
	left:0px;
}

.picture_button_left {
	position:relative;
	margin:0;
	padding:1px 1px 1px 1px;
	left:-25px;
}

.picture_button_sub_middle {
	position:relative;
	margin:0;
	padding:1px 1px 1px 1px;
	left:0px;
}

.picture_button_sub_left {
	position:relative;
	margin:0;
	padding:1px 1px 1px 1px;
	left:25px;
}

.picture_footer {
	margin:0;
	padding:0px 4px 0px 4px;
	bottom:0;
}

.picture_sidebar {
	margin:0;
	padding:1px 0px 1px 0px;
	bottom:0;
}

/* --- Sonstiges --- */

.content_higlighted {
	background-color:#FFFF9C;
}

.highlited_red {
	margin:0;
	padding:0;
	color:#FF0000;
}

.firmenname {
	font-style:italic;
	color:#FF0000;
}