/* Generell **************************************************************************************/

body {
	font-family: Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #333333;
}

a {
	color: #00476B;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}

a:hover {
	border-bottom: 1px solid #666666;
}

a:active {
	color: #666666;
}

a.current {
	font-weight: bold;
}

p {
	margin-left: 20px;
	margin-right: 20px;
	font-family: Arial, sans-serif;
	text-align: justify;
}

p.sub, p.sub-inset, p.footer {
	border-top: 1px solid #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: #666666;
	font-size: smaller;
}

p.sub {
	border-bottom: 1px solid #666666;
	color: #666666;
	margin-top: -5px;
}

p.footer {
	margin-bottom: 10px;
	clear: both;
}

p.footer, div.buttons {
	text-align: center;
}

div.buttons {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

div.buttons a {
	border: 0px;
}

ul {
	margin-left: 50px;
	padding-left: 0px;
	list-style: square;
	list-style-position: outside;
	color: #000000;
}

ul li {
	margin-left: 0px;
}

h1, h2, h3 {
	margin: 10px;
	font-family: Times, serif;
	font-variant: small-caps;
	font-weight: normal;
}

h1 {
	margin-bottom: 0px;
}

h2 {
	border-bottom: 1px solid #666666;
}

h3 {
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #666666;
}

q {
	quotes: "\201E" "\201C" "\201A" "\2018";
}

blockquote {
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	margin: 10px 40px;
	display: block;
	text-align: justify;
}

img {
	border: 0px;
}

img.right, img.left {
	background-color: #666666;
	border: 2px outset #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 1px;
}

img.right {
	margin-left: 5px;
	float: right;
}

img.left {
	margin-right: 5px;
	float: left;
}

.clear {
	clear: both;
}

.content-news {
	padding-bottom: 1px;
	margin: 10px 20px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/grey_trans.png");
	border: 1px dotted #666666;
}

.content-gallery {
	margin: 5px 20px;
}

.content-gallery-image a, .content-gallery-image a:hover, #lightbox a, #lightbox a:hover {
	border: none;
}

.content-news h3 {
	margin: 0px;
	padding: 5px 10px 0px 10px;
	border: 0px;
}

.content-gallery-image {
	display: inline;
	margin: 0px 5px 0px 0px;
}

.content-gallery-image img {
	height: 100px;
	padding: 5px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/grey_trans.png");
	border: 1px dotted #666666;
}

.content-gallery-image img:hover {
	border: 1px solid #666666;
}

p.sub-inset {
	border-top: 0px;
	border-bottom: 1px solid #666666;
	color: #666666;
	margin: 0px;
	padding: 0px 10px 5px 10px;
	font-size: x-small;
}

.myinput {
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/input.png");
	height: 17px;
	width: 100px;
	padding: 10px;
}

.mybutton {
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/button_normal.png");
	height: 37px;
	width: 103px;
	padding: 0px;
}

.mybutton:hover {
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/button_hover.png");
}

.mybutton:active {
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/button_active.png");
}


.myinput input, .mybutton button {
	border: none;
	background: none;
	padding: 0px;
}

.mybutton button {
	width: 103px;
	height: 37px;
}

form p {
	margin: 0px;
}


/* Menu ******************************************************************************************/

.menu {
	margin-left: 7px;
}

.menu ul {
	list-style: square;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0px;
}

.menu li {
	margin-bottom: 2px;
}

.menu ul ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.menu-button {
	cursor: pointer;
	overflow: hidden;
	text-align: center;
	width: 245px;
	height: 31px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/menu_button_normal.png");
}

.menu-button div {
	padding: 8px;
	font-size: smaller;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
}

.menu-button:hover {
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/menu_button_hover.png");
}

.menu-collapse-top {
	margin-top: -3px;
	margin-left: 7px;
	width: 230px;
	height: 9px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/menu_collapse_top.png");
}

.menu-collapse-center {
	margin-left: 7px;
	overflow: hidden;
	width: 230px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/menu_collapse_center.png");
}

.menu-collapse-bottom {
	margin-left: 7px;
	width: 230px;
	height: 8px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/menu_collapse_bottom.png");
}

.menu-backdrop {
	margin-top: 15px;
	margin-left: 7px;
	padding: 0px;
}

.menu-backdrop-top {
	width: 245px;
	height: 10px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/menu_backdrop_top.png");
}

.menu-backdrop-center {
	overflow: hidden;
	width: 245px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/menu_backdrop_center.png");
}

.menu-backdrop-bottom {
	width: 245px;
	height: 10px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/menu_backdrop_bottom.png");
}

.menu-collapse-center, .menu-backdrop {
	text-align: left;
	font-size: smaller;
}

.menu-backdrop ul {
	margin-left: 25px;
	padding-left: 10px;
	margin-top: 0px;
	color: #666666;
}

.menu-backdrop li {
	margin-bottom: 2px;
}

.menu-backdrop p {
	text-align: left;
}

.menu-backdrop p.input {
	text-align: right;
}

.menu-backdrop table {
	margin: 10px 20px;
}

#menu-status p {
	margin: 10px 20px;
}

