﻿/**
  *  Standartstylesheet hausmeister-sab.de
  *
  *  Oktober 2008
  *  ITpure Jens Vogel
  *  www.itpure.de
  *
  **/

/*Formatierung der Fenster und Boxen*/

/*Ausgangsposition*/
body
	{
	margin: 0px;
	padding: 0px;	
	background-color: #ffffff;
	background-image: url(../img/template/screen.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	}

/*Inhaltsfenster*/
#site
	{
	width: 904px;
	margin: 0px auto;
	background-image: url(../img/template/bg.gif);
	background-repeat: repeat-y;
	padding-left: 4px;
	}

#head
	{
	width: 900px;
	height: 144px;
	background-image: url(../img/template/head.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}

#menu
	{
	width: 900px;
	height: 31px;
	background-image:url(../img/template/menu_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	}

.menuitem
	{
	height: 26px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	}

.border
	{
	height: 31px;
	width: 1px;
	float: right;
	}

.date
	{
	height: 26px;
	padding-top: 5px;
	padding-left: 20px;
	float: left;
	}

.menuitem_active
	{
	height: 26px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../img/template/menu_active.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	float: right;
	}

#left
	{
	float: left;
	}

.content_left
	{
	width: 150px;
	padding: 10px;
	padding-left: 15px;
	}

#sub_head_left
	{
	color: #FFFFFF;
	background-color: #0c8a2d;
	font-style: italic;
	font-weight: bold;
	padding-left: 10px;
	width: 155px;
	}

#sub_body_left
	{
	color: #000000;
	background-color: #ffffff;
	font-style: normal;
	font-weight: normal;
	}

.submenu
	{
	margin-left: 10px;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	}

#content_main
	{
	width: 520px;
	float: left;
	margin-left: 15px;
	padding-bottom: 10px;
	}

#right
	{
	float: right;
	}

.content_right
	{
	width: 155px;
	padding: 10px;
	margin-right: 4px;
	}

#sub_item_right
	{
	width: 175px;
	height: 111px;
	}

#sub_head_right
	{
	color: #FFFFFF;
	background-color: #0c8a2d;
	font-style: italic;
	font-weight: bold;
	}

#sub_body_right
	{
	color: #000000;
	background-color: #ffffff;
	font-style: normal;
	font-weight: normal;
	}

#bottom
	{
	margin: 0px auto;
	width: 908px;
	height: 6px;
	background-image: url(../img/template/fuss.gif);
	background-repeat: no-repeat;
	}

/*ITpure*/
#itpure
	{
	margin-top: 0px;
	margin-left: 40px;
	padding: 20px 0px 20px 0px;
	}

#itpure a
	{
	background-image: url(../img/template/itpure_hover.gif);
	background-repeat: no-repeat;
    display: block;
	width: 91px;
	height: 51px;	
	}

#itpure img
	{
	display: block;
	width: 91px;
	height: 51px;
	border: none;
	padding: 0px;
	}

#itpure a:hover img
	{
	visibility: hidden;
	}

#itpure a:hover 
	{ /* Workaround fuer IE 5.5 und 6 */
	border: none;
	}

* html #itpure a 
	{
	margin-right: 1px;
	}
	
* html #itpure a:hover
	{
	width: 92px;
	margin-right: 0px; /* Workaround fuer IE 5.01 */
	}

/*Formatierungen*/
a, a:link, a:visited, a:hover, a:active, a:focus
	{
	text-decoration: none;
	color: #000000;
	background-color: inherit;
	}

a.aktuelles, a.aktuelles:link, a.aktuelles:visited, a.aktuelles:hover, a.aktuelles:active, a.aktuelles:focus
	{
	text-decoration: underline;
	color: #000000;
	background-color: inherit;
	}

#sub_body_left li a
	{
	display: block;
	width: 120px;
	padding: 2px;
	}
	
#sub_body_left li a:hover
	{
	display: block;
	width: 140px;
	padding: 2px;
	background-color: #e0ffe8;
	border-right: 4px solid #0c8a2d;
	}

img
	{
	border: none;
	}

a img
	{
	border: 1px solid #333333;
	}

.left
	{
	float: left;
	padding-right: 20px;
	}

.right
	{
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	}

.clear
	{
	clear: both;
	}

p, ul, ol, form
	{
	margin-bottom: 7px;
	margin-top: 7px;
	padding-right: 5px;
	padding-left: 5px;
	}

p
	{
	text-align: justify;
	line-height: 18px;
	}

ol
	{
	margin-left: 5px;
	}

ul
	{
	list-style-type: none;
	}

li
	{
	margin-bottom: 10px;
	margin-left: -10px;
	}

.mainlist
	{
	list-style-image: url(../img/template/list.gif);
	margin-left: 45px;
	}

h1, h2, h3, h4
	{
	margin-bottom: 10px;
	margin-top: 10px;
	color:  #111111;
	background-color: inherit;
	font-weight: bold;
	}

h1
	{
	margin-top: 5px;
	font-size: 18px;
	text-align: center;
	}

h2
	{
	font-size: 14px;
	padding-left: 5px;
	}

h3
	{
	font-size: 12px;
	padding-left: 5px;
	}

h4
	{
	font-size: 11px;
	padding-left: 5px;
	}

table
	{
	border-spacing: 5px;
	}

tr
	{
	height: 30px;
	}

td
	{
	width: 200px;
	}

/*Seitenspezifische Formatierungen*/
/*Impressum*/
.imp_1
	{
	display: block;
	float:left;
	width: 110px;
	font-style: italic;
	}

.imp_2
	{
	display: block;
	float:left;
	width: 50px;
	font-style: italic;
	}

/*Kontaktformular*/
label
	{
	display: block;
	float: left;
	width: 70px;
	}

.spalte2
	{
	float: left;
	}

.label2
	{
	padding-left: 10px;
	width: 60px;
	}

input, textarea
	{
	border: 1px solid #999999;
	background-color: #EEEEEE;
	color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/*Dienstleistungen*/
li img
	{
	margin-top: 10px;
	border: 1px solid #333333;
	}

.listlinkimg
	{
	margin-top: 0px;
	border: none;
	}

/*Aktuelles*/
.info_date
	{
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 3px;
	}
	
.info_prev
	{
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 3px;
	
	}

.info_prev p
	{
	margin: 5px -5px;
	line-height: 16px;
	}
	
.info_link
	{
	font-size: 9px;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 10px;
	}

/* Formatierungen Thickbox */	
a.thickbox, a.thickbox:active, a.thickbox:visited, a.thickbox:link, a.thickbox:hover
	{
	text-decoration: none;
	border: none;
	margin: 0px 2px;
	}
	
.preview
	{
	border: 1px solid #000000;
	}

#TB_window
	{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	}

#TB_secondLine
	{
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	}

#TB_overlay
	{
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

#TB_window
	{
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	}

#TB_window img
	{
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	}

#TB_caption
	{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	}

#TB_closeWindow
	{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	}

#TB_closeAjaxWindow
	{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	}

#TB_ajaxWindowTitle
	{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	}

#TB_title
	{
	background-color:#e8e8e8;
	height:27px;
	}

#TB_ajaxContent
	{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	}

#TB_ajaxContent p
	{
	padding:5px 0px 5px 0px;
	}

#TB_load
	{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
	}

#TB_HideSelect
	{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#TB_iframeContent
	{
	border:none;
	clear:both;
	}
