/*
main.css - fuer kultour-hamburg

orange: #FF9900
hellblau: #E8F5FE
mittelblau: #97b7f8
dunkelblau #002261

*/

body
    	{
	padding : 0;
	margin : 0;
    	font-family : verdana, arial, sans-serif;
	text-decoration : none;
    	}

#Seitenkopf
	{
	position : absolute;
	z-index : 4;
	top : 0px;
	left : 0px;
	right : 0px;
	height : 72px;
	margin : 30px;
	padding : 8px;
	background-color : #97b7f8;
	background-image : url(../bildchen/kh_obenrechts_24.gif);
	background-repeat : no-repeat;
	background-position : right top;
	}
img.Seitenkopf
	{border : 0;}
#Menue
    	{
    	position : absolute;
	z-index : 2;
	top : 120px;
	left : 0px;
	right : 0px;
	height : 30px;
	margin-left: 30px;
	margin-right: 30px;
	background-color : #002261;
	}
a.Menue, a:active.Menue, a:link.Menue, a:visited.Menue
	{
	float : right;
	margin-top : 3px;
	margin-right : 3px;
	margin-bottom : 3px;
	padding : 6px;
	background-color : #97b7f8;
	/*background-image : url(../bildchen/kh_menuerechts_24.gif);
	background-repeat : no-repeat;
	background-position : right top;*/
	color : #002261;
	font-size : 70%;
	font-weight : bolder;
	text-transform : uppercase;
	text-decoration : none;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	}
#Menue2
    	{
    	position : absolute;
	z-index : 3;
	top : 152px;
	left : 0px;
	width : 154px;
	margin-left: 30px;
	background-color : #97b7f8;
	}
a.Menue2, a:active.Menue2, a:link.Menue2, a:visited.Menue2
	{
	margin : 3px;
	padding : 6px;
	background-color : #97b7f8;
	/*border : 0.5px;
	border-style: solid;
 	border-color : #002261;*/
	display : block;
	color : #002261;
	font-size : 70%;
	font-weight : bolder;
	text-align : center;
	text-transform : uppercase;
	text-decoration : none;
	}
img.Menue2
	{
	padding-top : 3px;
	border : 0;
	}
/*
p.Menue2
	{
	margin : 3px;
	padding : 6px;
	border : 0.5px;
	border-style: solid;
 	border-color : #FF9900;
	text-align : center;
	}
*/
#Inhalt
	{
	position : absolute;
	z-index : 0;
	top : 155px;
	left : 154px;
	right : 30px;
	margin-left : 30px;
	padding-top : 8px;
	padding-left : 16px;

	color : #000000;
    	text-align : justify;
    	}
a.Inhalt, a:active.Inhalt, a:link.Inhalt, a:visited.Inhalt
    	{
    	color : #ff6900;
	}
h1.Inhalt, h2.Inhalt, h3.Inhalt
    	{
	text-align : left;
	font-weight : bold;
	color : #002261;
	}
.klein
    	{
	padding-left : 50%;
	text-align : right;
	font-size : 75%;
	}
img.Inhalt
	{border : 0;}
#Sonderaktion
	{

	}
p.Sonderaktion
	{
	margin-top : 0px;
	padding : 3px;
	border-width : 1px;
	border-style : solid;
	border-color : #002261;
	background-color : #97b7f8;
	border-top-width : 0px;
	}
a.Sonderaktion, a:active.Sonderaktion, a:link.Sonderaktion, a:visited.Sonderaktion
	{
	color : #ff6900;
	}
h1.Sonderaktion, h2.Sonderaktion, h3.Sonderaktion, p.Sonderaktion2
	{
	margin-bottom : 0px;
	padding : 3px;
	text-align : left;
	font-weight : bold;
	background-color : #FF9900;
	color : #002261;
	border-width : 1px;
	border-style : solid;
	border-color : #002261;
	}
	
#special
h1.special, h2.special, h3.special
	{
	margin-bottom : 0px;
	padding : 3px;
	text-align : left;
	font-weight : bold;
	color : #FF9900;
	border:solid 1px #002261;
	background: #002261;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	}
p.special
	{
	margin-top : -1px;
	padding : 3px;
	text-align : left;
	font-weight : bold;
	color : #002261;
	border:solid 1px #002261;
	background: #FF9900;
	}