/* euroteam.ch style sheet */

BODY {
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000033;
	}

UL#nav-core{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
		
UL#nav-core LI {
	display: block;
	}

UL#nav-core LI a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 1px 3px 1px 13px;
	color: #330000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	height:17px;
	text-decoration: none;
	}

UL#nav-core LI a:hover {
	background-color: #FFFFFF;
	color: #000033;
	}

#bereich {
	background-color: #FFFFFF;
	}

#inhalt {
	margin: 33px 15px 15px 15px;
}

.content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.5em;
	}

.content-tab {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.5em;
	border-bottom: 1px dotted #000000;
	}

.content-datum { 
	font-style:italic; 
	}

.liste {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.5em;
	}

.content-titel {
	font-weight: 700;
	}

.requested {
	font-weight:600;
	color:#C00;
	}

.button {
	padding: 0px;
	color: #000000;
	background-color: #CCCC99;
	border: 1px solid #000;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	}

.textbox {					/* Until IE understands <css> input[type="file  </css> It's better to define a new style then it is to re-define the input tag because radio buttons cop a beating */
	padding: 1px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	}

SELECT {
	padding: 1px;
	color: #000;
	background-color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	border: 1px solid #000;
	}
