/* @group Formatierungen */
body, p, ol, ul, td, dl {
	font-family:			Arial, Helvetica, Geneva, sans-serif;
	color: 					#000;
	font-size: 0.9em;
}

p {
	margin-bottom: 1em;
}


a {
	color: 					#666666;
}
.border {

	font-size: 0.9em;
}

.border a b {

  color: 					#000000;
      
}


.right {
	float: 					right;
	margin: 				0 0em 0.5em 1em;
}
.left {
	float: 					left;
	margin: 				0 1em 0.5em 0;
}

strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a.external {
	padding-right: 1.00em;
	background-image: url(../images/external.gif);
	background-repeat: no-repeat;
	background-position: right;
}

a.akademie {
	text-decoration: none;

}


div.editorial_notice {
	border-top:				1px dashed #CCC;
	background: 			#EEE;
	color: 					#666;
	padding: 				1em;
	margin-bottom: 			1em;
	font-size: 				0.85em;
	line-height: 			1.5em;
}
/* @end */


/* @group Überschriften */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom:			0.5em;
	color:					#487BAE; /*#1a1a83;*/
}
h1 {
	font-size: 				1.5em;
}
#Title {
	margin-left:			6px;
}
h2 {
	font-size: 				1.1em;
	margin-top:			2%;
	
	height:					20px;
padding-bottom: 0.2em;
padding-top:0.2em;

}
h3 {
	font-size:				1em;
	margin-top:			5%;
	margin-bottom:			3%;
	font-weight:			bold;
	
}
h4 {
	margin-bottom:			3%;
	font-weight:			bold;
	font-size:				1em;
}
h5 {
	font-size: 				1em;
}
h6 {
	font-size: 				0.9em;
}
/* @end */


#Content p {
	line-height: 			1.5em;
}
#Content ul,
#Content ol {
	margin-left: 		1em;
margin-bottom: 		2em;
	margin-top: 		2em;
}
#Content ul li {
	list-style: 		none;
	padding-left: 		1em;
	margin-bottom: 		0.75em;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0.25em;
}
#Content ul li.nobullet {
	background-image: url(/images/vwa_logo.jpg);
	line-height: 1.3em;

}
#Content ul li.pdf {
	padding-left: 3em;
	padding-bottom: 		0.75em;
	background-image: url(/images/pdf-icon.gif);
	background-repeat: no-repeat;
	background-position: left  center;
	height:20px;
}
a.pdf {
	padding: 0 0 0 32px;
	background: url(/images/pdf-icon.gif) no-repeat left top;
	display: block;
}
#Content ol li {
	list-style-type: decimal;
}
#Content img.bordered {
	border:			1px solid #1A1A83;
}
#Content img.yum {
	margin-bottom: 2em;
}
/* @end */


/* @group Sitemap */
#sitemap #NavUl {
	width: auto;
	margin: 10px;

}


#sitemap #NavUl ul li{
list-style: 		none;


}
#sitemap #NavUl li a {
	list-style: none;
	background: none;
	height: 10px;
	padding: 10px 0px ;
}
#sitemap #NavUl li ul li a {
	
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0px 5px 15px;
}
/* @end */


/* @group Formulare */
input,
select,
textarea {
	font-family: 			"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 				1em;
}

/* @end */


/* @group Die "Akademie" */
#Content #karriere_portrait {
	float:left;
	width: 				350px;
	padding-top: 10px;
	padding-right: 10px;
}

#Content #akademie_portrait {
	padding-top: 10px;
}


/* @end */
/* @group Formular-Fehler */
.formError {
  background-color: #cc9999;
  border: 1px solid #cc0000;
  margin-bottom: 1em;
  padding: 0.5em;
}
.form_error input,
.form_error select,
.form_error textarea {
  border: 1px solid #cc0000;
}
.error-message {
  color: #ff8100;
  background: url(/yum/images/silk_icons/error.png) no-repeat;
  margin-left: 5px;
  padding-left: 20px;
}
/* @end */
/* @group Studienleiter */
#directors_of_studies {
  width: 800px;
  float: left;
}
.director {
  width: 380px;
  margin-right: 5px;
  float: left;
  font-size: 0.9em;
  line-height: 1.5em;
}

.director p {
  font-size: 1em;
}
/* @end */
/* @group Passwörter neu setzen */
#password-changes {
  width: 100%;
  border-collapse: collapse;
}
#password-changes th {
  border-bottom: 1px solid #999;
}
#password-changes th,
#password-changes td {
  text-align: left;
  padding: 5px 2px;
}
#password-changes th {
  font-weight: bold;
  text-align: left;
}
#password-changes td {
  border-bottom: 1px dotted #ccc;
}
/* @end */


#event-search,
#event-search dt,
#event-search dd {
  margin: 0;
  padding: 0;
  float: none;
	height: 30px;
}
#event-search {
  font-size: .85em;
  background-color: #efefef;
  border: 1px solid #ccc;
  margin-bottom: 1em;
  padding: .5em;
  float: none !important;
  float: left;
}
#event-search:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#event-search input {
  font-size: 1em;
  margin: 0;
  padding: .1em;
  float: none;
}
#event-search dt,
#event-search dd {
  float: left;
}
#event-search dt {
  padding-top: 3px;
  margin-right: .5em;
}
#event-search dd {
  margin-right: 1em;
}



/* @group Startseite */
#StartBoxes:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#StartBoxes h1 {
  font-size: 1.3em;
}
#Start_box1 ul.news {
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}
#Start_box1 ul.news a {
  margin: 0;
  padding: 0;
}
#Start_box1 ul.news li {
  background-position: left 0.3em;
  margin: 0;
  padding: 0 0 0 1em;
}
#Start_box1 ul.news li h3 {
  font-size: 1em;
  margin: 0;
  margin-bottom: 0.4em;
  padding: 0;
}
#Start_box1 ul.news li h3 a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}
#Start_box1 ul.news li h3 a:hover {
  text-decoration: underline;
}
#Start_box1 ul.news li p {
  font-size: 1em;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
#Start_box1 ul.news li p a {
  font-weight: normal;
  text-decoration: underline;
  color: #666;
}
#Start_box2 .locations {
  width: 214px;
  height: 180px;
  background: transparent url(/images/karte.gif) no-repeat 1.5em 4.5em;
  margin-bottom: 1.5em;
}
#Start_box2 .locations p.right {
  text-align: right;
  margin: 0 0 1em 0;
  padding: 0;
  float: none;
}
#Start_box2 .events img {
  width: 214px;
  height: 30px;
}
#Start_box3 ul.buttons {
  margin: 0 5px;
  padding: 0;
  list-style: none;
}
#Start_box3 ul.buttons li {
  list-style: none;
  list-style-image: none;
  line-height: 1.3em;
  background: none;
  margin: 0;
  margin-bottom: 1.5em;
  padding: 0 0 9px 0;

}
#Start_box3 ul.buttons li a {
  font-weight: normal;
  text-decoration: underline;
  color: #666;
  margin: 0;
  padding: 0;
}
#Start_box3 ul.buttons li img {
  width: 80px;
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}


#Layer {
	position: absolute;
	z-index: 1003;
	top: 0;
	left: 0;
	background: url('/images/black.png');
	width: 100%;
	height: 100%;
}

#LayerAd {
	position: absolute;
	z-index: 1002;
	top: 107px;
	left: 20%;
	border: 1px solid #000063;
	background: #FFFFFF;
	padding: 8px;
}
/* @end */



