/* ------------------------------------------------------ */
/*    Project: StormConsult - Web                         */
/*    CSS & HTML                                          */
/*    Wrote by:      NStefanovic                          */
/*    Date:          20101101                             */
/*    Last changed   20110303                             */
/* ------------------------------------------------------ */

body {
   font-family: Arial,Helvetica;
   color: #5e5848;
   font-size: 12px;
   padding:0px;
   margin:0px;
}
a:link {color:#5E5848;}


#storm-main
{
   padding-top:0px;
   padding-bottom:10px;
   left: 0;
   position: relative;
   width: 100%;
}

/* ----------container to center the layout-------------- */
.container {
   
   margin: 0 auto;
   /*
   border: 1px solid #5e5848;
   min-height: 3px;
   min-width: 3px;*/
   position: relative;
   width: 800px;
   border:solid 1px #5e5848;
   border-radius: 0;
   box-shadow:0 0 0 10px #5e5848;
   -moz-box-shadow:0 0 10px #5e5848;
   -webkit-box-shadow:0 0 10px #5e5848;
   border-top: 0 0 0;
   z-index: 0;
 }

#header {
   padding: 0px;
   margin: 0 auto;
   position: relative;
   height: 110px;
   top: 0px;
   left: 0px;
}

#logo_l
{
   float: left;
   width: 250px;
   background-color: #000D59;
   height: 111px;
   z-index: 2;
   position: absolute;
   top: 0px;
   left: 0px;
   background-image: url(images/logo_bg_blue.png);
   background-repeat: repeat-y;
}
img.logo_l_img_old
{
   vertical-align: baseline;
   z-index: 9999;
   position: absolute;
   bottom: 0px;
   right: -34px;
   left: 2px;
   padding-bottom: 0px;
   height: 53px;
}

img.logo_l_img
{
   vertical-align: middle;
   z-index: 9999;
   position: relative;
   bottom: 0px;
   right: -34px;
   left: 2px;
   height: 53px;
   padding-top: 10px;
   float: left;
}

#logo_r
{
   float: left;
   text-align: center;
   padding-left: 300px;
   vertical-align: middle;
   padding-top: 30px;
   position: relative;
   z-index: 4;
}
.logo_r_img
{
   float: left;
   width: 800px;
   padding-top: 0;
   background-image: url('images/logo_bg.jpg');
   top: 0px;
   left: 0px;
   position: absolute;
   z-index: 1;
   height: 111px;
}
.logo_r_img h2
{
   white-space: nowrap;
}

/* -----------------content--------------------- */
#content {
    background-color: #ffffff;
    margin-left: 250px;
    margin-right: 0px;
    padding-top: 60px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

h3,h4 {
   padding-left:10px;
}

p, pre{
padding: 5px 10px;
margin:0px;
display:block;
}


/* --------------left navi-sidebar-------- */
#sidebar {
   float: left;
   width: 250px;
   margin: 0px 0px 0px 0px;
   padding-top: 60px;
   left: -1px;
}


#sidebar_middle {
  width: 200px;
/*  background: url(...) repeat-y;
*/  
   padding-left: 10px;
}



#sidebar_middle h1 {
  color: #a20303;
  font-size: 20px;
  line-height: 26px;
  margin: 0 15px 3px 0;
  padding-left: 5px;
}

#sidebar_middle ul {
  padding-bottom: 25px;
}

#sidebar_middle ul li {
  font-size: 14px;
  line-height: 18px;
  padding: 5px 0 2px 15px;
  border-bottom: 1px solid #ccc;
  margin: 0 45px 0 20px;
}

#sidebar_middle ul li a {
  color: #666;
  text-decoration: none;
}


