﻿div 
{
    /*  border:solid 1px red;  */
}

body, form, document, html
{
    background-image: none;
    background-color:#ffffff;
	color:#333333;
}


#mainContainer
{
	background-image: none;
	
	position:static;
	padding: 20px;
    width:auto;
    margin-left: 0px;
	text-align: left;
}

#clicktozoom 
{
    visibility:hidden;
}
#printMe 
{
    display:none;
}

.menu
{
    display:none;
}
.content
{
	width: 650px;
	float: left;
}

#logo 
{
   width:349px;
   height:64px;
   margin: 40px 0px 40px 0px
}

a, a:link, a:visited
{
	font-family:Arial, Helvetica, sans-serif, "Trebuchet MS";
    font-size:12px;
    font-weight:bold;
    color:#bd002b;
    line-height:1.4em;
    text-decoration: none;
}

a:hover
{
    color:#000000;
    text-decoration: none;
}

.menu a, .menu a:link, .menu a:visited
{
	 line-height:2em;
}





.objektHeader 
{
    color:#000000;
    font-size: 22px;
    font-weight:bold;
}

.objektLghtNr 
{
    color:#000000;
    margin-bottom:60px;
}
.objektTable TD
{
    width:200px;
}

.objektTdDescr 
{
    color:#000000;
}

.objektTdValue 
{
    font-weight: bold;
    color:#000000;
    text-align: right;
}
.objektPic 
{
    border:solid 1px #000000;
}
.objektPicText 
{   
    margin-top:5px;
    margin-bottom:5px;
    text-align:center;
}
.objektComment
{
    width:300px;
    font-size:11px;
    color:#000000;
    font-style:italic;
}
.objektVaningpic 
{
    margin-bottom:40px; 
    margin-top:40px; 
}
.bulletList 
{
    padding-left:20px;
    background-image:url('../media/img/bullet_blue.gif');
    background-repeat:no-repeat;
    background-position:7px;
}

