@charset "utf-8";
/* CSS Document */

/***********************************************************************************/
/* layout                                                                                                                */
/***********************************************************************************/

body {
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#wrapper {
	text-align: left;
	margin: 10px;
	padding: 0px;
	border:0;
	width: 1190px;
	overflow: hidden;
}

#header-container {
	margin: 0 190px 10px 0;
	height: 103px;
}

#logo-container {
	float: left;
	height: 30px;
	margin: 0 0 0 10px;
}

/* changes IE6 */
*html #logo-container {
	margin: 0 0 0 5px;
}

#logo-container img {
	border: 0;
}

#header-menu-container, #header-menu-container.logged-in-for-ie6 {
	float: right;
	height: 30px;
	margin: 0 10px 0 180px;
}

/* changes IE6 */
*html #header-menu-container {
	width: 256px;
	margin: 0 5px 0 0;
}

/* changes IE6 */
*html #header-menu-container.logged-in-for-ie6 {
	width: 367px;
}

#header-menu-left {
	background: url(../pics/layout-img/header_menu_left.jpg) left top no-repeat;	
}

#header-menu-right { 
	background: url(../pics/layout-img/header_menu_right.jpg) right top no-repeat;
}

#header-menu {
	height: 30px;
	margin: 0 10px 0 12px;
}

/* removing bullets of menu items */
#header-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*displaying the menu items inline */
#header-menu li {
	background: url(../pics/layout-img/header_menu_seperator.jpg) right top no-repeat;
	float: left;
}

#header-menu li.current a {
	background: url(../pics/layout-img/header_menu_highlight.jpg) repeat-x;	
}

#header-menu li a {
	background: url(../pics/layout-img/header_menu_dark.jpg) repeat-x;
	display: block;
	padding: 6px 8px 8px 10px;
	margin: 0 2px 0 0;
}

#header-menu li a:hover {
	background: url(../pics/layout-img/header_menu_highlight.jpg) repeat-x;	
}

#header-main {
	height: 73px;
	margin: 0;
}

#header-left {
	background: url(../pics/layout-img/header_left.jpg) left top no-repeat;
	height: 73px;
}

#header-right {
	background: url(../pics/layout-img/header_right.jpg) right top no-repeat;
	height: 73px;
}

#header {
	background: url(../pics/layout-img/header.jpg) repeat-x;
	height: 73px;
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0;
}

#left-container  {
	float: left;
	margin: 0 10px 0 0;
	width: 220px;
}

#left-menu-container {
	margin: 0;
}

/* left menu border top */
#left-menu-left-top {
	background: url(../pics/layout-img/rounded_box_left_top.jpg) left top no-repeat;
	height: 20px;
}

#left-menu-right-top {
	background: url(../pics/layout-img/rounded_box_right_top.jpg) right top no-repeat;
	height: 20px;
}

#left-menu-top {
	background: url(../pics/layout-img/rounded_box_top.jpg) repeat-x;
	height: 20px;
	margin: 0 10px 0 10px;
}

/* left menu border bottom */
#left-menu-left-bottom {
	background: url(../pics/layout-img/rounded_box_left_bottom.jpg) left bottom no-repeat;
	height: 20px;
	margin: 3px 0 0 0;
}

#left-menu-right-bottom {
	background: url(../pics/layout-img/rounded_box_right_bottom.jpg) right bottom no-repeat;
	height: 20px;
}

#left-menu-bottom {
	background: url(../pics/layout-img/rounded_box_bottom.jpg) repeat-x;
	height: 20px;
	margin: 0px 10px 0 10px;
}

#left-menu {
}

/* removing bullets of menu items */
#left-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*displaying the main menu items inline */
#left-menu ul.main li {
	/*overflow: hidden;*/ /*problems in IE7*/
	margin: 3px 0 0 0;
}

#left-menu ul.main li a {
	background: #e3eaf0;
	display: block;
	padding: 7px 0 7px 10px;
}

/* changes IE6 */
*html #left-menu ul.main li a {
	height: 23px;
	padding: 7px 0 0 10px;
}

#left-menu ul.main li.current  a {
	background: #a0bdcd;
}

#left-menu ul.main li a:hover {
	background: #a0bdcd;
}

/*displaying the sub menu items inline */
#left-menu ul.sub li {
	/*overflow: hidden;*/ /*problems in IE7*/
	margin: 1px 0 0 0;
}

