/*
+-------------------------------------------------------------------------------+
|					WebSoft-Solutions - www.websoft-solutions.de				|
+-------------------------------------------------------------------------------+
*/

body{
	background-color: #FFFFFF;
	color: black;
	font-family: arial, verdana, times new roman;
	font-size: 12px;	
	padding-top: 20px;
	padding-bottom: 10px;
}


/* 
+-------------------------------------------------------------------------------+
|								Tabellen										|
+-------------------------------------------------------------------------------+
*/

/* ------------------------Hauptrahmen (Design)--------------------------------*/

table{
	border: 0px;
	margin: 0px;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	white-space: normal;
	speak-header: once;
}

tr{
	vertical-align: top
}

td{
	padding: 0px;
}

table.main{
	border: 0px;
	width: 800px;
	background-image: url(../grafiken/design/head.png); 
	background-repeat: no-repeat;
}

tr.head{
	height: 165px;
}

td.spalte{
	
	width: 40px;
}

tr.link{
	vertical-align: middle;
	height: 45px;
}

td.link{
	padding: 0px;
	text-align: center;
}

tr.luecke{
	background-image: url(../grafiken/design/Background.png);
	background-repeat: repeat-y;
	height: 10px;
}

tr.textarea_top{
	background-image: url(../grafiken/design/BackgroundMT.png);
	background-repeat: no-repeat;
	height: 30px;	
}

td.textarea_top_right{
	background-image: url(../grafiken/design/BackgroundTS.png);
	background-repeat: no-repeat;	
	background-position: 97% 0%;
}

td.textarea_top_left{
	background-image: url(../grafiken/design/BackgroundTS.png);
	background-repeat: no-repeat;
	background-position: -15px;
}

tr.textarea{
	background-image: url(../grafiken/design/BackgroundM.png);
	padding-left: 40px;
	padding-right: 20px;
	background-repeat: repeat-y;
	text-align: left;
}

td.textarea{
	padding-left: 50px;
	padding-right: 2px;
	padding-top: 10px;
	padding-bottom: 35px;
}

td.textarea_right{
	background-image: url(../grafiken/design/BackgroundS.png);
	background-repeat: repeat-y;	
	background-position: 97% 0%;
}

td.textarea_left{
	background-image: url(../grafiken/design/BackgroundS.png);
	background-repeat: repeat-y;
	background-position: -15px;
	vertical-align: top;
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
}

tr.textarea_bottom{
	background-image:url(../grafiken/design/BackgroundMB.png);
	background-repeat: no-repeat;
	height:30px;
}

td.textarea_bottom_right{
	background-image: url(../grafiken/design/BackgroundBS.png);
	background-repeat: no-repeat;	
	background-position: 97% 0%;
}

td.textarea_bottom_left{
	background-image: url(../grafiken/design/BackgroundBS.png);
	background-repeat: no-repeat;
	background-position: -15px;
}

tr.impressum{
	background-image: url(../grafiken/design/Impressum.png);
	background-repeat: no-repeat;
	height: 30px;
	vertical-align: middle;
}

td.impressum{
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 0px;
	text-align: right;
}

tr.bottom{
	background-image:url(../grafiken/design/Bottom.png);
	background-repeat:no-repeat;
	background-position: bottom left;
	height:30px;
}

/* ------------------------Tabellen mit Text--------------------------------*/

table.rahmen{
	width: 100%;
	border: 1px solid #000000;
	border-collapse: separate;
}

tr.spaltenname{
	background-color: #6692c6;
	font-size: 18px;
	font-weight: bold;
}

th.rand{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

tr.titel{
	font-weight: bold;
	text-decoration: underline;	
	background-color: #FFFFFF;
}

td.rand_titel{
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: center;
}

tr.hintergrund1{
	background-color: #9bc8e8;	
}

tr.hintergrund2{
	background-color: #FFFFFF;
}

td.rand{
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
/* 
+-------------------------------------------------------------------------------+
|									Links										|
+-------------------------------------------------------------------------------+
*/

a:link{
	background-color: transparent;
	color: blue;
	font-family: arial, verdanan, times new roman;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a:visited{
	background-color: transparent;
	color: blue;
	font-family: arial, verdanan, times new roman;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none
}

a:hover{
	background-color: transparent;
	color: red;
	font-family: arial, verdanan, times new roman;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none
}

a:active{
	background-color: transparent;
	color: red;
	font-family: arial, verdanan, times new roman;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none
}

a.kleineSchrift{
	font-size: 10px;
}

a.grosseSchrift{
	font-size: 20px;
}

a.dickeSchrift{
	font-weight: bold;
}

a.kursiveSchrift{
	font-style: italic;
}

a.kleinedickeSchrift{
	font-size: 10px;
	font-weight: bold;	
}

a.grossedickeSchrift{
	font-size: 20px;
	font-weight: bold;	
}

a.kleinekursiveSchrift{
	font-size: 10px;
	font-style: italic;	
}

a.grossekursiveSchrift{
	font-size: 20px;
	font-style: italic;	
}


/* 
+-------------------------------------------------------------------------------+
|									Schriften									|
+-------------------------------------------------------------------------------+
*/

.ueberschrift{
	font-size: 32px;
	font-weight: bold;
	line-height: 26px
}

.kleineSchrift{
	font-size: 10px;
}

.grosseSchrift{
	font-size: 20px;
}

.dickeSchrift{
	font-weight: bold;
}

.kursiveSchrift{
	font-style: italic;
}

.kleinedickeSchrift{
	font-size: 10px;
	font-weight: bold;	
}

.grossedickeSchrift{
	font-size: 20px;
	font-weight: bold;	
}

.kleinekursiveSchrift{
	font-size: 10px;
	font-style: italic;	
}

.grossekursiveSchrift{
	font-size: 20px;
	font-style: italic;	
}

.besondereSchrift{
	color: #FF0000;
}
