/**************************************************************
WAGNERCHICK Manuel Wagner
> astrals.net, Ralf Fieger

**************************************************************/

body {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	background-color: white;
	margin: 40px 10px 10px 10px;
	padding:0px;
}

/**************************************************************
DIE BASICS
**************************************************************/

#stageholder {
	position:relative;
	text-align:center;
	margin:0px auto;
	width: 980px;
	height: 640px;
/*	border: 1px solid red;*/
	overflow:visible;
}

#mainstage {
	position:relative;
/*	background-color: yellow;*/
	text-align:left;
	margin-right:-20px;
}

#navi {
	position:absolute;
	bottom:0px;
	left:0px;
	width: 980px;
	height: 127px;
/*	border: 1px solid red;*/
	text-align:left;
}



#content {

width: 980px;
	
/*	background-color: yellow;*/

}


#pers-links {
	position:absolute;
	bottom: 0px;
/*	left: 433px;*/
		right: 0px;
	font-size: 9px;
}

#pers-links a {
	color: #cccccc;
	text-decoration:none;
	margin-right: 10px;
}
#pers-links a:hover,
#pers-links a.active {color: #0095D4;}



/**************************************************************
NAVI
**************************************************************/

#logo {
	z-index:20;
	float:left;
	margin-right: 15px;
/*	border: 1px solid blue;*/
}

#btns {
	margin-top: 2px;
/*	background-color: yellow;*/
	width: 540px;
	float:left; 
/*	margin-right: -20px;*/
}


#navi #btns img {	
	margin: 0px 0px 0px 0px;
	
}
#navi #btns a img {	border:0px;}


/**************************************************************
CONTENT-INSIDE
**************************************************************/

#pers-links

/**************************************************************
CONTENT-INSIDE
**************************************************************/

/*#content .content-inside {	margin:20px 20px 30px 20px;}*/

/**************************************************************
GLOBALS & COMMON
**************************************************************/

.clear {	clear:both;}
.clearl {clear:left;}
.clearf {clear:right;}

.imgleft {float:left;margin-right: 10px;margin-top:5px;}
.imgright {float:right;margin-left: 10px;margin-top:5px;}



/**************************************************************
FONTS
**************************************************************/

h1 {font-size:200%;text-transform:uppercase;}
h2 {font-size:160%;font-weight: normal;}
h3 {font-size:120%;}

#content p { line-height: 150%;}


/**************************************************************
LINKS
**************************************************************/

a { 
	color: #0095D4; 
	text-decoration:underline;
}
a:hover {text-decoration:none;}



















































/**************************************************************
FORMULARE
**************************************************************/


input,
textarea,
select {
/*	background-color: #ADAB97;
	border: 1px solid #65634C;*/
	font-family: verdana, arial, sans-serif;
	font-size: 9px;	
	padding:2px;
}


.label {
	font-weight: bold;	
}

.formreihe,
.formreihe-paar {
	margin-bottom: 10px;
}

#seminartyp .formreihe-paar input {
	width: 246px; 
}

.formreihe-paar .paar {
	float:left;
	width: 271px;
}

.formreihe-paar {
	width: 530px;
}