#left-menu ul.sub li a, #left-menu ul.main li.current ul.sub li a {
	background: #dddddd;
	display: block;
	padding: 4px 0 4px 10px;
}


/* changes IE6 */
*html #left-menu ul.sub li a, *html #left-menu ul.main li.current ul.sub li a {
	height: 20px;
	padding: 4px 0 0 10px;
}
#left-menu ul.sub li.current  a {
}

#left-menu ul.sub li a:hover {
	background: #dddddd;
}

#middle-container  {
	float: left;
	width: 770px;
}

/* middle border top */
#middle-left-top {
	background: url(../pics/layout-img/rounded_box_left_top.jpg) left top no-repeat;
	height: 20px;
}

#middle-right-top {
	background: url(../pics/layout-img/rounded_box_right_top.jpg) right top no-repeat;
	height: 20px;
}

#middle-top {
	background: url(../pics/layout-img/rounded_box_top.jpg) repeat-x;
	height: 20px;
	margin: 0 10px 0 10px;
}

#middle-outer-border {
	background: #e3eaf0;
	min-height: 700px;
	margin: 3px 0 0 0;
}

#middle-inner-border {
	background: #ffffff;
	float: left;
	min-height: 700px;
	width: 585px;
	margin: 0 0 0 10px;
}

/* changes IE6 */
*html #middle-inner-border {
	height: 690px;
	margin: 0 0 0 5px;
}

#middle-right {
	overflow: hidden;
	float: right;
	width: 155px;
	margin: 0 10px 0 10px;
	padding: 5px 0 5px 0;
}

#middle-content {
	min-height: 690px;
	width: 565px;
	margin: 0 10px 0 10px;
	padding: 5px 0 20px 0;
}

.wide-box {
	width: 100%;
	margin: 0 0 10px 0;	
}

.left-box {
	float: left;
	width: 277.5px;
	margin: 0 5px 10px 0;
}

.right-box {
	float: right;
	width: 277.5px;
	margin: 0 0 10px 5px;	
}

/* unfilled box border top */
.unfilled-box-small-left-top {
	background: url(../pics/layout-img/rounded_small_unfilled_box_left_top.jpg) left top no-repeat;
	height: 10px;
}

.unfilled-box-small-right-top {
	background: url(../pics/layout-img/rounded_small_unfilled_box_right_top.jpg) right top no-repeat;
	height: 10px;
}

.unfilled-box-small-top {
	border-top: 3px solid #e3eaf0;
	margin: 0 10px 0 10px;
}

.unfilled-box-content {
	border-right: 3px solid #e3eaf0;
	border-left: 3px solid #e3eaf0;	
	padding: 0 10px 0 10px;
}

/* unfilled box border bottom */
.unfilled-box-small-left-bottom {
	background: url(../pics/layout-img/rounded_small_unfilled_box_left_bottom.jpg) left top no-repeat;
	height: 10px;
}

.unfilled-box-small-right-bottom {
	background: url(../pics/layout-img/rounded_small_unfilled_box_right_bottom.jpg) right top no-repeat;
	height: 10px;
}

.unfilled-box-small-bottom {
	border-bottom: 3px solid #e3eaf0;
	height: 7px;
	margin: 0 10px 0 10px;
}

/* changes IE6 */
* html .unfilled-box-small-bottom {
	border-bottom: none;
	background: url(../pics/layout-img/rounded_small_unfilled_box_bottom.jpg) repeat-x;
	height: 0;
	margin: 0 10px 0 10px;
}

/* filled box border top */
.filled-box-small-left-top {
	background: url(../pics/layout-img/rounded_small_filled_box_left_top.jpg) left top no-repeat;
	height: 10px;
}

.filled-box-small-right-top {
	background: url(../pics/layout-img/rounded_small_filled_box_right_top.jpg) right top no-repeat;
	height: 10px;
}

.filled-box-small-top {
	background: #e3eaf0;
	height: 10px;
	margin: 0 10px 0 10px;
}

/* changes IE6 */
*html .filled-box-small-top {
	line-height: 10px;	/* IE6 shows min 20px height */
	margin: 0 10px 0 10px;
}

.filled-box-content {
	background: #e3eaf0;
	padding: 0 10px 0 10px;
}

