/* ----------------------------------------------------
   Project: 	immobilienerben.info
   (C) 2008 bridge2net web concepts
   Color scheme: 
   light blue: #9DB5F1
   dark blue: #191970
   purple: #392972
   light purple: #AFA2DD
   ---------------------------------------------------- */

body {
	background: #F3F3F3 url("../images/body_bg.gif") repeat-x;
	color: #333;	
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p {
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: white;
}

#container {	
	color: #333;
	background: #FFFFFF url("../images/m-bg.jpg") repeat-y;
	width: 726px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	color: #333;
	background: #FFFFFF url("../images/header_bg_ie_y.jpg") no-repeat 0px 0px;
	height: 280px;
	padding-left: 23px;
	padding-right: 23px;
}
#header a img {
	border:0px;
	display: inline;
	padding-top: 20px;
}

#logo {
	text-align: center;
	height: 80px;
}

#content {
	padding: 0 23px 10px;
	clear: both;
}
/* --- HEADERS --------------------------------------------------------------------------------- */


h1, h2, h3, h4, h5, h6 {
	color: #412F83;
	background-color:white;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size:14px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: solid #412F83 2px;
}
h2 {
	font-size:14px;
	font-weight: bold;
}
h3 {
	font-size:12px;
	font-weight: bold;
}
h4 {
	font-size:12px;
	font-weight: bold;
}
h5 {
	font-size:12px;
	font-weight: bold;
}
h6 {
	font-size:12px;
	font-weight: bold;
}
hr {
	height:1px;
	color:#CCCCCC;
	background-color: white;
}

/* --- TOP MENU --------------------------------------------------------------------------------- */
#topmenu_bg {
	height:200px;
	width:220px;
	float: left;

}
#topmenu {
	padding-left: 60px;
	margin: 45px 0 0 -10px;
	list-style-image: url("../images/bullet_arrow.gif");
	width: 160px;
	display:block;
}
#topmenu li a {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #AFA2DD;
	background-color: inherit;
	text-decoration: none;
	padding: 3px 0 2px 8px;
	width:140px;
	display:block;	
}
#topmenu li a:hover {
	color: #FFFFFF;
	background-color: inherit;
}

/* --- LEFT MENU --------------------------------------------------------------------------------- */
#left_col {
	float: left;
	width: 220px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#333333;
	background:  white url("../images/left_bg_y.jpg") no-repeat right top;
}

#left_menu {
	margin:35px 0 0 -10px;
	padding: 0 0 0 40px;
	list-style-image: url("../images/bullet_arrow.gif");
	width: 180px;
}
#left_menu li a {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #412F83;
	background-color: white;
	text-decoration: none;
	padding: 5px 0 4px 10px;
	margin-bottom: 7px;
	width:140px;
	display:block;	
	border-bottom: dotted #CCC 1px;	
}
#left_menu li a:hover {
	color: #AFA2DD;
	background-color: white;
	border-bottom: dotted #AFA2DD 1px;
}

a:link.linkbox img, a:visited.linkbox img {
	color: #333;
	background-color:white;
	text-decoration: none;
	border: none;
	margin-left: 28px;
	margin-top: 10px;
	padding: 0;
}
a:hover.linkbox img, a:active.linkbox img {
	color: #333;
	background-color:white;
	text-decoration: none;
	border: none;
	margin-left: 28px;
	margin-top: 10px;
	padding: 0;
}

/* --- CONTENT --------------------------------------------------------------------------------- */
#right_col {
	border-top:3px solid #ccc;
	padding:15px 0 20px 15px;
	margin-left:220px;
	min-height: 393px;
}

#right_col ul {
	list-style-image: url("../images/bullet_arrow.gif");
	margin: auto;
	padding: 0 0 8px 20px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: white;
}

#right_col ol {
	list-style-image: none;
	list-style-type: decimal;
	margin: auto;
	padding: 0 0 8px 30px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	background-color: white;
}

#right_col li {
	margin: 0 0 8px 0px;
}	
#right_col a {
	color: #191970;
	background-color: white;
	text-decoration:underline;
}
#right_col a:hover {
	color: #9DB5F1;
	background-color: white;
	text-decoration:underline;
}
#right_col img {
	text-align: center;
}
#right_col .csc-textpic-caption{
  font-weight: bold;
  text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
}

p.textbox{
	color: #000;
	background: #E3E9F7 url("../images/textbox_bg.gif") repeat;
  	font-style: italic;
  	border-top: 1px solid #a9a9a9;
  	border-left: 1px solid #a9a9a9;
  	border-right: 3px solid #a9a9a9;
  	border-bottom: 3px solid #a9a9a9;
  	padding: 6px;
  	margin: -6px 22px 6px 22px;
}

/* --- CONTACT FORM --------------------------------------------------------------------------------- */
#contact-form label{
	float: left;
	width: 170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	background-color: white;
	font-weight: normal;
}

#contact-form input, textarea, select {
	width: 175px;
	margin-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

#contact-form textarea{
	width: 175px;
	height: 150px;
}

#submitbutton{
	margin-top: 5px;
	margin-left:170px;
	width: 90px;
}

#contact-form br{
	clear: left;
}

/* --- FOOTER --------------------------------------------------------------------------------- */
#footer {
	clear: both;
	color: #AFA2DD;
	background-color:#191970;
	padding-top:15px;
	height:30px;
	width:720px;
	margin-left:auto;
	margin-right:auto;
	font:bold 10px Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer a {
	color:#AFA2DD;
	background-color:#191970;
	text-decoration:underline;
}
#footer a:hover {
	color: white;	
	background-color: #191970;
}