#footer {
   /*clear: both;*/
   margin: 0px;
   padding-top: 0px;
   padding-bottom: 0px;
   float: left;
   width: 100%;
   background-color:#5E5848;
   font-size:11px;
   color:white;
   position:relative;
   border-radius: 0;
   box-shadow:0 0 10px #5e5848;
   -moz-box-shadow:0 0 10px #5e5848;
   -webkit-box-shadow:0 0 10px #5e5848;
   border-top: 0 0 0;
   
}
#footer a{
   color: white;
   text-decoration: none;
}
#footer a a:visited a:link a:visited a:active {
   text-decoration: none;
   color: white;
   background-color: transparent;
}
#footer a:hover {
   text-decoration:underline;
   color: white;
   background-color: #000D59;
}

.footer_l{
   float: left;
   white-space: nowrap;
   vertical-align:middle;
   padding-top:5px;
   padding-left:5px;
   height:21px;

}
.footer_r{
   float: right;
   height: 21px;
   position: relative;
   vertical-align: top;
   top: 0px;
   
   padding-left:5px;
   margin-left: 5px;
}

.fr_r{
   text-align:center;
   float: left;
   border-left-width: 2px;
   border-left-color: white;
   border-left-style:solid;

   min-height:21px;
   max-height:23px;
   padding-left:5px;
   padding-right:5px;
   padding-top:5px;
}

.menu
{
   text-align: right;
   margin-right: 10px;
}


.menu li
{
   background-color: #5E5848;
}

.menu li a:link, a:active, a:hover
{
   background-color: #000D59;
   color: White;
   text-decoration: no;
}



.tt_l
{
    background-color: #58585A;
    width: 60px;
    color: White;
    padding-left: 5px;
}

.tt_l a:visited
{
    background-color: #58585A;
}
.tt_l a:hover, a:active{
    background-color:#000D59
}


.tt_r
{
    background-color: #58585A;
    color: White;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    line-height: 23px;
    padding-right: 5px;
}


.tt_r a:visited
{
    background-color: #58585A;
}
/*
.tt_log_l
{
    font-size: 12px;
    color: white;
    background-color: #000D59;
    text-align: left;
    text-decoration: none;
    vertical-align:middle;
    line-height: 23px;
    width: 60px;
    text-transform: uppercase;
    padding-left: 5px;
}
.tt_log_l img{
   padding-bottom:2px;
   vertical-align:middle;
}
.tt_log_r
{
   font-size: 12px;
   color: #58585A;
   text-align: left;
   border: 3px solid #000D59;
   background-color: #FFFFFF;
   background-image: url(images/logo_bg.png);
}
*/

.login_nav{
    margin-top:30px;
    width:250px;
    height:25px;
    display:block;
}

.login_nav p, h1, form, button {border:0; margin:0; padding:0;}

	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #000D59;
		width:170px;
		margin-top:2px;
		margin-right:0px;
		margin-left:4px;
		
	}

.login_nav #button{
   background:#000D59 url(images/arow_r18.jpg) no-repeat right center;
   border-width:0px;
   color:#FFFFFF;
   font-size:11px;
   font-weight:bold;
   height:25px;
   margin-left:0px;
   margin-right:5px;
   padding-left: 5px;
   text-align:justify;
   text-transform:uppercase;
   vertical-align:middle;
   width:65px;
   background-color:#000D59;
   vertical-align:middle;
   
}

.login_nav_logintext{
   color: white;
   text-align: left;
   text-decoration: none;
   text-transform: uppercase;
   font-size: 12px;
   padding-left: 5px;
}


form#login
{
    
    margin-top:30px;
    /*
    padding-top: 30px;
    position: relative;
    */
    width:250px;
    height:25px;
}
form#login p
{
   display:block;
   padding-left:0px;
   padding-right:0px;
   vertical-align:baseline;
   padding-top:0px;
   padding-bottom:0px;
}
form#login #button1
{
   width:65px;
   height:28px;
   background-color:#000D59;
   border-width:0px;
   font-size: 12px;
   color: white;
   background-color: #000D59;
   text-align: left;
   text-decoration: none;
   text-transform: uppercase;
   vertical-align:middle;
   padding-left: 5px;
   padding-bottom:3px;
   margin-left:0px;
   margin-right:5px;
}
form#login #button1
{
   background-image: url(images/arow_r18.jpg);
   background-repeat: no-repeat;
   background-position: right center;
}
form#login #login_usr
{
   border: 3px solid #000D59;
   width: 170px;
   height: 18px;
   padding-top: 1px;
   padding-bottom: 4px;
}

