

@import "typography.css";
@import url("typography.css") all;

@import "reset.css";
@import url("reset.css") all;
@import "forms.css";
@import url("forms.css") all;
@import "content.css";
@import url("content.css") all;


body {
	background-color:#F8F5F0;
	background-repeat:no-repeat;
	overflow-x:hidden;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}



*+ html body.home {/* nur für den IE7 */ 

}



/*** LAYOUT ***/



#wrapper  {
	margin:0px;
	padding:0px;
	position:absolute;
	top: 0%;
	left: 50%;
	width: 980px;
	margin-right: 0px;
	margin-bottom: -30px;
	margin-left: -490px;
	background-repeat:no-repeat;
	min-height: 100% !important; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%;
	z-index:0;

}

* html #wrapper {/* nur für den IE6 */
	margin-left: -490px;
}

*+ html #wrapper {/* nur für den IE7 */
	
}


#header {
	margin: auto;
	width: 100%;
	height: 460px;
}



#content {
	min-height: 360px !important; /* Mindesthöhe für moderne Browser */
	height:100% !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	margin:0px;
	padding:0px 0 0 0px;
	text-align:left;
	width:980px;
}



#column1,
#column2,
#column3 {
	display:inline;
	float:left;
	width:280px;
	overflow:hidden;

}

#column1 {
	margin:0 10px 0 0;
	width:300px;
}

#column2 {
	padding:0 20px 0 20px;
	width:300px;
	background-image: url(../img/column2_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	height: 380px;
}


#column3 {
	margin:0 0px 0 10px;
	width:300px;
}




#footer {
	margin: auto;
	width: 940px;
	clear:both;
	bottom:0px;
	padding: 10px;
	text-align:center;
	position:relative;
}



#footer a {

	color:#990099;
}

#footer a:hover {

	color:#000;
}

#footer a.pagetop {
float:right;}




/************** HOME **************/


body.home {
	background-position: center -80px;
	background-image: url("../img/bg_home.jpg");
	background-color:#FCFBF9;

}

#wrapper.home  {
	background-image:url("../img/bg_content.jpg");
	background-position: 0 -80px;
	padding-bottom: 50px;
}

#wrapper.home #spacer {height:600px; }

/************** STUDIUM **************/
body.studium {
	background-position: center -40px;
	background-image: url("../img/bg_studium.jpg");
}



#wrapper.studium {
	background-image:url("../img/bg_content_studium.jpg");
	background-position: 0 -40px;
	background-repeat:no-repeat;
	min-height: 100% !important; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%;
	padding-top: 0px;
	padding-bottom: 50px;
}
#wrapper.studium #spacer {height:600px; }



/************** UNIS **************/
body.unis {
	background-position: center -40px;
	background-image: url("../img/bg_unis.jpg");
}



#wrapper.unis  {
	background-image:url("../img/bg_content_unis.jpg");
	background-position: 0 -40px;
	padding-bottom: 150px;
}

#header.unis {
	margin: auto;
	width: 100%;
	height: 500px;
}




#content.unis  {
	min-height: auto !important; /* Mindesthöhe für moderne Browser */
	height:100% !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
}




/************** BERUF **************/
body.beruf {
	background-position: center -40px;
	background-image: url("../img/bg_beruf.jpg");
}


#wrapper.beruf {
	background-image:url("../img/bg_content_beruf.jpg");
	background-position: 0 -40px;
	background-repeat:no-repeat;
	min-height: 100% !important; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%;
	padding-top: 0px;
	padding-bottom: 150px;
}


#content.beruf  {
	min-height: auto !important; /* Mindesthöhe für moderne Browser */
	height:100% !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	margin-top:10px;
}


#content.beruf img.image { 
border: 1px solid #999999; margin:10px;
}

#wrapper.beruf #spacer {height:600px; }
#wrapper.home #spacer {height:900px; }





.apofinder iframe { display:block; height:100%; width:560px; border:none; }



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


a:link { font-size: ; color: #990099;}
a:hover { color: #000000; }
a:active { color: #990099; }
a:visited {
	text-decoration: none;
	color: #990099;
}

a, a img { border: 0; text-decoration: none; outline: 0; }



ul, li {
	margin: 0;
	padding:0;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:none;
}

/************** SHADOWS / BUTTONS **************/

.shadow {
  box-shadow: 0px -1px 2px #ccc;
  -moz-box-shadow: 0px -1px 2px #ccc;
  -webkit-box-shadow: 0px -1px 2px #ccc;
}


.shadow_inner {
   box-shadow:inset 0 0 10px #000000;
   -moz-box-shadow:inset 0 0 10px #000000;
   -webkit-box-shadow:inset 0 0 10px #000000;
}



