/* - - - - - - - - - - - - - - - - - - - - -

Title : vhm anwaelte
Author : tom winkler | formrausch gmbh
URL : www.formrausch.com

Description : main css file 

Created : 06/24/2006
Modified : 06/24/2006 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

@import url(navigation.css);
@import url(subnavigation.css);
@import url(forms.css);

*{
margin:0px;
padding:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
html{
margin:0px;
padding:0px;
}
body{
margin:0px;
padding:0px;
background: #ffffff;
text-align: center;
}

/* ----- IDS ----- */

#container{
width:808px;
margin:0 auto;
padding:0;
background: #ffffff url(/images/container_bg.gif) left top repeat-y;
text-align:center;
}
#header{
text-align: left;
}
#header img{
float: left;
}
#content{
width:480px;
margin:10px 0 0 25px;
text-align:left;
float:left;
}
#footer{
margin:0;
padding:0;
clear:both;
text-align:left;
height:100px;
}

/* ----- HEADINGS ----- */

h1{
color:#af1b1b;
font-weight:bold;
padding-bottom: 24px;
background: #ffffff url(/images/title_bg.gif) left top repeat-x;
padding-left: 5px;
margin-top:35px;
}

h2{
color:#af1b1b;
font-weight:bold;
text-indent: 5px;
margin-top:10px;
margin-bottom:10px;
}

h3{
color:#af1b1b;
font-weight:bold;
padding-bottom: 4px;
background: #ffffff url(/images/title_bg.gif) left bottom repeat-x;
padding-left: 5px;
margin-top:35px;
}

a.linked_heading {
	color:#af1b1b;	
	text-decoration: none;
}

a.linked_heading:hover {
	color:#af1b1b;	
	text-decoration: underline;
}

a.linked_heading:visited {
		color: #6195af;	
}
/* ----- PARAGRAPHS ----- */

p{
line-height: 17px;
margin-left: 5px;
margin-bottom: 10px;
}
div.error_message, 
div.error {
color:#ffffff;
line-height: 17px;
margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
padding: 10px;
background-color:#af1b1b;
}
div.ok_message{
color:#ffffff;
line-height: 17px;
margin-left: 5px;
margin-bottom: 10px;
padding: 7px;
background-color:#6195af;
}
#flashMessage.message{
color:#ffffff;
line-height: 17px;
margin-left: 5px;
margin-bottom: 10px;
padding: 7px;
background-color:#6195af;
}
div.ok_message,
#flashMessage.message a{
	color: white !important;
}
/* ----- LISTS ----- */

#content ul{
list-style-type: none;
margin-left: 15px;
list-style-position:outside;
margin-bottom: 10px;
}

#content ol{
	margin-left: 15px;

margin-left: 15px;
list-style-position:inside;
margin-bottom: 10px;
}

#content ul li{
margin-bottom: 10px;
/*text-indent: 14px;*/
padding-left:14px;
line-height: 17px;
background: transparent url(/images/list_inactive.gif) no-repeat 0px 3px;
}

#content ol li{
margin-bottom: 10px;
/*text-indent: 14px;*/

line-height: 17px;
}

#content div.error_message ul.error,
#content div.error ul{
margin-top: 10px;
list-style-type: none;
margin-left: 15px;
list-style-position:outside;
}

#content div.error_message ul.error li,
#content div.error ul li{
margin-bottom: 10px;
background: none;
}
/* ----- IMAGES ----- */

img{
border:0;
}
img a{
border:0;
}
img a:hover{
border:0;
}

img.floating {
float:right;
padding:1px;
background: #ffffff;
border: 1px solid #cccdcf;
margin-right:10px;
}
/* BREAK */

div.hr {	
clear:both;
height: 9px;
background: transparent url(/images/separator_bg.gif) repeat-x top left;
}
div.hr hr {
display: none;
}

/* ----- TEXT FORMATTING ----- */

strong.error{
color:#af1b1b;
}

/* ----- LINKS ----- */

#sitemap a{
	color:#000000;
	text-decoration:none;
}
#sitemap a:hover{
	color:#b9b9bb;
	text-decoration:underline;
}
#sitemap ul{
list-style-type: none;
margin-left: 15px;
list-style-position:outside;
margin-bottom: 5px;
margin-top: 5px;
}

#sitemap li{
list-style-type: none;
margin-bottom: 5px;
margin-top: 5px;
/*text-indent: 14px;*/
padding-left:14px;
line-height: 17px;
background: transparent url(/images/list_inactive.gif) no-repeat 0px 3px;
}
a{
color:#6195af;
text-decoration:none;
}
a:hover{
color:#b9b9bb;
text-decoration:underline;
}
table {
width:475px;
border-spacing: 5px;
}

.bold {
	color: #af1b1b;
}

hr {
	display: block;
	height: 5px;
	width: 100%;
	float: left;
	border-top: 1px dotted #cccdcf;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 3px;
}

.note {
	font-style: italic;
	color: #919191;
	border-top: 1px dotted #c4c4c4;
	width: 100px;
	margin-left: 10px;
	margin-top: 0;
	padding-top: 8px;
}

