/* general definitions

gray: 	    #434343
light-gray: #AEAEAE
red: 	    #760000


*/

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
	line-height: 17px;
	background-color: #434343;
}

p, h1, h2, h3, h4, div, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
	line-height: 17px;
	margin: 0px;
	background-repeat: repeat-x;
}

p {
	margin-top: 5px;
}

h1, h2, h3, h4 {
	line-height: 18px;
	font-weight: bold;
}

h1, h3, h4 {
	background-color: #760000;
	color: white;
	margin: -5px -5px 5px -5px;
	padding: 5px;
}

h3, h4 {
	background-color: #434343;
	padding: 10px 10px 5px 10px;
	margin-bottom: 10px;
}

h4 {
	padding: 5px 10px 5px 10px;
}

form {
	margin: 0px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #434343;
	width: 450px; height: 13px;
	padding: 2px 5px 2px 5px;
}

textarea {
	height: 80px;
}

a, a:visited, a:focus, a:hover, a:active  {
	font-weight: bold;
	text-decoration: none;
	color: #760000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}


/*  die Seite */
#page {
	width: 100%;
	height: 540px;
	padding-top: 10px;
	background: url(images/backpic2.jpg) repeat-x;
	background-color: #434343;
}


/* die Navigation */
#navigation {
	width: 988px;
	height: 27px;
	padding: 0px;
	margin-bottom: 30px;
	margin-top: 92px;
	margin-left: 0px;
	margin-right: 5px;
}

#navigation a, #navigation a:visited, #navigation a:focus, #navigation a:hover, #navigation a:active {
	display: block;
	float: left;
	width: 136px;
	height: 17px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin-right: 3px;
	padding-top: 5px;
	border-bottom: 5px solid #AEAEAE;
	color: #AEAEAE;
}

#navigation a:hover, #navigation .active, #navigation .active:visited, #navigation .active:focus, #navigation .active:hover, #navigation .active:active {
	color: #434343;
	border-bottom: 5px solid #760000;
}

#columnOne {
	width: 235px;
	height: 280px;
	margin: 4px;
	float: left;
	border: 1px solid #434343;
	text-align: left;
	overflow: hidden;
}

#columnOne a, #columnOne a:visited, #columnOne a:focus, #columnOne a:hover, #columnOne a:active {
	display: block;
	width: 225px;
	height: 18px;
	padding: 1px 5px 1px 5px;
	margin-bottom: 5px;
}

#columnOne a:hover, #columnOne .active, #columnOne .active:visited, #columnOne .active:focus, #columnOne .active:hover, #columnOne .active:active{
	color: white;
	background-color: #760000;
}


/* der Content */
#content {
	width: 1006px;
	height: 340px;
	float: none;
}

#columnTwo {
	float: left;
	width: 225px; height: 270px;
	padding: 5px;
	margin: 4px;
	border: 1px solid #434343;
	text-align: left;
	overflow: hidden;
}

#columnThree {
	float: left;
	width: 473px;
	height: 270px;
	padding: 5px;
	margin: 4px;
	border: 1px solid #434343;
	text-align: left;
	overflow: hidden;
	background-color: #ffffff;
}

.butImgChange, .butImgChange:visited, .butImgChange:focus, .butImgChange:hover, .butImgChange:active {
	display: block;
	width: 20px; height: 15px;
	color: white;
	text-align: center;
	border: 1px solid #AEAEAE;
}

.butImgChange:hover {
	color: #760000;
	background-color: #aeaeae;
}



/* the copyright box */
#copyright {
	position: relative;
	bottom: 20px;
	width: 960px;
	height: 44px;
	clear: left;
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 0px;
	
}

* html #copyright {
	bottom: -25px;
}

#copyright p {
	margin: 0px;
	padding: 0px;
}

