/* CSS Document */

/* Seiten - Aufbau */

/* Body */


/* Site */
TABLE#site {
	height:100%;
}

/* Site - left */
TABLE#site TD#site_left {
	background-image:url(../images/background_site_left.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	/*height:760px;*/
	width:264px;
}

/* Site - middle */
TABLE#site TD#site_middle {
	width:768px;
	/*height:100%;*/
	vertical-align:top;
}

/* Site - right */
TABLE#site TD#site_right {
	background-image:url(../images/background_site_right.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	/*height:760px;*/
	width:264px;
	vertical-align:top;
}

/* Site - middle - main */
TABLE#site TD#site_middle TABLE#main {
	width:768px;
	height:100%;
}

/* Site - middle - main - menu_top */
TABLE#site TD#site_middle TABLE#main TD#main_menu_top {
	border-color: #555555;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	background-image:url(../images/menu_top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:30px;
	padding-left:80px;
}

/* Site - middle - main - header */
TABLE#site TD#site_middle TABLE#main TD#main_header {
	border-color: #555555;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	/*background-image:url(../images/picture_header.jpg);
	background-repeat:no-repeat;
	background-position:top left;*/
	height:188px;	
}

/* Site - middle - main - menu_left */
TABLE#site TD#site_middle TABLE#main TD#main_menu_left {
	border-color: #555555;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	width:215px;
	background-color:#e1e1e1;
	vertical-align:top;
}

/* Site - middle - main - content */
TABLE#site TD#site_middle TABLE#main TD#main_content {
	border-color: #555555;
	border-right-width: 1px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	width:553px;
	vertical-align:top;
	background-color:#FFFFFF;
}
TABLE#site TD#site_middle TABLE#main TD#main_content DIV#content {
	/*width:100%;*/
	height:100%;
	background-color:#FFFFFF;
	padding-left:15px;
	padding-top:10px;
	padding-right:15px;
}

/* Site - middle - main - footer */
TABLE#site TD#site_middle TABLE#main TD#main_footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:45px;
}

/* Header - Bilder */
DIV#header_button_home {
	width:123px;
	height:10px;
	position:relative;
	left:0px;
	top:-188px;
	background-image:url(../images/header_button_home.gif);
}
DIV#headpic {
	width:766px;
	height:188px;
	position:relative;
	left:0px;
	top:0px;
}
DIV#header_register {
	height:19px;
	width:459px;
	position:relative;
	left:0px;
	top:-29px;
	background-image:url(../images/header_register.gif);
}
DIV#envelope_header {
	height:188px;
	max-height:188px;
	overflow:hidden;
}

/* Titel im Register */
TABLE#site TD#site_middle TABLE#main TD#main_header DIV#envelope_header DIV#header_register TABLE#register TD#title {
	width:195px;
	padding-left:15px;
	padding-top:4px;
}
TABLE#site TD#site_middle TABLE#main TD#main_header DIV#envelope_header DIV#header_register TABLE#register TD#subtitle {
	padding-left:20px;
	padding-top:4px;
}

/* Teaser */
TABLE#site TD#site_right TABLE#teaser {
	width:170px;
	/*kleinere Breite nicht einstellbar -->siehe clear.gif in template!!!*/
}
TABLE#site TD#site_right TABLE#teaser TD#placeholder {
	height:522px;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:5px;
}
TABLE#site TD#site_right TABLE#teaser TD#placeholder A{
	text-decoration:none;
	color:#000000;
	font-weight:bolder;
	padding-top:5px;
}
TABLE#site TD#site_right TABLE#teaser TD#teaser_content {
	vertical-align:top;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
	padding-right:30px;
}