/* filled box border bottom */
.filled-box-small-left-bottom {
	background: url(../pics/layout-img/rounded_small_filled_box_left_bottom.jpg) left top no-repeat;
	height: 10px;
}

.filled-box-small-right-bottom {
	background: url(../pics/layout-img/rounded_small_filled_box_right_bottom.jpg) right top no-repeat;
	height: 10px;
}

.filled-box-small-bottom {
	background: #e3eaf0;
	height: 10px;
	margin: 0 10px 0 10px;
}

/* changes IE6 */
* html .filled-box-small-bottom {
	line-height: 10px;
	margin: 0 10px 0 10px;
}

/* middle border bottom */
#middle-left-bottom {
	background: url(../pics/layout-img/rounded_box_left_bottom.jpg) left bottom no-repeat;
	height: 20px;
	margin: 3px 0 0 0;
}

#middle-right-bottom {
	background: url(../pics/layout-img/rounded_box_right_bottom.jpg) right bottom no-repeat;
	height: 20px;
}

#middle-bottom {
	background: url(../pics/layout-img/rounded_box_bottom.jpg) repeat-x;
	height: 20px;
	margin: 0px 10px 0 10px;
}
/*
#bottom-bookmark {
	float: left;
	margin: 5px 10px 10px 10px;	
}
*/

/* changes IE6 */
/*
*html #bottom-bookmark {
	margin: 5px 5px 10px 5px;
}
*/

#bottom-menu {
	float: right;
	margin: 0 10px 10px 10px;
}

/* changes IE6 */
*html #bottom-menu {
	margin: 0 5px 10px 5px;
}

/* removing bullets of menu items */
#bottom-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*displaying the menu items inline */
#bottom-menu li {
	float: left;
}

#bottom-menu li a {
	vertical-align: middle;
	margin: 0 0 0 10px;
}
  
#right-container {
	float: right;
	margin: 0 0 0 10px;
	width: 180px;  
}

/* changes IE6 */
*html #right-container {
	margin: 0 0 0 0; 
}

/* right border top */
#right-left-top {
	background: url(../pics/layout-img/rounded_box_left_top.jpg) left top no-repeat;
	height: 20px;
}

#right-right-top {
	background: url(../pics/layout-img/rounded_box_right_top.jpg) right top no-repeat;
	height: 20px;
}

#right-top {
	background: url(../pics/layout-img/rounded_box_top.jpg) repeat-x;
	height: 20px;
	margin: 0 10px 0 10px;
}

/* right border bottom */
#right-left-bottom {
	background: url(../pics/layout-img/rounded_box_left_bottom.jpg) left bottom no-repeat;
	height: 20px;
	margin: 3px 0 0 0;
}

#right-right-bottom {
	background: url(../pics/layout-img/rounded_box_right_bottom.jpg) right bottom no-repeat;
	height: 20px;
}

#right-bottom {
	background: url(../pics/layout-img/rounded_box_bottom.jpg) repeat-x;
	height: 20px;
	margin: 0px 10px 0 10px;
}

#right {
	background: #e3eaf0;
	margin: 3px 0 0 0;
	padding: 5px 10px 5px 10px;
}
   
#footer-container {  
	clear: both;
	margin: 0 190px 45px 230px;
}

#images-top50-seiten td {
	padding: 15px 15px 15px 15px;
}

#footer-menubar {
	background: url(../pics/layout-img/footer_menubar_dark.jpg) repeat-x;
	bottom: 0;
	text-align: left;
	width: 100%;
	height: 45px;
	position: fixed;
	z-index: 999999;
}

/* removing bullets of menu items */
#footer-menubar  ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*displaying the menu items inline */
#footer-menubar  li {
	background: url(../pics/layout-img/footer_menubar_seperator.jpg) right top no-repeat;
	float: left;
}

/*
#footer-menubar  li.current a {
	background: url(../pics/layout-img/footer_menubar_highlight.jpg) repeat-x;	
}
*/

#footer-menubar  li a {
	background: url(../pics/layout-img/footer_menubar_dark.jpg) repeat-x;
	display: block;
	padding: 10px 8px 19px 10px;
	margin: 0 2px 0 0;
}

#footer-menubar li a:hover {
	background: url(../pics/layout-img/footer_menubar_highlight.jpg) repeat-x;	
}