/*.login_r
{
   margin-left:2px;
   font-size: 12px;
   color: #58585A;
   text-align: left;
   border: 3px solid #000D59;
   background-color: #FFFFFF;
}

table.login
{
    padding-top: 30px;
    position: relative;
}
*/


table.news
{
   margin-top:10px;
   left: 0px;
}

/*
table.news
{
   margin-top:80px;
   left: 0px;
}
*/

.tt_news_l
{
   background-color: #000D59; /*#84DC17;*/
   padding-left: 0px;
   line-height: 23px;
   width: 60px;
}
.tt_news_r
{
   background-color: #FFFFFF;
   color: #000D59; /*#84DC17;*/
   text-decoration: none;
   text-transform: lowercase;
   font-style: italic;
   font-weight: bold;
   font-size: 18px;
   line-height: 17px;
   text-align: right;
   border-top-style: solid;
   border-bottom-style: solid;
   border-top-width: 2px;
   border-bottom-width: 2px;
   border-top-color: #000D59; /*#84DC17;*/
   border-bottom-color: #000D59; /*#84DC17;*/
   font-variant: normal;
   padding-top: 0px;
   padding-bottom: 0px;
   margin-top: 2px;
   margin-bottom: 5px;
}
.tt_news_ticker
{
   font-size: 12px;
   color: #000D59;   /*#000D59;*/
   text-align: left;
   white-space: nowrap;
   padding-left:-5px;
}

.tt_news_line
{
   background-image: url(images/news_line.jpg);
   background-repeat: repeat-x;
}
.header_line
{
   background-image: url(images/head_line.jpg);
   background-repeat: repeat-x;
}
.tt_news_ticker_more
{
   text-align: right;
   text-decoration: underline;
   font-variant: normal;
}


.contact_l
{
   float: left;
   top:0;
   text-align: right;
   width: 30%;
   margin-right:10px;
   margin-left:-30px;
}
.contact_r
{
   float: right;
   margin-left:10px;
   margin-right:-40px;
   height: auto;
   width: 30%;
   text-align:left;
}
img.contact_img{
   vertical-align: middle;
   border: 0 0;
   margin-left: 10px;
   margin-right: 10px;
}

.contact
{
   margin-left: -250px;
   padding-left: -70px;
   position: absolute;
   width: 100%;
   /*
   
   margin-left: 0;
    position:relative;
    top:0;

   border:solid 1px red;
   width: 80%;
   */
}

/* -------------- Portfolio/Lesitungen --------------*/
/*    prim. NS: also for more entries */
.post_new
{
/*   margin: 0 -5px 0px 10px;
   padding-bottom: 10px;
*/   
   padding-right:0px;
   width:96%;
   display:block;
   position:relative;
   float:left;
   margin-left:10px;
   top: 0px;
   margin-right: 0;
   margin-top: 0;
   margin-bottom: 0;
}
.post_left {
   float: left;
   width: 120px;
   margin: 0px 0px 0px 0px;
   padding-left:10px;
   
   left: -1px;
}
.post_right {
   float: left;
   width: 250px;
   margin: 0px 0px 0px 0px;
   
   left: -1px;
}


.contact_left {
   float: left;
   width: 230px;
   margin: 0px 0px 0px 0px;
   padding-left:20px;
   left: -1px;
}

.contact_left p{
   /*text-align:right;*/
}

.contact_right {
   float: left;
   width: 230px;
   margin: 0px 0px 0px 10px;
   left: -1px;
}

