* {
	margin: 0;
	padding: 0;
}

img {
	border:0;
}
/* Main Font */
BODY, INPUT, TEXTAREA, TD, SELECT {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

/* Main Layout Style */
BODY {
    color:#000000;
    background-color:#FFFFFF;
    margin:0px;
}

BODY.stdcolor {
	background-color: #D0D0D0;
}


BODY.print {
    margin:10px;
}

sup {
	
}
/* Basic Image Style */
IMG {
    border-width: 0px;
}

/* Default Link Style */
A {
    color: #6060aa;
    font-weight: bold;
    text-decoration: none;
}
A:hover {
    color: #2B467B;
    text-decoration: none;
}

.maillink {
    color: #6060aa;
    text-decoration: none;
}

.maillink:hover {
    color: #6060aa;
    text-decoration: none;
}

/* Default Heading Styles */
H1 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 0 0 0 15px;
}
H2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}
H3 {
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
}
H4 {
    
}

/* Default not-tag classes */
.title {
    font-weight: bold;
    
}


.subtitle {
    font-size: 11px;
    font-weight: bold;
	color: #404040;
}

.chaptertitle {
	font-weight: bold;
}

/* Default Plugin Table */
TD.td_TPL {
    padding: 15px;
}

/* Default Image Cell */
TD.default_image {
    padding: 2px;
    border: 1px solid #DDDDDD;
}
TABLE.default_image {
    margin-right: 5px;
    margin-top: 2px;
}

/* Main Layout: Footer Cell Style */
TD.footer {
    background-color: #DDDDDD;
    background-image: url(/images/default/dot_hor.gif);
    background-position: top;
    background-repeat: repeat-x;
    padding: 5px;
    color: #AAAAAA;
}

TD.footer_right {
    background-color: #CCCCCC;
    border-left: 10px solid #BBBBBB;
    padding: 5px;
}

/* Main Layout: Right Box Style */
TD.box_right {
    padding: 12px;
    background-color: #EEEEEE;
    vertical-align: top;
}

/* Main Layout: Box Titles */
TD.boxtitle {
    font-weight: bold;
    font-size: 14px;
}

/* Main Layout: Default Cell */
TD.default {
    padding: 10px;
}

/* Main Layout: Head */
TD.head {
    color: white;
    vertical-align: top;
    background-color: #0000CC;
    padding: 8px 8px 8px 12px;
    height: 70px;
}

/* Main Layout: Head right */
TD.head_right {
    color: white;
    background-color: #000088;
    border-left: 10px solid #000077;
    height: 70px;
}

/* Users: Loginbox */

/* Menupage: Tree Navigation */
TD.nav_tree {
    padding: 12px 10px 0px 0px;
    background-color: #EFEFEF;
}
TD.td_navlink {
    text-align: right;
    padding: 0;
    border-bottom: solid 1px #535353;
   	width: 153px;
}
TD.td_navlinkitw {
	text-align: right;
    padding: 0;
	border-bottom: solid 1px #535353;
	background-color: #6D6D6D;    
}
TD.td_subnavlink {
	text-align: right;
    padding: 0;
	border-bottom: solid 1px #535353;
	    
}
TD.td_subnavlinkitw {
	text-align: right;
    padding: 0;
	border-bottom: solid 1px #535353;  
}
TD.td_subsubnavlink {
	text-align: right;
    padding: 0;
	border-bottom: solid 1px #535353;
	background-color: #a8a8a8;    
}
TD.td_subsubnavlinkitw {
	text-align: right;
    padding: 0;
	border-bottom: solid 1px #535353;
	background-color: #a8a8a8; 
}
TD.td_subnavlink_start {
	height: 10px;
}
TD.td_subnavlink_end {
	height: 10px;
}

TD.td_weiss {
	background-color: #ffffff;
}

A.navlink {
    display: block;
    height: 17px;
    padding: 3px 7px 0 0; 
    color: #535353;
    letter-spacing: 0.1em;
    font-weight: bold;
}

A.navlink_sitemap {
    color: #535353;
}

* html A.navlink, * html A.navlink:hover, * html A.subnavlink, * html A.subnavlink:hover, * html A.subnavlinkitw {
	height: 20px;
}

