/**********************************************
	Grundsätzliche Größenangleichung für Browser
**********************************************/
a, a:link {
	padding:2px 0px;
	color:#0B5A79;
}

a:visited {
	color:#0B5A79;
}

a:hover {
	color:#efefef;
	background-color:#333333;
	text-decoration:none;
}

a:active {
	color:#0B5A79;
}


h1 {
	color:#333;
	font-size:24px;
}

h2 {
	color:#333;
	font-size:18px;
	margin-bottom:8px;
}

h3 {
	color:#000;
	font-size:14px;
	font-weight:bold;
}

/**********************************************
	Grund-Layout	
**********************************************/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:url('/bilder/main.jpg') repeat;
}

#wrapper { 
 margin: 0 auto;
 margin-bottom:20px;
 width: 980px;
 border-left:1px solid #999999;
 border-right:1px solid #999999;
 background-color:#ffffff;
}

#content { 
 float: left;
 min-height: 550px;
 width: 730px;
 padding: 0px 10px;
 padding-top: 15px;
 display: inline;
}

#header {
 color: #333;
 width: 980px;
 float: left;
 height: 95px;
 padding:0px;
 background:#efefef;
 background:url('/bilder/header_auslandsstudium.jpg') no-repeat;
 border-bottom:1px dotted #999999;
}

#rightcolumn { 
 color: #333333;
 min-height: 550px;
 width: 229px;
 padding-top:15px;
 float: left;
 text-align:center;
}

#footer { 
 width: 960px;
 padding: 5px 10px;
 clear: both;
 color: #333;
 background: #efefef;
 border-top:1px dotted #999999;
 border-bottom:1px solid #999999;
 padding-top:5px;
 font-size:11px;
}

/**********************************************
	Individuelle Anpassungen	
**********************************************/

#header h1 {
	margin-top:24px;
	margin-bottom:0px;
	padding:0px 10px;
}

#header .headerline {
	padding:5px 10px;
	font-weight:bold;
	background-color:#ffffff;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#content {
 color: #666;
 line-height:1.5;  	
}

#content #standort {
	float:right;
	margin-bottom:10px;
	padding-bottom:0px;
	border-bottom:0px dotted #999999;
}

#footer .links {
	float:left;
}

#footer .rechts {
	float:right;
}

#footer br {
	clear:both;
}

table th {
	text-align:left;
}

.regions:hover {
	background-color:#efefef;
}

.regions th {
	width:190px;
}

.regions .regions_color1
{
	background-color:#F2F2F2;
}

.regions .regions_color2
{
	background-color:#fafafa;
}

.bericht_persons {
	padding:2px;
	background-color:#F0F0F0;
	margin-bottom:1px;
	text-align:left; 
}

.bericht_persons:hover {
	background-color:#fafafa;
}

.tabbreite { width: 180px; }

.bericht_titel {
	text-transform:uppercase;
	color:#000000;
	border-bottom:1px solid #666666;
}

.missing {
	font-weight:bold;
	color:red;
}

.htmlcode, .htmlcode a:hover {
	margin-top:5px;
}

.htmlcode a:hover {
	background-color: #ffffff;
}

.htmlcode img:hover {
	border:1px solid #999999;
}
 
/**********************************************
	Boxen (rechte Spalte)
**********************************************/
.box {
	background-color:#ffffff;
	margin: auto;
	margin-bottom:20px;
	width:210px;
	border:1px solid #999999;
}

.box h3 {
	padding-top:3px;
	height:18px;
	font-size:12px;
	text-transform:uppercase;
	background-color:#999999;
	color:#ffffff;
}

.box .data {
	padding:3px;
	padding-left:9px;
	text-align:left;
}


/**********************************************
	Anbieter-Auflistung, Anbieter Logo & Katalog-Cover Definitionen
**********************************************/
.anbieterliste {
	background:#ffffff;
	vertical-align:middle; 
	font-size:14px; 
	height:50px;
}

.anbieterliste td {
	border-bottom:1px dotted #E8E8E8;
}

.anbieterliste:hover {
	background:#efefef;
}

.logo {
	float:left;
	margin-right:10px;
	margin-bottom:1px;
	padding:2px;
	width:200px;
	border:0px solid #B6B6B6;
}

.dlfile {
	width:100%;
	float:left;
	margin-right:20px;
	font-size:12px;
}

.dlfile:hover {
}

.cover {
	float:left; 
	width:85px;
	margin-bottom:1px;
	margin-right:5px;
	padding:2px;
	border:1px solid #999999;
}



/**********************************************
	Anbieter Bewertungsskala
**********************************************/
.rating_bar {
  float:left;
  margin-top:4px;
  width: 60px;
  background: url(/bilder/bewertung_star_gr.gif) 0 0 repeat-x;
}

.rating_bar div {
  height: 12px;
  background: url(/bilder/bewertung_star.gif) 0 0 repeat-x;
}