#menubar-logo-container {
	float: left;
	height: 45px;
	margin: 0;
}

/* changes IE6 */
*html #menubar-logo-container {
	margin: 0 0 0 5px;
}

#menubar-logo-container img {
	border: 0;
}

/***********************************************************************************/
/* style                                                                                                                 */
/***********************************************************************************/

/* common */

a {
	color: #375766;
}

a.inverted {
	text-decoration: none;
}

a:visited {
	color: #375766;
}

a:hover { 
	color: #375766;
	text-decoration: none;
}

a.inverted:hover { 
	color: #375766;
	text-decoration: underline;
}

a.special-link {
	font-size: 1.0em;
	font-weight: bold;
	color: #ff0000;
}

a:focus { 
	color: #375766;
}

a:active { 
	color: #375766;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #375766;
}

.error {
	background-color: rgb(244, 225, 225);
	border: 1px solid rgb(204, 0, 0);
	padding: 0.2em;
	color: rgb(204, 0, 0);
}

.error a{
	color: rgb(204, 0, 0);
}

h1 {
	font-size: 1.3em;
	margin: 0;
}

#middle-content h1 {
	margin: 0 0 10px 0;	
}

h1 a, a h1 {
	text-decoration: none;
}

.like_h1 {
	font-size: 1.3em;
	font-weight: bold;
}

#middle-content h2 {
	margin: 0 0 10px 0;	
}

h2{
	font-size: 1.2em;
	margin: 0;
}

h2 a, a h2 {
	text-decoration: none;
}

.like_h2 {
	font-size: 1.2em;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
	margin: 0;
}

h3 a, a h3 {
	text-decoration: none;
}

.like_h3 {
	font-size: 1.1em;
	font-weight: bold;
}

h4 {
	font-size: 1.0em;
	margin: 0;
}

h4 a, a h4 {
	text-decoration: none;
}

.like_h4 {
	font-size: 1.0em;
	font-weight: bold;
}

#header-menu li a {
	text-decoration: none;
	color: #375766;
}

#header-menu li a:hover {
	text-decoration: underline;
}

hr {
	border: none;
	border-top: 1px solid;
	border-color: #375766;
}

img {
	border: none;	
}

#left-menu li a {
	text-decoration: none;
	color: #375766;
}

#left-menu li.current  a {
	/*font-weight: bold;*/
}

#left-menu li a:hover {
	text-decoration: underline;
	/*font-weight: bold;*/
	color: #375766;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

table.border {
	border: 1px solid;
}

table.border th.top {
	font-weight: bold;
	border: 1px solid;
	background-color: #a0bdcd;
	padding: 3px 4px 3px 4px;
}

table.border td {
	font-weight: normal;
	border: 1px solid;
	padding: 0px 4px 0px 4px;
}

table.border td.highlight {
	background-color: #e2ebf0;
}

table.border td.top {
	background-color: #a0bdcd;
	font-weight: bold;
}

table.membership {
	
}

table.membership th {
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #dddddd;
	padding: 10px 0 3px 0;
}

table.membership th.premium {
	background: url(../pics/layout-img/table_membership_th_premium_top.jpg) no-repeat top #e2ebf0;
	border-bottom: none;
}

table.membership td {
	border-bottom: 1px solid #dddddd;
	padding: 3px 2px 3px 2px;
}

table.membership td.basic {
	text-align: center;
	border-left: 1px solid #dddddd;
}

table.membership td.premium {
	text-align: center;
	background-color: #e2ebf0;
	border-bottom: 1px solid #375766;
}

table.membership td.next-to-last {
	border-bottom: none;
}

table.membership td.basic-next-to-last {
	text-align: center;
	border-left: 1px solid #dddddd;
}

table.membership td.premium-next-to-last {
	text-align: center;
	background-color: #e2ebf0;
	border-bottom: none;
}

table.membership td.bottom {
	border-top: 2px solid #dddddd;
	border-bottom: none;
}

table.membership td.premium-bottom {
	background: url(../pics/layout-img/table_membership_td_premium_bottom.jpg) no-repeat top #e2ebf0;
	border-bottom: none;
	padding: 10px 0 0 0;
}

/* specific */

#middle-content {
	line-height: 1.7em;
}

#header h1 {
	font-size: 1.0em;
	/*font-weight: normal;*/
}