/* Allgemein */

a:link { color : #0037B1; text-decoration: none; font-weight: none; font-size: 11px;}
a:visited {color : #0037B1; text-decoration: none; font-weight: none; font-size: 11px;}
a:hover {color : #333333; text-decoration: none; font-weight: none; font-size: 11px;}
a:active {color : #0037B1; text-decoration: none; font-weight: none; font-size: 11px;}

body {
     margin-top: 0px;
	 margin-bottom: 15px;
	 margin-left: 0px;
	 margin-right: 0px;
	 background-color: #FFFFFF;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #333333;
	 }
	 
textarea, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0037B1;
	background-color: E6E6E6;
	font-weight: bold;
	border: 1px solid #CCCCCC;
}

tr, td {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #333333;
   font-size: 11px;
   }
   
.tralt {
    padding: 10px;
	text-align: left;
	background-color: E7E7E7;
	}
	
.thgrey {
    border: 0px;
	padding: 5px;
	text-align: left;
	background-color: #CCCCCC;
	}


/* Menü */

.menu {
    border-left: 1px solid;
	border-right: 1px solid;
	border-color: #999999;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 8px;
	padding-bottom: 0px;
	}
	
.menutd {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0037B1;	
	}

.menu a:link { color : #333333; text-decoration: none; font-weight: bold; font-size: 11px;}
.menu a:visited {color : #333333; text-decoration: none; font-weight: bold; font-size: 11px;}
.menu a:hover { color : #0037B1; text-decoration: none; font-weight: bold; font-size: 11px;}
.menu a:active {color : #333333; text-decoration: none; font-weight: bold; font-size: 11px;}
	
.menutitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 12px;
	font-weight: bold;
	background-color: #999999;
	height: 15px;
	vertical-align: top;
	text-align: left
	}
	
.menutitleleft {
	height: 6px;
	border-left: 1px solid;
	border-color: #999999;
	}
	
.menutitleright {
	height: 6px;
	border-right: 1px solid;
	border-color: #999999;
	}

.menutitletop {
    height: 7px;
	}
	
.menutitlebutton {
    height: 6px;
	vertical-align: top;
	}
	
.menubuttomleft {
	height: 15px;
	border: 0px;
	}
	
.menubuttomright {
	height: 15px;
	border: 0px;
	}

.menubuttommiddle {
	height: 15px;
	border-bottom: 1px solid;
	border-bottom-color: #999999;
	}


/* Maincontent */	

.header {
	font-weight: bold;
	font-size: 14px;
	}
	
.subheader {
	font-weight: bold;
	font-size: 12px;
	}

.tdmain{
    padding: 11px;
	}	


/* Header */

.tdmaintitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 12px;
	font-weight: bold;
	}

.tdtopleft {
   background-image: url(../images/title_background.jpg);
   height: 60px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF;
   text-align: left;
   vertical-align: top;
   }
   
.tdtopright {
   background-image: url(../images/title_background.jpg);
   height: 60px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF;
   text-align: right;
   vertical-align: middle;
   }
   
.tdtopbutleft {
   background-image: url(../images/title_background_01.jpg);
   height: 20px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: none;
   color: #333333;
   text-align: left;
   vertical-align: middle;
   }

.tdtopbutright {
   background-image: url(../images/title_background_01.jpg);
   height: 20px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: none;
   color: #333333;
   text-align: right;
   vertical-align: middle;
   }
   
.tdtopbutright a:link { color : #333333; text-decoration: none; font-weight: none; font-size: 11px;}
.tdtopbutright a:visited {color : #333333; text-decoration: none; font-weight: none; font-size: 11px;}
.tdtopbutright a:hover {color : #0037B1; text-decoration: none; font-weight: none; font-size: 11px;}
.tdtopbutright a:active {color : #333333; text-decoration: none; font-weight: none; font-size: 11px;}

.tdtopbutleft a:link { color : #333333; text-decoration: none; font-weight: none; font-size: 11px;}
.tdtopbutleft a:visited {color : #333333; text-decoration: none; font-weight: none; font-size: 11px;}
.tdtopbutleft a:hover {color : #0037B1; text-decoration: none; font-weight: none; font-size: 11px;}
.tdtopbutleft a:active {color : #333333; text-decoration: none; font-weight: none; font-size: 11px;}

/* Footer */

.footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	}
	
.footer a:link { color : #0037B1; text-decoration: none; font-weight: none; font-size: 9px;}
.footer a:visited {color : #0037B1; text-decoration: none; font-weight: none; font-size: 9px;}
.footer a:hover {color : #333333; text-decoration: none; font-weight: none; font-size: 9px;}
.footer a:active {color : #0037B1; text-decoration: none; font-weight: none; font-size: 9px;}
