/*-----------------------------------------------------------------------------
version:   1.0
date:      2007
author:    PixelHouse GmbH
project:   Horsemind
website:   http://www.horsemind.ch
-----------------------------------------------------------------------------*/



/* Basis
-----------------------------------------------------------------------------*/

body {
	background-color: #666600;
	background-image:url(webpics/back.jpg);
	background-repeat:repeat-x;
	
	margin: center;
	margin-left: auto;
	margin-top:15px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}



/* Content
-----------------------------------------------------------------------------*/

p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	margin-top:0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666600;
	margin-top:15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666600;
	margin-bottom:5px;
	margin-top:0px;
}


a {
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #666600;
}

a:hover{
	text-decoration: underline;
	font-family : Arial, Helvetica, sans-serif;
	color: #666600;
}

a:active {
	color: #990000;
}

.TextMenu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #666600;
	font-weight: bold;
}

.TextMenuB {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #333333;
	font-weight: bold;
}


.TextZitat {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight: normal;
	color: #FFFFFF;
	border-width: 1 solid #B2B242;
	background-color: #B2B242;
	padding: 2px;
	display: block;
}



.TextKlein {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
}

.Xtable {
	border-top-width: 1px;
	border-top-color: #666666;
	border-top-style: solid;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
	
}


.textfeld {   
	font-family : Arial, Helvetica, sans-serif;
	font-size:12px;
	border: solid;
	border-width:1px;
	border-color:#666600;
	width:50px;
}

.foot a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
	color: #A0A03F;
}

.foot a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration: underline;
	color: #C9C976;
}

.foot a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
	color: #C9C976;
}

