﻿/* Objekt */

#ObjectContainer	{
	float: left;
	width: 731px !important;
	padding-top: 0px;
	padding-left: 40px !important;
	padding-left: 40px;
}


#ObjectContainer 
{
	width: 720px;
	border: solid 0px red;
}

	#ObjectContainer #ObjectInfo 
	{
		width: 250px; 
		margin-top: 0px; 
		margin-left: 25px;
		float: left;
		/*text-align: justify;*/
	}
	
	#ObjectImageBox 
	{
		width: 390px; 
		float:left; 
	}
	
	#ObjectButtons 
	{
		width: 390px;
		border: solid 1px red;
		float: left;
	}

.ImageButton img 
{
	margin-right: 3px;
	margin-bottom: 5px;
}

.Separator 
{
	background-image: url(../Images/objekt/bgSeparator2.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px !important;
	margin-bottom: 0px;
}



/* Objektlista */
#Val{
	background-image: url(../Images/Val_Bg.jpg);
	height: 28px;
	float: left;
	width: 720px;
	padding-top: 10px;
	margin-top: 32px;
	font-size: 10px;
	padding-left: 15px;
	margin-bottom: 35px;
	text-transform: uppercase
}   
	 
#Val_Content {float: left;}
 
.Val_Checkbox {float: left; position: relative; top: -7px;}

.Val_Button{float: left;}


#ListObjectContainer{
	padding-top: 0px;
	float: left;
	width: 720px;
	border: solid 0px red;
}


td.ListItem 
{
	padding-right: 14px;
	padding-bottom: 20px;
	width: 230px;
	vertical-align: top;
}

.imBox 
{
	clip: Rect(0px, 230px, 153px, 0px); 
	width: 230px; 
	height: 153px; 
	overflow: hidden;
	border: solid 1px black;
}

/*
#ListObjectContainer .ListObjectItem 
{
	padding-right: 17px;
	padding-bottom: 10px;
	width: 230px;
	vertical-align: top;
}
*/

/* ObjektScroll */
.objdesc_container
{
    width: 730px;
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    border: solid 0px red;
}    
    
.objdesclist_container
{
    width: 730px;
    margin: 0px 0px 0px 0px;
    height: 97px;
    background-image: url(/staticfiles/gfx/navlist_bg.gif);
    background-repeat: repeat-x;
    position:relative;
    z-index:1;
    border: solid 0px green;
}

.objdesc_imgnav
{
    /*width: 682px;*/
    width: 682px;
    height: 100px;
    float: left;
    position: absolute;
    left: 42px;
    clip: Rect(0px,682px, 100px, 0px);
    overflow: hidden;
    z-index: 1;
    float: left;
    border: solid 0px red;
}

.objdesc_navs
{
    position: absolute;
    left: 0px;
    top: 0px;
}

.objdesclist_item
{
    width: 105px;
    height: 77px;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #000000;
    margin: 8px 7px 0px 0px;
    padding: 1px 0px 0px 0px;
    border: solid 1px #000000;
}

.objdesclist_img
{
    width: 103px;
    height: 61px;
    position: relative;
    clip: Rect(0px,103px, 61px, 0px);
    overflow: hidden;
}

.objdesclist_text
{
    width: 103px;
    height: 31px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #ffffff;
}

.objdesclist_text a 
{
	color: #ffffff;
}
	