A.navlink:hover {
    background-color: #6D6D6D;
    height: 17px;
    padding: 3px 7px 0 0;
    color: #ffffff;
}
A.navlinkitw {
	display: block;
    /*height: 17px;*/
    padding: 3px 7px 0 0;
    color: #ffffff;
    letter-spacing: 0.1em;
    font-weight: bold;
}
* html A.navlinkitw, * html A.navlinkitw:hover {
	display: block;
    /*height: 20px;*/
    padding: 3px 7px 0 0;
    color: #ffffff;
    letter-spacing: 0.1em;
    font-weight: bold;
}
A.subnavlink {
	display: block;
    /*height: 17px;*/
    padding: 3px 7px 0 0;
    font-weight: bold;
	color: #535353;
}
A.subnavlink:hover {
	color: #535353; 
	background-color: #f6f6f6; 
	
}
A.subnavlinkitw, A.subnavlinkitw:hover {
	display: block;
    /*height: 16px;*/
    padding: 3px 7px 0 0;
	color: #535353;	 
	background-color: #f6f6f6; 
	font-weight: bold;
}

A.subsubnavlink {
	display: block;
	font-weight: bold;
    /*height: 15px;*/
    padding: 2px 20px 2px 0;
    color: #535353;
}

A.subsubnavlinkitw {
	display: block;
	font-weight: bold;
    /*height: 15px;*/
    padding: 2px 20px 2px 0;
    background-image: url(/images/default/design/subsubnav_bg.gif);
	background-position: top right;
    background-repeat: no-repeat;
	color: #535353;

}

A.subsubnavlink:hover {
	color: #535353;
	/* height: 15px; */
    padding: 2px 20px 2px 0;
    background-image: url(/images/default/design/subsubnav_bg.gif);
	background-position: top right;
    background-repeat: no-repeat;
	font-weight: bold;
}

/* Menupage: Parent Navigation */
TD.nav_pid {
    background-color: #6666DD;
    background-image: url(/images/default/dot_hor.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-left: 12px;
    height: 30px;
}
A.navlink_pd {
    color: #000088;
}
A.navlink_pd:hover {
    color: #000000;
}
A.navlink_pditw {
    color: #000000;
}
A.navlink_pditw:hover {
    
}

/* Menupage: Main */
SPAN.abstract {
    font-style: italic;
    font-weight: bold;
}
SPAN.date {
    font-size: 10px;
}
SPAN.author {
    
}

/* Custom Classes */

/* Dotted Vertical Line */
TD.dotted_vert {
    background-image: url(/images/default/dot_vert.gif);
    background-repeat: repeat-y;
    width: 1px;
}

TD.header_sub1 {
	background: #c1cecd;
	padding: 11px 0px 11px 11px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

.adminheader_navlink {
    color: #6c77a0;
    text-decoration: none;
}

.adminheader_navlink:hover {
    color: #000000;
    text-decoration: none;
}

.guesttitle {
	background-color: #c1cecd; 
	padding: 2px 2px 2px 10px;
	margin: 2px;
}

.guestcomment {
	font-weight: bold;
	color: #00ccff;
}

.guest {
	background-color: #ffffff; 
	padding: 2px 2px 15px 10px;
	margin: 2px 2px 2px 2px;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0px 0px 10px 0px;
}

.error_border_top_left {
	background-image: url(/images/error/border_top_left.gif); 
	width: 19px; 
	height: 14px;
}
.error_border_top { 
	background-image: url(/images/error/border_top.gif); 
	height: 14px;
}
.error_border_top_right {
	background-image: url(/images/error/border_top_right.gif); 
	width: 19px; 
	height: 14px;
}

.error_border_left {
	background-image: url(/images/error/border_left.gif); 
	width: 19px; 
	height: 14px;
}
.error_background { 
	background-image: url(/images/error/background.gif); 
	font-family: Arial; 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
}
.error_border_right {
	background-image: url(/images/error/border_right.gif); 
	width: 19px; 
	height: 14px;
}

.error_border_bottom_left {
	background-image: url(/images/error/border_bottom_left.gif); 
	width: 19px; 
	height: 19px;
}
.error_border_bottom { 
	background-image: url(/images/error/border_bottom.gif); 
	height: 19px;
}
.error_border_bottom_right {
	background-image: url(/images/error/border_bottom_right.gif); 
	width: 19px; 
	height: 19px;
}

.error {
	color: #ff0000;
}

/* FORM-FUNCTION CSS */

.required {
	color: #ff3300;
	background-color: #ffcccc;
}
.caption {
	font-weight: normal;
}
.inp_err {
	color: yellow;
	background-color: #ff0000;
}
.small { font-family: Arial, Helvetica, sans-serif; font-size: 10px}


/*------------------------------------------------------
//
// CSS für das Venosan Layout
//
//
//
//-----------------------------------------------------*/

#maintable {
	width : 100%;
	height: 100%;
	border: 0;
}

#maintable_home {
	width : 100%;
	border: 0;
}

.table_full{
  background-image: url(/images/default/design/top_bg.gif);
  background-repeat: repeat-x;
  height: 89px;
  width: 100%;
  border: 0;
}

.td_left {
	width: 159px;
}

.td_content {
	width: 801px;
}

