/* Allgemein: Tags umdefinieren */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(pics/burger-king/bgr_fire_03.gif);
	background-repeat: repeat;
	margin: 0px 0 5px 50%;
}

h1 {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#homepage_arzt {
	position: relative;
	width: 762px;
	height: 13px;
	visibility: visible;
	text-align: right;
	margin: 10px 0 0 -393px;
	border: 0;
	z-index: 10;
	font-size: 10px !important;
	padding-left: 10px;
	background-image: url(pics/bgrfab900.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: 11;
}


#homepage_arzt a {
	color: black;
}

/* Hauptbox */
#main-bk {
	position: relative;
	width: 762px;
	visibility: visible;
	text-align: left;
	margin: 10px 0 0 -380px;
	border: 0;
	padding: 0;
	z-index: 10;
}

/* TOPBOX: Erster von drei Teilen der Seite (Kopf mit Burger-King-Illustration): Boxen definieren */
#top-king-logo {
	height: 140px;
	background-image: url(pics/burger-king/nav_oben.jpg);
	background-repeat: no-repeat;
	width: 760px;
	border-width: 1px 1px 0 1px;
	border-color: #FAB900;
	border-style: dashed;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}
/* TOPBOX: Logo = Backbutton */
#burgerking {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 106px;
}

/* Die NAVIGATION: Zweite der drei Hauptboxen  */

#navigation { 
	top: 0px;
	width: 730px;
	color: white;
	margin: 0;
	padding: 8px 0 5px 30px;
	float: left;
	font-size: 0.6em;
	border-width: 1px;
	border-color: #FAB900;
	border-style: dashed;
	z-index: 10;
}

* html #navigation {
	width: 760px;

}
/*  Navigation: Listen- und Schriftenformatierung */

#navigation h3 {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}

#navigation ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#navigation ul a {
	text-decoration: none;
	color: white;
}

#navigation ul a:hover {
	text-decoration: none;
	color: white;
}

/* Spezielle Einstellungen für die Unternavigation */
#navigation ul ul a {
	text-decoration: none;
	margin: 4px 10px 1px 0;
	padding: 0 3px 0 3px;
}



#active {
	color: #fab900;
	border-width: 0 0 1px 0;
	margin-bottom: 0 !important;
	border-style: dotted;
}
#navigation ul {
	display: block;
	padding: 0;
}

#navigation li {
	float: left;
	list-style-type: none;
	padding: 1px 10px 0 0;
	display: block;
	font-weight: bold;
	}

#navigation li ul {
	margin: 0;
	padding: 0;
}

#navigation li li {
	float: left;
	clear: left;
	font-weight: normal;
	margin: 0;
}



#navigation li a:hover, navigation li a:active, navigation li a:focus {
	color: #Fab900;
}


/* Der CONTENTTEIL: die dritte und letzte der drei Hauptboxen */

#burgerking-content{
	background-color: #FAB900;
	width: 760px;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	border-width: 0 1px 0 1px;
	border-color: #FAB900;
	border-style: solid;
}



/* Der CONTENTTEIL: zwei Inhaltsboxen für Bild und Text*/

#textbox {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 0.6em;
}
*html #textbox {
	margin-left: 10px;
	}

#bk-bild {
	width: 270px;
	text-align: center;
	vertical-align: middle;
	margin: 15px 0 10px 440px;
	padding: 10px;
	border-width: 0 1px 1px 1px;
	border-color: #F01919;
	border-style: dashed;
	height: 100%;
}

* html #bk-bild {
	width: 260px;
	ma\rgin: 10px 0 10px 410px;
	border-width: 0;
	bo\rder-width: 0 1px 1px 1px;
}
/* Der CONTENTTEIL: In dem Textteil sind zwei weitere Boxen positioniert*/
#link-position {
	float: left;
	padding: 0 10px 2px 10px;
	border-width: 0 1px 0 1px;
	border-color: #F01919;
	border-style: dotted;
	margin-bottom: 16px;
	}
	
#text {
	clear: left;
	width: 380px;
	margin: 15px;
	display: block;
}

/* Der Contentteil: Schriften */
#burgerking-content h1 {
	color: #F01919;
}
	
#link-position h1 {
	margin: 0;
	padding: 0;
	color: #F01919;
	font-weight: bold;
	}
	

#burgerking-content h2{
	font-size: 1.2em;
}

#burgerking-content h5{
	font-size: 0.9em;
	font-variant: bold;

