/* CSS Document */

html {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #67696D;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
}

/***************************************************************/


a:link {
color: #CC0000;
text-decoration: none;
}
a:visited {
color: #CC0000;
text-decoration: none;
}
a:hover {
color: #333333;
text-decoration: underline;
}

h1 {
	font-size: 17px;
	color: #CC0000;
	border-bottom: 1px dotted #CCCCCC;
	}
	
	h2 {
	font-size: 14px;
	color: #CC0000;
	border-bottom: 1px dotted #CCCCCC;
	}

/***************************************************************/


#navigation {
	height: 30px;
	margin-top: 60px;
	word-spacing: 25px;
	text-align: right;
	padding-right: 10px;
}

#navigation a:link {
font-size: 12px;
font-weight: bold;
color: #CC0000;
text-decoration: none;
}


#navigation a:visited {
text-decoration: none;
font-weight: bold;
}

#navigation a:hover {
text-decoration: underline;
}


#spruch {
padding: 30px 10px 10px 10px;
font-size: 18px;
color: #FFFFFF;
}


#side {
margin: 15px;
text-align: left;
}

#content {
margin: 15px;
text-align:justify;
}

#spruch {
padding: 40px 10px 10px 10px;
font-size: 18px;
color: #FFFFFF;
}


/***************************************************************/

#footer1 {
	margin-top: 10px;
	border-top: 1px dotted #CCCCCC;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
#footer1 a {
font-size: 11px;
color: #999999;
text-decoration: none;
}
#footer1 a:visited {
color: #999999;
text-decoration: none;
}
#footer1 a:hover {
color: #333333;
text-decoration: underline;
}
#footer2 {
	margin-top: 10px;
	text-align: right;
	border-top: 1px dotted #CCCCCC;
	padding-left: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
#footer2 a {
font-size: 11px;
color: #999999;
text-decoration: none;
}
#footer2 a:visited {
color: #999999;
text-decoration: none;
}
#footer2 a:hover {
color: #333333;
text-decoration: underline;
}

/*************************************************************************/

form {
margin:0;
padding:0;
display:inline;
}


label
{
width: 70px;
float: left;
text-align: right;
margin-right: 10px;
display: block
}

.submit input
{
margin-left: 40px;
} 
input
{
color: #333333;
background: #FFFFFF;
border: 1px solid #CCCCCC;
width: 450px;
padding-bottom: 3px;
margin-bottom: 5px;
}

.submit input
{
color: #000;
background: #B00000;
border: 1px outset #CCCCCC;
padding: 5px;
} 
fieldset
{
width: 540px;
}

textarea
{
border: 1px solid #CCCCCC;
width: 450px;
height: 160px;
margin-bottom: 15px;
color: #5C574E;
}

legend
{
color: #fff;
background: #B4433D;
padding: 2px 6px;
border: 1px solid #FFFFFF;
margin-top: 20px;
} 

.submit
{
margin-left: 80px;
color: #FFFFFF;
background-color: #CCCCCC;
border: none;
} 

.submit:hover
{
margin-left: 80px;
color: #FFFFFF;
background-color: #B00000;
border: none;
} 


#form-module-thanks {
color: #B00000;
font-weight: bold;
height: 60px;
}

