/*
Stylesheet für Buttons

Author:		Markus Müller
Version:	0.3

*/
pre 
{
    font-family: verdana,arial,sans-serif; 
    font-size:1em; 
    font-style: normal;
    margin: 0;
    padding: 0;
}
pre a:link, pre a:visited, pre a:active
{
	color: #72811f;
    text-decoration: none;
    border-bottom: 1px dotted #72811f;
    font-style: normal;
    margin: 0;
    padding: 0;
}

pre a:hover {
	color: #000000;
	text-decoration: none;
}

address {
	
	text-align: center;
	font: 0.9em arial; letter-spacing: 0.12em;
	font-weight: 400;
	font-style: normal;
	color: #444;
    margin-left: auto;
    margin-right: auto;
}
address a    {
    margin-left: auto;
    margin-right: auto;
	display: block;
	width: 250px; 
	color:#444; 
	background-color:#bc9271; 
	border:1px solid #666666; 
	text-decoration:none; 
	padding: 5px 10px 5px 10px;
}

address a:link    { 

	color:#444; 
	background-color:#bc9271; 
	border:1px solid #666666; 
	text-decoration:none; 
	padding: 5px 10px 5px 10px;
}

address a:visited     { 

	color:#444; 
	background-color:#bc9271; 
	border:1px solid #666666; 
	text-decoration:none; 
	padding: 5px 10px 5px 10px;
}

address a:hover   { 

	color:#fff; 
	background-color:#9f6944; 
	border:1px solid #666666; 
	text-decoration:none; 
	padding: 5px 10px 5px 10px;
}
address a:active  { 

	color:#fff; 
	background-color:#9f6944; 
	border:1px solid #666666; 
	text-decoration:none; 
	padding: 5px 10px 5px 10px;
}

