﻿/*-----------------------------------------------------------------------------
[client] Portal-Content Stylesheet

version:   1.0
date:      2007.04.19
author:    Sven Söhnel
email:     webmaster@soehnel-software.de

website:   portal.soehnel-software.de

version history: none
-----------------------------------------------------------------------------*/

body{
	background-image: url('../images/contentback.jpg');
	background-attachment: fixed;
}

.headerdiv{
	width:100%;
	height:170px;
	background-image: url('../images/header.jpg');
	background-attachment: fixed;
}
.headertext{
	position: absolute;
	z-index: 1;
	left: 15px;
	top: 28px;
}

img.w3c{
	 height:15px;
	 width:44px;
	 float: left;
}
/* Boxen
*/
.boxtable {
	margin:auto;
}

.boxspacer {
	width:10px;
}

.boxback_ol {
 	background: transparent url('../images/boxback_ol.png') top left no-repeat;
 	width:20px;
	height:23px;
}

.boxback_om {
	background-image: url('../images/boxback_om.png');
}

.boxback_or {
 	background: transparent url('../images/boxback_or.png') top right no-repeat;
	width:25px;
	height:23px;
}

.boxback_ml {
	background-image: url('../images/boxback_ml.png');
	width:20px;
	height:21px;
}

.boxback_mm {
	background-image: url('../images/boxback_mm.png');
	height:150px;
	width:250px;
	vertical-align:top;
	text-align:left;
}

.boxback_mr {
	background-image: url('../images/boxback_mr.png');
	width:25px;
	height:21px;
}

.boxback_ul {
	background: transparent url('../images/boxback_ul.png') bottom left no-repeat;
	width: 20px;
	height: 44px;
}

.boxback_um {
	background-image: url('../images/boxback_um.png');
	width:23px;
	height:44px;
}

.boxback_ur {
	background: transparent url('../images/boxback_ur.png') bottom right no-repeat;
	width:25px;
	height:44px;
}

.tablelinkliste{
	width:100%;
	margin-top:5px;
	text-align:left;
	vertical-align:top;
}

table.tablelinkliste tr{
	border-color:silver;
	border-style:dashed;
	border-width:thin;
}

.linkfieldimg{
	width:110px;
}

.linkfieldtext{
	text-align:left;
	vertical-align:top;
}

/*
.linkfieldtext a{
	font-weight:bold;
}
*/

.imgshot{
/*
	border: thin #000000 solid;
*/
	width: 100px;
	height: 75px;
}

.imgshottooltip{
	text-align:center;
	width: 100px;
	height: 75px;
}

.boxheader{
	color: #000000;
	font: normal normal bold 100% Tahoma, Verdana, sans-serif;
	font-size: small;
	text-align: center;
}

.yellowinfo {
	color: #000000;
	background-color: #FFFF00;
}
