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


.archiv
{
	/*color: #66ffff;*/
	color: #001122;
	text-align: left;
}

.einleitung
{
	font-size: larger;
}

.text
{
	font-weight: normal;
	font-size: 16px;
}

.umlauf
{
	float: left;
}

.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;
}

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

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

.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;
}

