*{
	margin:0;
	padding:0;
	border: 0;
	}
h1{
    font-size: 14px;
}
body{
	background-image: url("/images/bg.gif");
	background-repeat: repeat-x;	
	background-color: #C7F9A2;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
}
#logo{
	position: absolute;
	top:0px; 
	left: 650px;
	
	}
#headline{
	position: absolute;
	top:0px; 
	left: 160px;
	
	}
#topnavi{
	position:absolute;
	top: 155px;
	height: 20px;
	width: 900px;
	}
#main{
	position: relative;
	top: 200px;
	height: auto;
	width: 900px;
	}
#footer{
        margin-top:200px;
	text-align: right;
	width: 755px;
	height: 50px;
	}
#left{
	padding-left: 10px;
	width: 580px;
	float:left;
	}
#right{
	padding-left: 10px;
	width: 175px;
	float: left;
	}	

td {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
}

a, 
a:link, 
a:visited  {
	font-family: Arial;
	color: #FF0000;
	text-decoration: none;
}

a:hover, 
a:active  {
	font-family: Arial;
	color: #FF0000;
	text-decoration: underline;
}

a.comvos, 
a.comvos:link, 
a.comvos:visited  {
	font-family: Arial;
	color: #000000;
	text-decoration: none;
}

a.comvos:hover, 
a.comvos:active  {
	font-family: Arial;
	color: #FF0000;
	text-decoration: none;
}

.header-right {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.header,h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
h2{
	margin-top:15px;
	margin-bottom: 5px;
	}
ul, ul li {
	margin-left: 2em;
	font-size: 12px;
}
p{
	margin-bottom: 10px;
	}
	
/******************FORMULAR ******************/	
form {
	background:#fff;
	padding:1em;
	border:1px solid #eee;
}
.login {
	background:url(../gfx/user.gif) no-repeat 95% 1em;
}
.contact {
	background:url(../gfx/email2.gif) no-repeat 95% 1em;
}
fieldset div {
	margin:0.3em 0;
	clear:both;
}
form {
	margin:1em;
	width:420px;
}
label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}

input,a#appback {
	color: Black;
	text-decoration: none;
	padding:0.15em;
	width:250px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
textarea {
	padding:0.15em;
	width:12em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}
.date input {
	background-image:url(../gfx/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	display:block;
	cursor:pointer !important;
        cursor: pointer;
}
#submit-go:hover {
	background-position:0 -26px;
}
ul.error_list li{
	color: Red;
	}
/* relations */
form a,form a:link,form a:visited {
	color: Blue;
	text-decoration: underline;
	}
form table table div table label{
	/*width: auto;*/
	}
form table table div table{
        width:415px;
	border: 1px solid Black;
	}
form table table th{
	display: none;
	}

form table table table th{
	display:block;
	}
form{
	margin: 0 auto;
	}	
.onlygroup,#add_newGroupmember,#add_newGroupmember_link{
	display:none;
	}
	
.appdisc{
	font-size: 12px;
	}
        tr.plt td{
            border: 1px solid Black;
}