@import url("../css/objekte.css");

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;	
}

a:hover, a:active {
	color: #D31D1C;
	text-decoration: none;
}

.print {
	display: none;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #403535;	
	background-color: #A8ABB4;
	background-image: url(../images/puzzle/bg.jpg);
	background-repeat: repeat-x;
}

h2  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: right;
	color: #9d9fab;
	font-weight: bold;
	letter-spacing: .25em;
	width: 800px;
}
	
#struktur {
	background: white;
	width: 800px;
	margin: 10px auto;
}

#header {
	padding: 0;
	height: 88px;
	background-image: url(../images/puzzle/head_bg.jpg);
	background-repeat: repeat-x;
}

#header img {
	border: 0;
	padding: 0;
	margin: 0;
	height: 88px;
}

#pfeil_rechts {
	background-image: url(../images/puzzle/pfeil_rechts.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 88px;
}
	
#left {
	float: left;
	width: 315px;
}

#flash {
	height: 250px;
}

#nav_left {
	background: url(../images/puzzle/nav_left.jpg);
	background-repeat: repeat-x;
	height: 26px;
	font-weight: bold;
	text-align: center;
	width: 315px;
	margin: 0;
	padding: 0;
}

#nav_left ul {
	list-style: none; 
	margin: 0;
	padding: 0;
}

#nav_left li {
	float: left;
	width: 60px;
	display: block;
	height: 26px;
}

#nav_left a:link, #nav_left a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: 26px;
}

#nav_left a:hover, #nav_left a:active {
	border-bottom: 3px solid #ffffff;
	color: #ffffff;
}

#info {
	height: 155px;
	clear: both;
	background: #a3a5b1 url(../images/puzzle/pfeil_li.jpg);	
	background-repeat: no-repeat;
	background-position: bottom left;
}

#info h3 {
	padding-top: 13px;
	margin: 0 auto;
	width: 165px;
	font-size: 1em;
}

#info span {
	color: #d31d1c;
	padding: 0;
	margin: 5px 6px 5px 0;
	width: 165px;
}

#info p {
	padding: 0;
	margin: 3px auto;
	width: 165px;
	font-size: 1em;	
}

#right {
	margin-left: 315px;
}

#nav_right {
	background: url(../images/puzzle/nav_right.jpg);
	background-repeat: repeat-x;
	height: 26px;
	padding: 0;
	margin: 0;
	float: right;
	width: 485px;
}

#nav_right ul {
	list-style: none; 
	margin: 0;
	padding: 0;
	height: 26px;
}

#nav_right li {
	float: left;
	width: 97px;
	text-align: center;
	line-height: 26px;
}

#nav_right a:link, #nav_right a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	height: 26px;	
}

#nav_right a:hover, #nav_right a:active {
	border-bottom: 3px solid #ffffff;
	color: #ffffff;
}

#content{ 
	padding-top: 20px;
}

#footer {
	height: 21px;
	clear: both;
	background: #d31d1c;
	margin-top: 10pxs;
}
	
#footer p {
	text-align: right;
	color: #e0e0e0;
	padding: 2px 5px 0 0;
}

	/* Tabelle*/

#colgroup  {
	padding-top: 15px;
	width: 485px;
	margin: 0;
}
	
#colgroup h3 {
	color:  #ffffff;
	font-size: 1.2em;
	text-align: center;	
	margin-top: 0;
	margin-bottom: 0;
}
	
#colgroup th{
	font-size: 1em;
	background: #afb1bd;
}


#colgroup td{
	font-size: .9em;
	padding: 7px 0 7px 2px;
}

#colgroup tr,td, th {
	background: #e0e0e0;
	border: solid 1px #c9c9d1;	
}



	/* Formularfelder und Inhalte */
	
.kontaktformular {
	width: 350px;
	padding-left: 7px;
	float: left;
	margin: 5px 15px 20px 5px;
}
	
.kontaktformular label	{
	display: block;
	width: 130px;
	float: left;
}

