/*  Auto-Wirtschaft Style Sheet
    --------------------------------------------------------------
	Creator name:		Ricardo Vögeli epets.ch	
	Copyright 2008 epets.ch ( http://www.epets.ch/ )
    --------------------------------------------------------------
*/

/*@import url("menu.css");*/


/* CSS Document */
/* standar selectors */

/*
div {border: 1px solid;}
*/
body {
margin-left : 2px;
margin-top : 2px;
margin-right : 1px;
margin-bottom : 1px;
/*background-image:url('/images/pixelraster.gif'); background-repeat:no-repeat;
background-image:url('/images/Pixelraster_transparent.gif'); background-repeat:no-repeat;*/}
body, td, input, textarea, select{font-family: Verdana, Arial, Helvetica, sans-serif;color:#4a4a29;font-size: 11px;}

* {border:0px; padding:0px; margin:0px;}

/*table {margin:0px; padding: 0px;}*/
table thead {font-weight:bold;font-size:12px;}
th {font-size:11px;font-weight:bold;text-align:left;}
li {list-style: none;}
input, select, textarea {border: 1px solid #4a4a29;}

/* site body */
#wrapper {
	width:985px;
}
#wrapper #header {width:915px; height: 95px;}
#wrapper #content {
	width: 735px;
	min-height: 500px;
	float:left;
}
#wrapper #footer {
	float:left;
	width: 920px;
	height:100px;
}
#footer #contentleft {float:left;color:#999999;}
#footer #contentright {float:right;;border-bottom: 1px solid #4a4a29;text-align:right;}
#footer #contentleft a {color:#999999;font-weight:normal;}
#footer #contentleft a:visited {color:#999999;}

#footer li{float:left;text-align:right; min-width:105px;}
#wrapper #right {float:left;}
/* containers */
div.con1{
	float:left;
	margin-right:1px;
}
div.cont1{
	height:21px;
	background-image:url(/images/menu/cont-1.gif); background-repeat:repeat-x;}
	
div.conTitle1,div.conTitle2{
	padding-top:3px;
	font-weight:bold;
	padding-left:5px;
	text-align:center;}	
div.conTitle1{
	color: white;}
div.conTitle2{
	color: #4a4a29;}
	
div.con2{
	float:left;
	margin-right:1px;
}
div.cont2{
	height:21px;
	background-image:url(/images/menu/cont-2.gif); background-repeat:repeat-x;}

div.conc1{
	background-color:#efefef;
	border-bottom: 1px solid #4a4a29;}
	
div.conc2{
	background-color:#ffffce;
	height:102px;border-bottom: 1px solid #ff9c31;}

div.padding{padding-top: 5px;padding-right: 5px;padding-left: 5px;}

div.concRight{
	background-color:#ffffce;
	border-left: 1px solid #ff9c31;border-right: 1px solid #ff9c31;border-bottom: 1px solid #ff9c31;}
	
a, a:visited{
text-decoration : none;
color : #02329c;
font-size : 10px;
font-weight: bold; }

a:hover {
text-decoration : underline;
color : #02329c;
font-size : 10px;
font-weight: bold;}

div.spacer {width: 6px; height: 6px;}
div.spacersmall {clear:both;height:4px;width:4px;}

span.bold {
color : #000000;
font-weight : bolder;
font-size : 10px;
}
span.error {
color : Red;
font-weight : bolder;
font-size : 10px;
}
span.confirm {
color : Green;
font-weight : bolder;
font-size : 10px;
}

.button {background: #4a4a29; color:white; font-weight:bold; height:20px; width:120px;}

/* MENNU */
#menu {float:left;}
#doccontent {float:left;}
#menu li.menucontent_act {
color:white;
height:21px;
width:182px;
background-color:#4a4a29;
background-image:url('/images/menu/menu_active.gif');background-repeat: no-repeat; background-position:middle right;
}
#menu li.menucontent {
color:white;
height:21px;
width:182px;
background-color:#c4c2b5;
margin:0px 1px 0px 0px;
font-weight:bold;
border-bottom: 1px solid white;
background-image:url('/images/menu/menu_general.gif');background-repeat: no-repeat; background-position:middle right;
}
#menu li.menucontent_end {
color:white;
height:21px;
width:182px;
background-color:#c4c2b5;
margin:0px 1px 0px 0px;
font-weight:bold;
border-bottom: 1px solid white;
background-image:url('/images/menu/menu_end.gif');background-repeat: no-repeat; background-position:middle right;
}
div.titleFormat{padding-top:4px;padding-left:15px;}
div.titleFormatMain{padding-top:4px;padding-left:5px;}
#docTitle {
color:white;
height:21px;
	background-image:url(/images/menu/cont-1.gif); background-repeat:repeat-x;
font-weight:bold;
width:550px;
/*background-image:url('/images/menu/services-right.gif');background-repeat: no-repeat; background-position:top right;*/
}
li.submenu1{
	height:21px;
	width:182px;
	border-bottom: 1px solid white;
	margin:0px 1px 0px 0px;
	background-color:#ffffce;
background-image:url('/images/menu/submenu.gif');background-repeat: no-repeat; background-position:middle right;
	}
li.submenu_a1{
	height:21px;
	width:182px;
	border-bottom: 1px solid white;
	margin:0px 1px 0px 0px;
background-image:url('/images/menu/submenu_active.gif');background-repeat: no-repeat; background-position:middle right;
	background-color:#efefef;
	}
	
div.submenu_holder {padding-top:4px;padding-left:15px;}

a.menuContent {
color:white;
font-weight:bold;
font-size:10px;
}
a.menuContent:hover {
color:white;
font-weight:bold;
font-size:10px;
}

a.menuContent:visited {
color:white;
font-weight:bold;
font-size:10px;
}

#content_right {float:right;width:155px;}

#news_snippet {width:150px;}

div.hr {
  height: 10px;
	margin-top:5px;
	margin-bottom:-5px;
  background: url(/images/hrbg.gif) repeat-x;
}
div.hr hr {
  display: none;
}