.td_left2{
	background-image: url(/images/default/design/spacer_bottom_left.gif);
  background-repeat: repeat-y;
  width: 159px;
}

.td_left2_home{
	background-image: url(/images/default/design/home_bg.gif);
  background-repeat: no-repeat;
  width: 159px;
  height: 377px;
}

#content_top {
	padding: 45px 0 0 0;
}

.td_content2{
	background-color: #d2d2d2;
	background-image: url(/images/default/design/content_bg.jpg);
  	background-repeat: no-repeat;
  	text-align: left;
}

.table_full2{
  height: 100%;
	width: 100%;
	border: 0px;
}

.table_full2_home{
  height: 377px;
	width: 100%;
	border: 0px;
}

.table_content{
	height: 100%;
	width: 801px;
	border: 0px;
}

.table_content_home{
	height: 100%;
	width: 100%;
	border: 0px;
}

.bg_dgrau {
	background-color: #CCCCCB;
}

.table_beine{
  	height: 100%;
	width:  100%;
	border:  0px;
}

.table_nav{
	width: 158px;;
	background-color: #d4d4d4;
}

.table_nav .td_leer {
	border-bottom:solid 1px #535353;
}

.td_direct_nav {
	width: 310px;
	padding: 0 10px 0 0;
}

.home_news{
	margin: 0 0 20px 20px;
	width: 260px;
}

/*
.home_news a {
	color: #272727;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 0;
}
*/

A.direct_nav {
	font-size: 8px;
	color: #8c8c8c;
	text-decoration: none;
	margin: 0 0 0 0;
}

A.direct_nav:hover{
	font-size: 8px;
	color: #404040;
	text-decoration: none;
	margin: 0 0 0 0;
}

A.direct_nav_aktiv {
	font-size: 9px;
	color: #404040;
	text-decoration: none;
	margin: 0 0 0 0;
}


/*------------------------------------------------------
//
// CSS für Main und Chapter Layouts
//
//
//
//-----------------------------------------------------*/

.clear {
	//clear: both;
}
/* MAIN 4 */
.td_mit_linie {
	
	border-bottom: solid 1px #c1c1c1;
}

.content_text {
	padding: 15px 10px 0 15px;
	width: 345px;
	line-height: 18px;
}

.content_text2 {
	padding: 15px 10px 0 15px;
	line-height: 18px;
}
.content_text3 {
	margin: 0;
	padding: 0px 10px 0 15px;
	line-height: 18px;
}

/* CHAPTER */
.chapter_table_main {
	margin-top: 12px;
}

.td_ohne_linie_oben {
	padding: 12px 0px 0 15px;
	line-height: 18px;
}

.td_mit_linie_unten {
	border-bottom: solid 1px #CBCBCB;
}

.td_mit_linie_oben {
	border-top: solid 1px #c1c1c1;
	padding: 12px 0px 0 15px;
	line-height: 18px;
}

.td_mit_linie_oben_img {
	border-top: solid 1px #c1c1c1;
	padding: 0px 0px 0 15px;
	line-height: 18px;
	text-align: right;
}

.content_text_c {
    
	padding: 12px 10px 0 0;
	line-height: 18px;
}

.c7_bild1 {
	width: 275px;
	height: 185px;
	overflow: hidden;
	margin-right: 1px;
	
}

.c7_bild2 {
	width: 274px;
	height: 185px;
	overflow: hidden;
}

.c8_bild1 {
	width: 183px;
	height: 210px;
	overflow: hidden;
	margin-right: 1px;
	float: left;
}

.c8_bild2 {
	width: 182px;
	height: 210px;
	overflow: hidden;
	margin-right: 1px;
	float:left;
}
.c8_bild3 {
	width: 183px;
	height: 210px;
	overflow: hidden;
	float:right;
}

.c8_clear {
	clear: both;
}

.td_mit_linie_c8 {
	border-top: solid 1px #c1c1c1;
	border-bottom: solid 1px #c1c1c1;
	padding: 0px 0px 0 0px;
}



#news_box_table {
	margin-left: 15px;
}

.news_box_tr {
	
}

.news_box_td_date {
	padding-top: 2px;
}

.news_box_td_title {

}

.kont_dropdown {
 margin-top: 30px;
 width: 240px;
}

.land_dropdown {
width: 240px;
}

ol, ul {
	margin-left: 15px;
}

#homestate {
	font-size: 20px;
	color: #ffffff;
	background-color: #d2d2d2;
	background-image: url(/images/default/design/home_state.gif);
  	background-repeat: no-repeat;
  	width: 363px;
  	height: 45px;
  	letter-spacing: 0.4px;
  	padding: 80px 0 0 42px;
}

* html #homestate {

	height: 125px
}