.kontaktformular legend	{
	color: #666;
	font-weight: bold;
	letter-spacing: .25em;
}

.kontaktformular fieldset {
	width: 150px;
	background: #333;
	
}


.box {
	padding-left: 5px;
}

.box_pos{
	margin: 8px 0 8px 0;
	padding: 0;
}

.kontaktformular p {
	margin-left: 10px;
}

.kontaktformular .formularfeld {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #f8f8f8;
	width: 330px;
	height: 100px;
	padding: 0;
	margin: 10px 0 10px 10px;
}

input, textarea, select {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.kontaktformular input {
	border: 1px solid #999;
}

.formularbutton {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #dcdcdc;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666;
	margin-left: 10px;
	width: 120px;
	cursor: pointer;
}

.formularbutton:hover {
	background: #ffffff;
	color: #DFDFDF;
}

.star  {
	color: #d31d1c;
}

	/* Impressum */

#impressum {
	 display: block;
}

	
	
#impressum ul  {
	list-style-type: none;
	border-bottom: 2px dashed #9d9fab;
	border-left: 2px dashed #9d9fab;
	margin: 25px 100px 25px 100px;
	padding: 25px 40px 25px 40px;
	clear: both;
	font-size: 14px;
	height: 400px;
}

#impressum li  {
	margin: 8px;
}


#impressum strong {
	width: 170px;
	margin-right: 10px;
	float: left;	
}

  /*Team*/
  
  
#team h3, #team h5 {
text-align: center;
color: #d31d1c;
}

#foto_team a:link, #foto_team a:visited {
	color: #68696F;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #a3a5b1;
}

#foto_team a:hover, #foto_team a:active {	
	border-bottom: 3px solid #a3a5b1;
	padding: 3px;
}

#team {
	width: 800px;
	display: block;
	margin: 0;
	padding: 0;
}

#team ul {
	list-style-type: none;
	font-size: small;
	margin: 0 50px 15px 50px;
	padding: 0;	
}

#team li  {
	margin: 13px;
}


#foto_team  {
	margin: 8px;
}


.franz h6   {
	color: #d31d1c;
	font-size: 1.1em;
	margin: 20px auto;
}

.bernd h6   {
	color: #d31d1c;
	font-size: 1.1em;
	margin: 20px auto;
}

.portrait {
 margin-bottom: 5px;
 
}

.work ul {
 margin: 0 0 0 30px;
 padding: 0;

}

.work li {
	margin-bottom: 5px;
	
}

.work p {
	margin-bottom: 8px;
}





	/*Service*/
	

.finanz  {
	float: left;
	margin-left: 10px;

}

.finanz h3  {
	color: #d31d1c;
	float: left;
	font-size: large;
	margin: 0;
	

}

.finanz h4  {
	color: #9d9fab;
	text-align: left;
	clear: both;
	font-size: medium;
	margin: 0 0 10px 0;
}

.finanz p  {
	color: #403535;
	text-align: left;
	margin: 8px 0 8px 0;
	padding-right: 170px;
}

.service h3  {
	color: #d31d1c;
	text-align: center;
	font-size: large;
	margin-bottom: 10px;		
}

.suchen h4 {
	color: #9d9fab;
	text-align: center;
	font-size: medium;
	margin: 10px 0 10px 0;
}

.suchen p  {
	color: #403535;
	padding-left: 85px;
	padding-right: 85px;
	margin: 8px 0 8px 0;
}


.verkauf  {
	margin-right: 10px;
}

.verkauf h3  {
	color: #d31d1c;
	text-align: right;
	font-size: large;
	margin-bottom: 10px;
}

.verkauf h4  {
	color: #9d9fab;
	text-align: right;
	font-size: medium;
	margin: 10px 0 10px 0;
}

.verkauf p  {
	color: #403535;
	padding-left: 170px;
	margin: 8px 0 8px 0;
	
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;	
}

#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: none;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}
.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
.Bold{
	font-weight: bold;
}

