﻿/*
Theme Name: Strahlemaennchen Coppermine
Version: 1.11
Author: Websteven Webdesign
*/

body {
	height: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	background-color:black;
	margin: 0px;
	padding: 0px;
	text-align: center;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #FFE060; 
	scrollbar-darkshadow-color: #FFE060;
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #FFE060
}

#wrapper {
	margin-left: auto; 
	margin-right: auto;
	width:950px;
	border: #CC9900 solid; 
	border-bottom:0;
	border-top:0;
	border-left:2;
	border-right:2;
}

#main {
	background: #FFE060;
	height: 100%;
	width: 950px;
}

#content table{
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#header {
	background: #FFE060;
	background: url('design/header15.jpg'); /* header15.jpg header11-xmas.gif*/
	background-repeat:no-repeat;
	height:219px;
	text-align: right;
	vertical-align:bottom;
}

.footer_b {
	background-image:url('design/foot2.png');
	height: 35px;
	font-size: 10px;
}

.footer_b a {
	text-decoration: none;
	color: #663300; /* 5C4101 */
}


/* Hauptmenue 1 */

#mainmenu {
	max-height: 110px;
	width: 650px;
	margin-left: auto;
	margin-right: 15px;
	padding-bottom: 5px;	
}

#mainmenu a {
	display:inline-block;
	text-decoration:none;
	font-size:14px;
	color:black;
	font-weight:bold;
	padding-right:15px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
	width: auto;
	border: 1px solid;
	border-color: transparent;
	_height: 30px;			/* legacy workaround for IE */
}

#mainmenu a:hover, #mainmenu a:focus, #mainmenu2 a:hover, #mainmenu2 a:focus {
	background-color: #FFEA97;
	color: #CC0000;
	border: 1px dashed;
	border-color: #CC9900;
	text-shadow: white 0.1em 0.1em 0.2em;
    -moz-border-radius: 9px; 
    -webkit-border-radius: 9px;
    border-radius: 9px; 
}

#mainmenu a:active {
	background-color: #CC9900;
	color:white;
}
/* Hauptmenue 2 */

#mainmenu2 {
	width: auto;
	padding-right:10px;
	padding-top:5px;
	padding-bottom: 5px;
	background-image:url('design/a_white_80p.png');
	border: #7A5400 solid;
	border-width: 0 0 0 0;	/* 0 0 1 0 */
}

#mainmenu2 a {
	display:inline-block;
	text-decoration:none;
	font-size:12pt;
	color:black;
	font-weight:bold;
	padding-right:20px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	width: auto;
	border: 1px solid;
	border-color: transparent;
	_height: 30px;
}