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

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 ----- */


*{
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;
text-align:center;
}
#header{
text-align: left;
}
#header img{
float: right;
}
#content{
width:480px;
margin:10px 0 0 35px;
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;
text-indent: 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: 24px;
text-indent: 5px;
margin-top:35px;
}
/* ----- PARAGRAPHS ----- */

p{
line-height: 17px;
margin-left: 5px;
margin-bottom: 10px;
}
div.error_message{
color:#ffffff;
line-height: 17px;
margin-top: 10px;
margin-left: 5px;
margin-bottom: 10px;
padding: 5px;
background-color:#af1b1b;
}
div.ok_message{
color:#ffffff;
line-height: 17px;
margin-left: 5px;
margin-bottom: 10px;
padding: 5px;
background-color:#6195af;
}
/* ----- LISTS ----- */

#content ul{
list-style-type: square;
margin-left: 5px;
list-style-position:inside;
margin-bottom: 10px;
}

#content li{
margin-bottom: 10px;
padding-left:14px;
line-height: 17px;
}

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

#content div.error_message ul.error 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;
}
div.hr hr {
display: none;
}

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

strong.error{
color:#af1b1b;
}

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

a{
color:#6195af;
text-decoration:none;
}
a:hover{
color:#b9b9bb;
text-decoration:underline;
}
table {
width:475px;
border-spacing: 5px;
}
#navigation, #subnavigation { display: none; }
a:link:after, a:link:visited:after {
  content: " [Link: " attr(href) "] ";
  font-size: 76%;
  color: #6195af;
  background: transparent;
}

a[href^="/"]:link:after {
  content: " [Link: http://www.vhm-anwaelte.de " attr(href) "] ";
}

div.formular {
	display:none;
}