@charset "UTF-8";
/* Wettchampion CSS Document */

body {
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	font:Helvetica, serif;
	font-size:12px
}

p {
	text-indent:1em;
}

a {
	color:#000066;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:inherit;
}

a:visited {
	color:#000033;
}

.container {
	width:609px;
	margin-left:auto;
	margin-right:auto;
}

.banner {
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
	width:609px;
	height:95px;
}

.navi {
	width:125px;
	height:24px;
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	float:left;
	
	padding:0;
}

.status {
	background:url(images/status.gif);
	background-repeat:no-repeat;
	width:484px;
	height:24px;
	float:left;
	font-style:italic;
	font-size:1.1em;
	text-decoration:none;
	font-weight:bold;
}

.content {
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	width:609px;
	padding-top:20px;
}

.bottom {
	background:url(images/bottom.gif);
	background-repeat:no-repeat;
	width:609px;
	height:30px;
}

.headline {
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:311px;
	height:70px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	text-decoration:none;
	font-variant:small-caps;
	background-image:url(images/headline.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.head1, .head2, .head3, .head4, .head5, .head6, .head7 {
	padding-left:18px;
	background-repeat:no-repeat;
	background-position:top left;
	background-image:url(images/b2.gif);
}

/*.head1{
	background-image:url(images/b1.gif);
}

.head2{
	background-image:url(images/b2.gif);
}

.head3{
	background-image:url(images/b3.gif);
}

.head4{
	background-image:url(images/b4.gif);
}

.head5{
	background-image:url(images/b5.gif);
}

.head6{
	background-image:url(images/b6.gif);
}

.head7{
	background-image:url(images/b7.gif);
}*/

.tip {
	width:220px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px dotted red;*/
	
	font-style:italic;
	color:black;
	padding:15px;
	text-align:center;
	padding-top:25px;
	background-image:url(images/tip.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.indexle {
	border:1px solid #CCCCCC;
	background:white;
	padding-bottom:10px;
	padding:10px;
	margin:10px;
}

.lcolumn, .rcolumn{
	width:275px;
	text-align:justify;
	letter-spacing:0.1em;
	float:left;
	/*border:1px solid #CCCCCC;*/
	background:white;
	padding-bottom:10px;
	padding-top:10px;
}

.lcolumn {
	padding-left:5px;
	padding-right:5px;
	position:relative;
	left:10px;
	top:5px;
}

.rcolumn {
	padding-left:5px;
	padding-right:5px;
	position:absolute;
	top:5px;
	right:10px;
}

.impressum {
	 float:right;
	 padding-top:10px;
	 padding-right:15px;
}

.copyright {
	float:left;
	 padding-top:10px;
	 padding-left:15px;
}

.navi_links {
	padding:15px;
}

p .wichtig {
	font-weight:bold
}

ul.kapitel{
	list-style-type:upper-roman;
	font-size:1.1em;
}

ul.unterkapitel {
	list-style-type:lower-alpha;
}

ul.unterunterkapitel {
 list-style-type:lower-roman;
}

ul a {
	font-weight:normal;
}

ul {
 padding-top:10px;
}

ul a:hover {
	font-weight:normal;
	background-color:#EFEFFF;
	color:black;
	text-decoration:none;
}

h2 {
	font-size:1.15em;
	text-align:left;
	font-style:italic;
}

h3 {
	font-size:1em;
	text-align:left;
	font-weight:bold;
	color:#003399;
}

.impressum_site {
	padding: 10px;
	background-color:#EEEEEE;
	margin:20px;
	border:1px solid #CCCCCC;
}

.adress {
	border:1px solid #CCCCCC;
	float:left;
	margin-left:10px;
	padding:7px;
}

.linkbar {
	background-color:#66FFFF;
	color:black;
	text-align:center;
	padding:5px;
}

/* menuuuuu */

#info {position:relative;}
p.bold {padding-left:15px; color:#c00;}
a.linkup {position:relative;}
a.buttonup {position:absolute; top:200px; left:650px; border:0;}
a.buttonup img {border:0;}
.gleft {float:left; margin:25px 0 10px 0;}
.gright {float:right; margin:25px 5px 10px 0;}
.grc {margin:20px 0 0 10px;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:125px; height:24px; font-size:0.85em; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:125px; w\idth:125px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:125px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:125px;
	height:24px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;text-decoration:none; font-size:1.1em; padding-top:5px; font-weight:bold; color:#000; border-width:1px 0 1px 1px; background-image:url(images/navi_back.gif); background-repeat: no-repeat;line-height:19px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:125px; w\idth:125px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background-image:url(images/status.gif);background-repeat:no-repeat;font-size:1.1em;  }

/* style the second level hover */
.menu ul ul a.drop:hover{background-image:url(images/status.gif);background-repeat:no-repeat;font-size:1.1em; }
.menu ul ul :hover > a.drop {background:#66CCFF url(images/drop2.gif) bottom right no-repeat;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background-image:url(images/status.gif); background-repeat:no-repeat;font-size:1.1em; }

/* style the third level hover */
.menu ul ul ul a:hover {background:#66CCFF;font-weight:bold;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:24px;left:0; width:150px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:22px;t\op:23px;}

/* position the third level flyout menu */
.menu ul ul ul.right{left:150px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-150px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background-image:url(images/status.gif); background-repeat:no-repeat; color:#000; height:auto; line-height:1em;padding:5px 10px; width:128px; border: 1px solid gray;font-size:1.1em; }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:126px;w\idth:128px;}

/* style the top level hover */
.menu :hover > a, .menu a:hover {
	background-image:url(images/navi_back.gif); 
	background-repeat: no-repeat;
}

.menu ul ul a:hover{color:#000; background:#66CCFF;font-weight:bold;}
 .menu ul ul :hover > a {color:#000;background:#66CCFF;font-weight:bold;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
