/* 
    Document   : aktuelles
    Created on : 15.12.2008
    Author     : Rouven Eisenberg
    Description: Purpose of the stylesheet follows.
*/


.rahmen
{
	/*height: 1000px;*/ /* Ohne Angabe wird die Höhe dynamisch angepasst! */
	width: 833px;
	border: 3px solid #999999;
}

.umlauf
{
	float: left;
}

.umlaufend
{
	clear: both;
}

b.headline
{
	font-size: 22px;
}

.innen
{
    padding: 10px;
	margin: 2px;
	/*color: #33ffff;*/
	color: #001122;
	font-size: 16px;
	font-weight: normal;
    text-align: left;
	border: 1px solid #999999;
}

.abmessungen
{
	margin: 2px;
	padding: 1px;
	width: 260px;
	height: 170px;
}

.abstand
{
	padding-top: 50px;
}

.abmessungen1
{
	width: 809px;
}

.abmessungen2
{
	height: 225px;
	width: 267px;
}

.abmessungen3
{
	height: 185px; /* X + abstand.padding-top + innen.padding = height*/
	width: 220px;
}

a.bild:link, a.bild:visited
{
	font-size: 12px;
	color: orange;
}

a.bild:link:hover, a.bild:visited:hover
{
	color: lime;
}

.zurueck :link, .zurueck :visited
{
	width: 120px;
	height: 120px;
	display: block;
	background-image: url(../bilder/zurueck.png);
	background-repeat: no-repeat;
}

.zurueck :link:hover, .zurueck :visited:hover
{
	width: 120px;
	height: 120px;
	background-image: url(../bilder/zurueck_pushed.png);
	background-repeat: no-repeat;
}

a.akt:link, a.akt:visited
{
	font-size: 14px;
	color: orange;
}

a.akt:link:hover, a.akt:visited:hover
{
	color: lime;
}

.button_ohnelink2
{
	height: 22px;
	width: 182px;
	margin-bottom: 12px;
	margin-left: 45px;
    padding: 2px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000000;
	background-image: url(../bilder/button_pushed.jpg);
	background-repeat: no-repeat;
}

