/* CSS Document */

/*====================start general settings====================*/
body{
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

table{
	border-collapse:collapse;
}

.img{
	margin:0px -5px 0px -5px;
}

a:link, a:hover, a:active, a:visited{
	text-decoration:none;
	color:#000000;
}

.link{
	display:block;
	width:100%;
}

.pfeil_nach_oben{
	border:none;
}
/*=====================end general settings=====================*/



/*=====================start door overview=====================*/
#door_overview{
	text-align:center;
	position:relative;
}

#door_overview tr td{
	vertical-align:top;
	padding-left:15px;
	padding-right:15px;
}

#door_overview tr td a img{
	border:none;
}
/*======================end door overview======================*/



/*====================start system overview====================*/
#system_overview{
	left:662px;
	top:515px;
	position:absolute;
}

#system_overview tr td{
	padding-bottom:15px;
}

#system_overview tr td a img{
	border:none;
}
/*=====================end system overview=====================*/



/*=======================start text css=======================*/
.description{
	font-weight:bold;
}

.link_up:link, .link_up:hover, .link_up:active, .link_up:visited{
	color:#0033FF;
	font-size:10px;
}

.link_back:link, .link_back:hover, .link_back:active, .link_back:visited{
	color:#0033FF;
	font-size:11px;
}

.matrix_header{
	background-color:#0035AD;
	color:#FFFFFF;
	font-size:14px;
}

.matrix_header td{
	padding-left:5px;
	padding-right:5px;
}

.matrix_info{
	background-color:#CCCCCC;
}

.matrix_info:hover{
	background-color:#666666;
	color:#FFFFFF;
}

.matrix_info:hover td a{
	color:#FFFFFF;
}

.matrix_info td{
	padding-left:5px;
	padding-right:5px;
}
/*========================end text css========================*/



/*====================start table settings====================*/
.td_description{
	width:350px;
}
.td_image{
	width:175px;
	padding-bottom:5px;
	padding-left:5px;
}
/*=====================end table settings=====================*/



/*=====================start detail view=====================*/
.navi{
	background-color:#0000CC;
	color:#FFFFFF;
	font-weight:bold;
}

.info{
	background-color:#CCCCCC;
}

.info:hover{
	background-color:#666666;
	color:#FFFFFF;
}

.info:hover td a{
	color:#FFFFFF;
}

#beschreibung{
	width:300px;
	padding-left:3px;
}

.info_beschreibung{
	padding-left:3px;
}

#paneeltyp{
	width:125px;
}
#glastyp{
	width:175px;
}

#lichter_durchgang{
	width:180px;
}

#glasflaeche{
	width:130px;
}

#zulassung{
	width:100px;
}

#bild{
	text-align:right;
}

.comment{
	font-size:11px;
}
/*======================end detail view======================*/