.contact_right p{
   text-align:left;
}

.contact_email{padding-top:5px;}
.anfahrt{padding-left:10px; font-size:small;}



.post
{
/*   margin: 0 -5px 0px 10px;
   padding-bottom: 10px;
*/   
   padding-right:0px;
   width:96%;
   display:block;
   position:relative;
   float:left;
   margin-left:10px;
   top: 0px;
   margin-right: 0;
   margin-top: 0;
   margin-bottom: 0;
}

.post-more
{
   float: right;
   margin:0 10px 15px;
   position: relative;
   width:30px;
}
.post-left
{
   float:left;
   width:80%;  
}
p.post-left
{
   padding:0 5px 10px 0px;
}
a.more
{
   vertical-align: top;
   top: 0px;
}
.post-refer-line_top
{
   border-top:solid 1px #5e5848;
   float:none;
   margin-top: 15px; margin-bottom: 15px; margin-right: 0px; margin-left:10px;
   position:relative;
   width:90%;
   top: 0px;
   padding-left:10px;
}
.post-refer-line_top_old1
{
   border-top:solid 1px #5e5848;
   margin-top:10px;
   margin-bottom:10px;
   margin-right:50px;
   position:relative;
   width:90%;
   float:none;
   top: 0px;
   left: 47px;
}
.post-refer-line_dwn
{
   border-bottom: solid 1px #5e5848;
   margin-top: 10px;
   margin-right:50px;
   width: 90%;
   float: left;
}


.post-img{
   width:120px;
   position: relative;
   float: left;
   padding-right:10px;
   padding-top:5px;
   padding-bottom:5px;
   
}
.post-img_l
{
   /*padding-top: 5px;
   padding-left:5px;
   padding-right:5px;
   padding-right:5px;
   padding-top:5px;
   height: 40px;*/
   position: relative;
   text-align:center;
   float: left;
   
   
   border: 0;
   
   
}
.post-refer
{
   float:left; 
}
.post-refer p
{
   padding:10px 5px 10px 0px;
   vertical-align:middle;
}

/* -------------- Visitcards/Visitkarten --------------*/
/*    prim. NS: hovered links in this case is extra    */
#vcard, #leistung_deteil
{
   margin-left: 30px;
   font-size: 13px;
}
#vcard a {
   color: #5e5848;
   text-decoration:underline;
}
#vcard a:visited a:link a:visited a:active {
   text-decoration: underline;
   color: #5e5848;
   background-color: transparent;
}
#vcard a:hover {
   text-decoration:underline;
   color: white;
   background-color: #000D59;
}

#referenz_deteil{
   margin-left: 30px;
   margin-right:30px;
   margin-top:45px;
   font-size: 13px;
}

/* -------------- Navigation blue-gray wth., btn --------------*/
a.nav, a.nav:link, a.nav:visited, .chosen 
{
   background-position: left;
   display: block;
   width: 250px;
   height: 25px;
   line-height: 23px;
   background: #58585A;
   margin-top: 2px;
   margin-left: 0px;
   text-align: right;
   text-decoration: none;
   text-transform: uppercase;
   vertical-align:middle;
   
   font-size: 12px;
   color: #fff;
   overflow: hidden;
   background-repeat: repeat-y;
}
a.nav:hover {
   width: 250px;
   background: #000D59;
   background-position: left;
   color: #fff;
   background: #000D59; 
   background-repeat: repeat-y;
}
a.nav:active, .chosen {
   width: 250px;
   background-position: transparent;
   color: #fff;
   background: #000D59;
   background-repeat: repeat-y;
   line-height: 23px;
   text-align: right;
   vertical-align: middle;
}

