body {
		margin: 0px;
		padding: 0px;
		font-size: 1em;
		font-family: Tahoma,Verdana,Arial,sans-serif;
		background-color: #21213E;
}

p,h1,h2,h3,pre {  margin: 0px 10px 10px 10px; }

h1 {
		font-size: 1.4em;
		color: #21213E;
		background-color: transparent;
		font-weight: bold;
		padding-top: 10px;
}

h2 {
		font-size: 1.2em;
		color: #21213E;
		background-color: transparent;
		font-weight: bold;
		padding-top: 8px;
}

h3 {
		font-size: 1.2em;
		font-weight: normal;
		background-color: transparent;
		color: #21213E;
		padding-top: 6px;
}


hr {
		border: 1px outset #000;
}

#page {
		/* position */
		margin: 0px;
		position: absolute;
		top: 		09px;
		left:  109px;
		right: 109px;
		
		min-width: 54em;
		width: auto !important;
		width: 54em;

		border: 1px solid #000;
		background-color: #FFFFFF;
}

#centercontent {
		background: #fff;
		background-image: url(images/bg-stern3.jpg);

		/* border */
		border-left: 1px solid #000;
		border-right: 1px solid #000;

		/* font settings */
		font-family: Tahoma,Verdana,Arial,sans-serif;
		letter-spacing: 1px;
		font-size: 0.9em;
		text-align: left;

		/* position */
		margin-left: 128px;
		margin-right: 128px;
		margin-top: 100px;
		margin-bottom: 40px;
		padding-bottom: 8px;

		min-height: 512px;
		width: auto;
		height:auto !important;
		height:512px;
}


/* teilnehmer-site */
#userhight {
		min-height: 350px;
		/* used by modern browsers */
		height: auto !important;
		/* IE6 hack */
		height: 350px;
}

#userright {
		margin-right: 10px;
		margin-left: 220px;
		padding: 0px;
		padding-top: 1em;
}

#userright p {
		margin-left: 0px;
		padding-left: 0px;
}
        
#userright a {
		margin-left: 0px;
}

#userleft {
		float: left;
		margin: 0px 0px 5px 0px;
		padding: 0px;
		width: auto;
}

#userleft img {
		padding: 0px;
		margin-left: 10px;
}

#userleft a {
		margin-left: 10px;
		padding: 0px;
}

p.userWerkstatt {
		margin: 30px 0 0 10px;
		white-space:nowrap;
		width:200px;
		line-height:1.6em;
		vertical-align:baseline;
		font-size:1.1em
}

p.userName {
    margin: 10px 0px 0px 220px;
		font-size:1.2em;
		font-weight:bold;
}

.userNav {
		font-weight:normal;
		text-decoration:none;
		color:#000;
		background-color:transparent;
		font-size:0.8em;
}

a.userNav:hover {
		font-weight:normal;
		text-decoration:none;
		color:#000;
		background-color:transparent;
}


#usesrleft .userNav {
		font-size:0.8em;
}


#rightcontent {
		background:#fff;

		/* fonts */
		font-family: Tahoma,Verdana,Arial,sans-serif;
		font-size: 0.7em;

		/* position */
		position: absolute;
		top: 100px;
		right: 0px;
		width: 128px;
}


#header {
		padding: 0px;
		margin: 0px;

		/* fonts */
		color:#21213E;
		/*color:#5E3DBC;*/
		text-align: center;
		background-color:#EBB42F;
		font-weight: bold;
		vertical-align: middle;

		/* position */
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		height: 99px;
		min-width: 54em;
		width: auto !important;
		width: 54em;

		/* border */
		border-bottom: 1px solid #000;
}


#footer {
		margin: 0px;
		padding: 0px;

		/* fonts */
		color:#5E3DBC;
		text-align: center;
		background-color:#EBB42F;
		font-weight: bold;
		vertical-align: middle;

		/* position */
		position: absolute;
		right: 0px;
		left:  0px;
		bottom: 0px;
		height:	39px;
		width: 100%;

		/* border */
		border-top: 1px solid #000;
 }
 
