/* ----------------------------------------------------
   Project: 	helmutdietz-immobilien.info
   				helmutdietz-immobilien.de
   (C) 2008 bridge2net web concepts
   hdi_print.css
   ---------------------------------------------------- */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000 !important;
	background: #FFF !important;
	line-height: 15pt;
	text-align: left;	
}

#container {	
	width: auto;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	color: #333;
	background: white;
	height: 80px;
	padding-left: 23px;
	padding-right: 23px;
	margin: auto;
}
#header a img {
	border:0px;
	display: inline;
	padding-top: 0px;
}
#headerlink1 a {
	position: absolute;
	top: 0px;
	margin: 50px 0px 0px 170px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	background-color:white;
	text-decoration: none;
}
#headerlink2 a {
	position: absolute;
	top: 0px;
	margin: 50px 0px 0px 320px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	background-color:white;
	text-decoration: none;
}
#headerlink3 a {
	position: absolute;
	top: 0px;
	margin: 50px 0px 0px 490px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	background-color:white;
	text-decoration: none;
}
#logo {
	text-align: center;
	height: 0px;
}

#content {
	padding: 0 ;
	clear: both;
}
/* --- HEADERS --------------------------------------------------------------------------------- */


h1 	{
	font-size: 16pt;
	color: #412F83;
	background-color:white;
	text-transform: uppercase;
	border-bottom: solid #412F83 2px;
	}
h2 	{
        font-size: 14pt;
	font-weight: bold;
	}
h3 	{
	font-size: 12pt;
	font-weight: bold;
	}
h4 	{
	font-size: 12pt;
	font-weight: bold;
	}
h5 	{
	font-size: 12pt;
	font-weight: bold;
	}
h6 	{
	font-size: 12pt;
	font-weight: bold;
	}	
		
hr {
	height:1px;
	color:#CCCCCC;
	background-color: white;
}

/* --- TOP MENU --------------------------------------------------------------------------------- */
#topmenu_bg {
	display: none;
	height:0px;
	width:0px;

}
#topmenu {
	display: none;
	padding: 0;
	margin: 0;
}
#topmenu li a {
	display: none;
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #AFA2DD;
	background-color: inherit;
	text-decoration: none;
	padding-left:0px;
}
#topmenu li a:hover {
	display: none;
	color: #FFFFFF;
	background-color: inherit;
}

/* --- LEFT MENU --------------------------------------------------------------------------------- */
#left_col {
	display: none;
	float: none;
	position: relative;
	width: 0px;
	height: 0px;
}

#left_menu {
	display: none;
	margin:0;
	padding: 0;
	width: 0px;
}
#left_menu li a {
	display: none;
	padding:0px;
	height:0px;
	width:0px;
}
#left_menu li a:hover {
	display: none;
}

a:link.linkbox img, a:visited.linkbox img {
	display: none;
	border: none;
	margin: 0px;
	padding: 0;
}
a:hover.linkbox img, a:active.linkbox img {
	display: none;
	border: none;
	margin: 0px;
	padding: 0;
}

/* --- CONTENT --------------------------------------------------------------------------------- */
#right_col {
	border-top:none;
	padding-top:90px;
	margin: 0px;
}

#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 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;
}
p.textbox{
	color: #000;
  	background-color: white;
  	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: none;
	color: #333;
	background-color:white;
	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: #333;
	background-color:white;
	text-decoration:underline;
}
#footer a:hover {
	color: #333;
	background-color:white;
}

