/*
Stylesheet main stopp-seite.de
(c) 2009 Patrick G. Stößer <pgs@stopp-seite.de> 
Alle Rechte vorbehalten - All rights reserved
*/

body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFFF;
} 

h1{
	font-size: 1.4em;
}

h2{
	font-size: 1.2em;
}

h3{
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
}

a:link, a:visited, a:focus, a:hover, a:active{
text-decoration:none;
}

#footbox a:link, #lang a:link{
	color: #000000;
	text-decoration: none;
}

#footbox a:visited, #lang a:visited{
	color: #000000;
	text-decoration: none;
}

#footbox a:focus, #footbox a:hover, #footbox a:active, #lang a:focus, #lang a:hover, #lang a:active{
	color: #FFFFFF; 
	background: #797979;
	text-decoration: none;
}

#globalbox a:link, #globalbox a:visited{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}


#globalbox a:focus, #globalbox a:hover, #globalbox a:active{
	color: #000000; 
	background: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

a.button{
	padding-left: 2px;
	padding-right: 2px;
	font-size: 0.9em;	
	border: 1px solid;
	text-decoration: none;
}

a.button:link, a.button:visited{
	background: #f5f5f5;
	border-color: #e0e0e0;
	color: #000000;
	text-decoration: none;
}

a.button:focus, a.button:hover, a.button:active{
	background: #F8F8F8; 
	border-color: #797979;
	color: #000000;
	text-decoration: none;
}



/*----- boxen -----*/
#globalbox{
	background-color: #f5f5f5;
	margin: 10px;
	padding: 8px;
	border: 1px solid;
	border-color: #e0e0e0;
}

#ad{
	background-color: #f5f5f5;
	margin: 10px;
	padding: 4px;
	border: 1px solid;
	border-color: #000000;
	font-size: 0.8em;
	text-align: left;
}

#adsub{
	text-align: center;
}

#footbox{
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	border-top: 1px solid #999999;
	font-size: 0.8em;
	line-height: 1.2em;
}

#newsbox{
	margin: 20px;
	padding: 10px;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid red;
}

.code{
	margin: 20px;
	padding: 10px;
	background: #FFFFFF;
	color: #000000;
	border: 1px solid black;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

#legal{
	font-size: 0.8em;
}
/*EOF*/