/* CSS Document */


html, body {
  background-color:#666666;
  margin:0px;
  padding:0px;   
  vertical-align:top;
  text-align:left;  
  height:100%! important;
}

#Seite {
    position:relative;
    padding: 0px; 
    margin: 0 auto;
    width: 800px; 
    height: 100%! important;
	text-align:left;
  	min-height: 100%;
	height:auto !important;/* moderne Browser */
	height:100%; /* IE */
}

#left_shadow {
    position:absolute;
    top:0px;
    left:0px;
    width:16px;
    height:100%! important;
    background-image:url(../image/bg_content_left.jpg);
}

#middle {
    position:absolute;
    top:0px;
    left:16px;
    width:768px;
    height:100%! important;
    background-color: #f7f7f7;
}

#right_shadow {
    position:absolute;
    top:0px;
    left:784px;
    width:16px;
    height:100%! important;
    background-image:url(../image/bg_content_right.jpg);
}

#top {
    position:absolute;
    top:0px;
    left:0px;
    background-image:url(../image/top.jpg); 
    height:140px; 
    width:768px;
    text-align:right;
    float:left;
}

#top_border {
    position:absolute;
    top:140px;
    left:0px;
    background-image:url(../image/border_1.jpg); 
    height:6px; 
    width:768px;
}

#header_image {
    position:absolute;
    top:146px;
    left:0px;
    width:768px;
    height:149px;
}

#top_border2 {
    position:absolute;
    top:295px;
    left:0px;
    background-image:url(../image/border_1.jpg); 
    height:6px; 
    width:768px;
}

#viewport {
    position:absolute;
    top:301px;
    left:0px;
    background-color:#F7F7F7;
    width:768px;
}

#footer {
    position:absolute;
    bottom:0px;
    left:16px;
    background-image:url(../image/footer.jpg); 
    height:65px; 
    width:768px; 
    border-top: 1px solid #D1D1D1; 
    text-align:right;
}


.border_light {
	   border: 1px solid #D1D1D1;
}

.border_box {
	   border: 10px solid #D1D1D1;
}


.titlelink_dark_12 a {
	color : #666666;
	font-size : 12px;
	font-weight: normal;
	font-family : Times New Roman, Times, serif ; 	
	text-decoration: none;
}

.titlelink_dark_12 a:hover {
	color : #666666;
	text-decoration: none;
}

.titlelink_dark_14 a {
	color : #666666;
	font-size : 14px;
	font-weight: bold;
	font-family : Times New Roman, Times, serif ; 	
	text-decoration: none;
}

.titlelink_dark_14 a:hover {
	color : #666666;
	text-decoration: none;
}

.textlink_dark_14 a {
	color : #666666;
	font-size : 14px;	
	font-family : Times New Roman, Times, serif ; 	
	text-decoration: none;
}

.textlink_dark_14 a:hover {
	color : #666666;
	text-decoration: none;
}

.title_dark_16{
        color: #666666;
        font-family: Times New Roman, Times, serif  ;
        font-size: 16px;
		/*text-transform: capitalize;*/
		font-weight: bold;
}

.text_dark_16 {
        color: #666666;
        font-family: Times New Roman, Times, serif  ;
        font-size: 16px;
}


.text_dark_14 {
        color: #666666;
        font-family: Times New Roman, Times, serif  ;
        font-size: 14px;
}


.text_red_12 {
        color: #FF0000;
        font-family: Times New Roman, Times, serif  ;
        font-size: 12px;
}


