/**
 * Style Sheet for the Site boenisch.tv
 *
 * @author: Jens Bönisch
 */

/**
 * Basic formating for the BODY.
 */
body {
/*	background-color: #183062; */
	background-color: white;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Geneva, Nimbus, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	min-width: 600px;
}

a {
	color: black;
	font-family: Verdana, Arial, Geneva, Nimbus, Helvetica, sans-serif;
	text-decoration: underline;
}

a:active {
	color: #b22222;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #255AA6;
}

/**
 * Positioning and style chages of the navigation and logo areas.
 *
 * 1. top-back
 *		1.1. top-logo
 *		1.2. top-nav
 * 2. menu
 * 3. content
 *		3.1. content2
 * 4. footer
 */
#top-back {
	position: absolute;
	left:0px;
	top: 0px;
	height:59px;
	width: 100%;
	overflow: visible;
	background-color: #183062;
	background-image: url(../img/top_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:60px;
}

#top-back a {
	color: white;
	text-decoration: none;
}

#top-back a:active {
	color: white;
}

#top-back a:visited {
	color: white;
}

#top-back a:hover {
	color: #FFFF99;
	text-decoration: underline;
}

#top-logo {
	float: left;
	width: 15%;
	height: 39px;
	padding: 12px 0px 9px 10px;
	min-width: 158px;
}

#top-nav {
	float: left;
	width: 60%;
	height: 58px;
	padding: 1px 3px;
	min-width: 250px;
	text-align:center;
}

#menu {
	position: absolute;
	left:0px;
	top: 60px;
	width: 140px;
	padding: 30px 1px 10px 1px;
	background-color: white;
	overflow: hidden;
	font-weight: bold;
}

#menu ul {
	padding: 1px 1px 1px 25px;
	margin: 1px 5px 5px 0px;
}

#menu li {
	padding: 0px 0px;
	list-style-image: url(../img/arrow_grey_pt_rt.gif);
	list-style-position: outside;
}

#menu .sub ul {
	padding: 1px 1px 1px 15px;
}

#menu .sub li {
	padding: 1px 0px;
	list-style-image: url(../img/nav_dot.gif);
	list-style-position: outside;
}

#content-frame {
	margin-top: 60px;
	margin-left: 143px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 20px 5px 20px 27px;
	background-color: white;
	border-left: 1px solid black;
/*	overflow: scroll; */
}

/*
 * Content box box für Internet explorer, da fixed width für "content" nicht funktioniert und das layout zerreist.
 */
#content-box {
/*	width: 593px; */
	padding: 5px;
}

#footer {
	margin: 0px;
	padding: 3px 5px 5px 3px;
	color: black;
	background-color: white;
	border-top: 1px solid black;
	text-align: center;
}

/*
 * Styles für die Webseite.
 */
/* Unnumbered list: padding and margin for image "arrow-black_pt_rt.gif */
ul {
	padding: 0px 1px 0px 18px;
	margin: 0px;
}

/* list item: padding and image "arrow-black_pt_rt.gif */
li {
	padding: 1px 0px;
	list-style-image: url(../img/arrow_black_pt_rt.gif);
	list-style-position: outside;
}

/* Table definitions */
.table {
	border: 0px;
	padding: 2px;
	margin: 2px;
}

.table th {
	padding: 10px 2px 10px 2px;
	text-align: left;
}

.table hr {
	color: #AEAFB2;
}

/**
 * Titel der Seiten in 2 Teilen:
 *
 * page-title-1:	border links + unten mit dem text
 * page-title-2:	border rechts als grafisches element
 * page-headline:	headline für Seiten (fixed width + bold)
 */
.page-title-1 {
	padding: 10px;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	font-size: 20px;
	color: #002c58;
	font-weight: bold;
}

.page-title-2 {
	padding: 10px 10px 10px 30px;
	border-right: 1px solid #aaaaaa;
}

.page-headline {
	font-weight: bold;
}

/*
 * Emo Pic boxes are right floating boxes beside the headline
 *
 * emo-box-2-column:	right floating emo pic container for 2 emo pics
 * emo-box-2-left:		left floating box for content
 * emo-box-2-left-pic:	left floating box for picture of width about 130px
 * emo-box-2-right:		right floating box for content
 * emo-box-2-right-pic:	right floating box for picture of width about 130px
 * emo-box-1:			right floating emo pic container
 */
.emo-box-2-column {
	float: right;
	width: 270px;
	padding: 1px 0px 5px 8px;
}

.emo-box-2-left, .emo-box-2-left-pic {
	float: left;
	width: 129px;
	padding: 1px;
}

.emo-box-2-left {
	background-color: #f6e9c1;
}

.emo-box-2-right, .emo-box-2-right-pic {
	float: right;
	width: 129px;
	padding: 1px;
}

.emo-box-2-left, .emo-box-2-right {
	background-color: #f6e9c1;
}

.emo-box-1-column {
	float: right;
	width: 240px;
	padding: 5px;
}