/* Navigation Admin */
#admin_nav {
		position: absolute;
		right: 0px;
		left: 0px;
		top: 0px;

		/* position */
		margin-left: 138px;
		margin-right: 128px;
		margin-top: 100px;
		padding-bottom: 100px;

		font-size: 0.8em;
}

#admin_nav a {
		float: left;
		padding-left: 5px;
		padding-right: 5px;
		margin-right: 5px;
		width: auto;

		font-weight: normal;
		text-decoration: none;
		color: #000;
		background-color: #EAEAEA;

		border-left: 4px solid #CCAFF9;
		border-bottom: 1px solid #CCAFF9;
		border-right: 1px solid #CCAFF9;
		border-top: 0px;
}

#admin_nav a:hover {
		background-color: #FFF;
		border-left: 4px solid #8B32F8;
		border-bottom: 1px solid #8B32F8;
		border-right: 1px solid #8B32F8;
}

#admin_nav a:active {
		color: #000;
		background-color: #BFBFBF;
}

/* NAVBAR */
#leftcontent {
		margin: 0px;

		background: #FFFFFF;

		position: absolute;
		left: 0px;
		top: 100px;
		width: 128px;
}

/* LINKS NAVBAR */
a.nav {
		font-weight: normal;
		font-size: 0.8em;
		display: block;
		margin: 5px 2px 5px 2px;
		text-align: center;
		width: 119px;
		border: 1px solid #CCAFF9;
		border-left: 1px solid #CCAFF9;
		text-decoration: none;
}
a.nav:link {
		color: #000;
		background-color: #EAEAEA;
}
a.nav:visited {
		color: #000;
		background-color: #EAEAEA;
		font-weight: normal;
}
a.nav:hover {
		color: #000;
		background-color: #FFF;
		font-weight: normal;
		border: 1px solid #5E3DBC;
		border-left: 4px solid #5E3DBC;
}
a.nav:active  {
		color: #000;
		background-color:#BFBFBF;
		font-weight: normal;
}
/* SUBLINKS NAVBAR */
a.subnav {
		display: block;
		margin: 5px 2px 5px 2px;
		text-align: center;
		width: 122px;
		border: 1px solid #000000;
		text-decoration: none;
}
a.subnav:link {
		color: #000; background-color: #F0F0F0;
}
a.subnav:visited {
		color: #000; background-color: #FAFAFA;
}
a.subnav:hover   {
		color: #000; background-color: #EBEBEB;
}
a.subnav:active  {
		color: #000; background-color: #DADADA;
}


a {
		font-weight: bold;
		color: #5261EF;
		text-decoration: none;
}

a:hover {
		font-weight: bold;
		background-color: #FFEA00;
		color: #0006FF;
}

/* fix oldforms */
label.stdform, input.stdform, select.stdform {
		display: inline;
		float: none;
		width: auto;
}

/* Settings for Forms */
label, input, select {
		display: -moz-inline-box;
		display: inline-block;
		width: 14em;
}

label {
		width: 10em;
		padding-right: 4px;
		text-align: right;
		margin: 3px 3px;
}

label.long {
		width: 14em;
		padding-right: 4px;
		text-align: right;
		margin: 3px 3px;
		vertical-align: top;
}


input.long {
		width: 18em;
}

input.short {
		width: 8em;
}

form {
		margin-left: 10px;
		margin-bottom: .5em;
}

form br {
		clear: left;
}

form p {
		margin-left: 0px;
}

fieldset {
		margin: .5em;
		margin-left: 0px;
		font-size: 0.8em;
}

.checkbox {
		width: auto;
		vertical-align: middle;
}

.submit {
		display: inline;
		float: none;
		width: auto;
		margin-top: 3px;
		margin-right: 5px;
}

.error {
		font-weight: bold;
		color: red;
}

.confirmation {
		background-color: lime;
}

.right {
		text-align: right;
}

.left {
		text-align: left;
}
