/*****************************************************************************
*
* Stylesheet bauprofis.info
*
******************************************************************************/

/* -- reset styles --------------------------------------------------------- */

html, body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, pre, form, fieldset, legend, p, blockquote, th, td, img, a {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

/* -- site layout ---------------------------------------------------------- */

body {
  font-family  : Georgia, Verdana, Arial, Helvetica, sans-serif;
  font-size    : 9pt;
  
  background   : #ffffff;
  text-align   : center;
}

div.layout {
  width      : 800px;
  height     : 650px;
  
  text-align : left;
  margin     : 0px auto;
  
  padding    : 0px;
  border     : 0px solid grey;
  background : white;
}

div.header {
  position   : relative;
  height     : 25px;
}

div.leiste {
  position   : relative;
  height     : 122px;
  border     : 0px;
  margin     : 0px;
}

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

a {
  text-decoration  : none;
  font-weight      : bold;
  color             : #F49C08;
}

a:hover {
  color    : #888;
  text-decoration : underline;
}

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

div.menu, div.submenu {
  font-family  : Georgia, Verdana, Arial, Helvetica, sans-serif;
  font-size    : 15px;
  font-variant: small-caps;
  /*letter-spacing : 1px; */
  line-height  : 20px;
  
  position     : relative;
  height       : 35px;
  
  background-color : #2F2626;
  color        : #F49C08;
  padding      : 0px 30px;
  margin       : 0px;
  
  border-top: 1px solid #bbb;
  border-bottom: 2px solid #fff;
}

div.submenu {
  font-size: 14px;
  border-top-color : #000;
}

div.submenu a:hover {
  border-bottom: 3px solid #fff;
}



#main_menu, #sub_menu { margin: 0 auto; padding:0px; list-style: none; position: relative; width: 100%; }
#main_menu li, #sub_menu li { display: inline; float: left;  }
#main_menu li a, #sub_menu li a { color: #bbb; font-size: 15px; font-weight:bold; display: block; padding: 11px 11px 2px; text-decoration: none;  }
#main_menu li a:hover, #sub_menu li a:hover { color: #fff; }
#magic-line { position: absolute; zoom : 1; z-index: 0; bottom: -4px; left: 0; width: 100px; height: 4px; color:#fff; background: #fe4902; }

#main_menu li ul { display : none; }
#main_menu li:hover ul { display : block; }

.current_sub_item  a { border-bottom: 3px solid #fff; }
#main_menu li.current_page_item a { color: #fff; }
#sub_menu li.current_sub_item a { color: #fff; }
#main_menu li.current_page_item a:hover,  .current_sub_item a:hover { color: #fff; }

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

div.content {
  position   : relative;
  min-height     : 485px;
  line-height : 160%;
  padding-left:40px;
  padding-right:40px;
}

div.logo2 {
  position   : absolute;
  
  right      : 20px;
  bottom     : 20px
}

div.footer {
  height : 20px;
  background-color : #000;
  color : #fff;
  font-family  : Arial, Helvetica, sans-serif;
  font-weight : bold;
  font-size   : 11px;
  clear : both;
  border-bottom  : 3px solid #FE4902;
  margin-bottom  : 15px;
  padding   : 5px 36px 0;
  
}

div#column_left {
	float:left;
	width : 330px;
	margin-top: 30px;
	text-align:justify;
}

div#column_right {
	float : right;
	width : 330px;
	margin-top: 30px;
	text-align:justify;
}

div#joined {
	clear  : both;
	width  : 100%;
}
/* -- private seiten ------------------------------------------------- */

p {
	margin : 0px 0px 16px 0px;
}

h1 {
  font-size         : 18pt;
  font-weight       : normal;
	margin        : 10px 0px 20px 0px;
	
}

h2 {
  font-size  : 10pt;
  font-weight : bold;
}

fieldset {
  border : 1px solid #888;
  -moz-border-radius : 5px;
  -webkit-border-radius : 5px;
  padding : 7px;
}

legend {
  padding : 0px 10px;
  font-weight : bold;
}

input, textarea, select {
  font-family       : arial, helvetica, sans-serif;
  font-size         : 8pt;
  border            : 1px solid #F49C08;
  padding-left      : 4px;
  padding-right     : 4px;
  background-color  : white;
}

input[type=checkbox] { border-width:0px; }
input[type=text] { height : 18px; width : 235px; }
input[type=text]:focus, textarea:focus { background-color : #ddd; } 
label {
  width         : 50px;
  margin-right : 15px;
  float         : left;
  clear         : left;
}


ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}

a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

/*

table.kontakt {
  width     : 100%;
  font-size : 10pt;
  vertical-align:top;
}


div.menu a {   vertical-align:middle; }

div.menu ul {
	clear: both;
	margin: 0;
	padding: 0;
}


div.menu li {
  float : left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
div.picture {

  position   : absolute;
  top        : 50px;
  left       : 180px;
}

div.description {
  line-height  : 150%;
  position     : absolute;
  width        : 400px;
  height       : 400px;
  
  left         : 320px;
  top          : 50px
}

div.logo {
  position   : absolute;
  top        : 350px;
  left       : 5px;
  width      : 180px;
}

div.profile {
  line-height  : 150%;
  position     : absolute;
  width        : 550px;
  height       : 400px;
  
  left         : 200px;
  top          : 50px
}

span.headline {
  display           : block;
  font-family       : Times New Roman, serief;
  font-size         : 18pt;
  
}
alte styles
div.logo1 {
  position   : absolute;
  top        : 50px;
  left       : 200px;
}
div.news {
  font-size  : 8pt;
  line-height  : 150%;
  
  position   : absolute;
  width      : 250px;
  height     : 120px;
  border     : none;
  border : 2px solid red;
  padding : 10px;
  
  left       : 20px;
  bottom     : 50px
}

*/