/*#menu_main_left
{
    background-position: #FFFFFF;
    width: 250px;
    padding: 0.5em;
    margin: 0 auto;
}
#menu_main_left a,#menu_main_left a:visited
{
   color: White;
   background-image: url(images/btn_gr.jpg);
   background-repeat: no-repeat;
   
}

       
#menu_main_left a:link{
   color: White;
   background-image: url(images/btn_gr.jpg);
   background-repeat: no-repeat;
   text-decoration: none;
   text-align: center;
}
#menu_main_left a:hover a:active{
   color: White;
   background-image: url(images/btn_bl.jpg);
   background-repeat: no-repeat;
   text-decoration: none;
   text-align: center;
}
.box {
  position:relative;
  }
*/  

/*  
a.nav, a.nav:link, a.nav:visited, .chosen 
{
   background-position: left;
   display: block;
   width: 250px;
   height: 25px;
   line-height: 23px;
   background: #58585A;
   margin-top: 2px;
   margin-left: 0px;
   text-align: right;
   text-decoration: none;
   text-transform: uppercase;
   vertical-align:middle;
   
   font-size: 12px;
   color: #fff;
   overflow: hidden;
   background-repeat: no-repeat;
   background-image: url(images/btn_gr_001.jpg);
}
a.nav:hover {
   width: 250px;
   background: #000D59;
   background-position: left;
   color: #fff; 
   background-image: url(images/btn_bl_001.jpg);
   background-repeat: no-repeat;
}
a.nav:active, .chosen {
   width: 250px;
   background-position: transparent;
   color: #fff;
   background: transparent;
   background-repeat: repeat-y;
   background-image: url(images/btn_bl_001.jpg);
   line-height: 23px;
   text-align: right;
   vertical-align: middle;
}
/*
a.nav:hover{
background: transparent;
}
*/


/* Navigation Left - Changed on 20100303, NStefanovic */
/*
a.nav, a.nav:link, a.nav:visited, .chosen 
{
   background-position: left;
   display: block;
   width: 250px;
   height: 25px;
   line-height: 23px;
   background: #58585A;
   margin-top: 2px;
   margin-left: 0px;
   text-align: right;
   text-decoration: none;
   text-transform: uppercase;
   vertical-align:middle;
   
   font-size: 12px;
   color: #fff;
   overflow: hidden;
   background-repeat: no-repeat;
   background-image: url(images/btn_gr_001.jpg);
}
a.nav:hover {
   width: 250px;
   background: #000D59;
   background-position: left;
   color: #fff; 
   background-image: url(images/btn_bl_001.jpg);
   background-repeat: no-repeat;
}
a.nav:active, .chosen {
   width: 250px;
   background-position: transparent;
   color: #fff;
   background: transparent;
   background-repeat: repeat-y;
   background-image: url(images/btn_bl_001.jpg);
   line-height: 23px;
   text-align: right;
   vertical-align: middle;
}
*/




.nav_text_l
{
   vertical-align:middle;
   padding-right:10px;
   
}

.impressum
{
   display:block;
   width:100%;
}

.impressum_l{
   padding-left:10px;
   width:30%;
   float:left;
   clear:left;
}
.impressum_r{
   padding-left:10px;
   float:left;
   top:0;
}

#impressum h4
{
   clear:both;
   padding-top:20px;
   padding-left:10px;
}
#impressum p
{
   clear:both;
   display:block;
   padding-left:10px;
   padding-right:10px;
   vertical-align:baseline;
   padding-top:10px;
   padding-bottom:0px;
   float:left;
   position:relative;
}

#sitemap
{
   display:block;
   width:100%;
}
#sitemap h4
{
   clear:both;
   padding-top:20px;
   padding-left:10px;
}
#sitemap dl
{
   padding-left:40px;
   padding-right:10px;
   width:80%;
}
#sitemap dd
{
   padding-top:10px;
}
#sitemap ul
{
   padding-left: 0px;
   list-style-type: disc;
   list-style-position: inside;
}
#sitemap li
{
   padding-left:10px;
}


.login_sidebar
{
   float: left;
   width: 250px;
   margin-top: 30px;
}



