/*	
	autor : cubegrafik
	datum : august 2007
	verwendung : cubegrafik.com
*/

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* allg. einstellungen */

html, body {
    height: 100%;
	overflow: inherit;
}   

body {
    margin: 0;
    padding: 0;
	background: url(/images/bg.gif);
	font-family: arial, helvetica, sans-serif;
}


#footer {
	position: relative;  /* Needed for Safari */
}

h1 {
	margin: 18px 0px 15px 0px;
	font-family : arial, verdana, sans-serif;
	font-size : 20px;
	color : #FFFFFF;
	font-weight: normal;
	border: 0px dashed
}

h2 {
	margin: 0px 0px 15px 0px;
	font-family : arial, verdana, sans-serif;
	font-size : 14px;
	color : #FFFFFF;
	font-weight: bold;
	border: 0px dashed
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* text */

.text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family:  arial, verdana, sans-serif;
	font-size : 11px;
	color: #000000;
}

.text a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.text a:hover {
	color: #000000;
	text-decoration: underline;
}

.textsecond {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family:  arial, verdana, sans-serif;
	font-size : 11px;
	color: #A0A0A0;
}

.textsecond a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.textsecond a:hover {
	color: #000000;
	text-decoration: underline;
}

.textsmall {
	font-family:  arial, verdana, sans-serif;
	font-size : 10px;
	color: #A0A0A0;
}

.textsmall a {
	color: #A0A0A0;
	text-decoration: none;
	font-weight: normal;
}

.textsmall a:hover {
	color: #A0A0A0;
	text-decoration: underline;
}

a.prjLink
{
	color: #A0A0A0;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.conLink
{
	color: #A0A0A0;
	font-size: 11px;
	font-weight: normal;
}

.conLink a {
	color: #A0A0A0;
	text-decoration: none;
}

.conLink a:hover {
	color: #000000;
	text-decoration: underline;
}

.forminput
{
	color: #000000;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	font-family:  arial, verdana, sans-serif;
	font-size : 11px;
	color: #757A74;
	width: 177px;
	background-color: #FFFFFF;
	border: 1px solid #A0A0A0;
}

.button
{
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family:  arial, verdana, sans-serif;
	font-size : 11px;
	color: #FFFFFF;
	width: 70px;
	background-color: #A0A0A0;
	border: 0px solid #A0A0A0;
}