#text-status {
	position: relative;
	top: -20px;
	left: -5px;
	width: 131px;
	height: 39px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/text_status.png");
}

#text-anmeldung {
	position: relative;
	top: -20px;
	left: -5px;
	width: 131px;
	height: 39px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/text_anmeldung.png");
}

/* Content Tabs **********************************************************************************/

.tab {
	cursor: pointer;
	position: absolute;
	top: 150px;
	overflow: hidden;
	text-align: center;
	width: 103px;
	height: 37px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/content_tab_normal.png");
}

.tab:hover {
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/content_tab_hover.png");
}

.tab:active {
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/content_tab_active.png");
}

.tab-current {
	position: absolute;
	top: 150px;
	overflow: hidden;
	text-align: center;
	width: 103px;
	height: 37px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/content_tab_current.png");
}

#content-tab-1 {
	left: 285px;
}

#content-tab-2 {
	left: 388px;
}

#content-tab-3 {
	left: 491px;
}

#content-tab-4 {
	left: 594px;
}

/* Struktur **************************************************************************************/

#hintergrund {
	height: 176px;
	width: 100%;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/background_gebirge.jpg");
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 176px;
	width: 100%;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/header.png");
}

#drache {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 218px;
	height: 175px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/drache.png");
}

#logo {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 427px;
	height: 180px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/logo.png");
}

#text-navigation {
	position: absolute;
	cursor: pointer;
	left: 2px;
	top: 170px;
	width: 131px;
	height: 39px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/text_navigation.png");
}

#content-top {
	height: 13px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/content_top.png");
}

#menu-top {
	float: left;
	width: 282px;
	height: 13px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/menu_top.png");
}

#side-top {
	float: right;
	width: 20px;
	height: 13px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/side_top.png");
}

#content-outer, #error {
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/content_center.png");
}

#content-middle {
	padding-left: 282px;
	padding-right: 20px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/menu_center.png");
	background-repeat: repeat-y;
}

#content-inner {
	margin-left: -282px;
	margin-right: -20px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/side_center.png");
	background-repeat: repeat-y;
	background-position: right;
}

#menu-center {
	float: left;
	width: 282px;
}

#content-center {
	overflow: hidden;
	margin-right: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

#content-bottom {
	height: 15px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/content_bottom.png");
}

#menu-bottom  {
	float: left;
	width: 282px;
	height: 15px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/menu_bottom.png");
}

#side-bottom {
	float: right;
	width: 20px;
	height: 15px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/side_bottom.png");
}

#footer { 
	height: 18px;
	background-image: url("http://media.dasweltentor.de/images/templates/royaldragon/footer.png");
}
