/***********************************************/
/* style.css                                   */
/* siegfriedia.at CSS-Grundbaustein            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url(grau_verlauf.jpg);
	background-repeat: no-repeat;
}

a{
	color: #336600;
	text-decoration: none;
}

a:link{
	color: #336600;
	text-decoration: none;
}

a:visited{
	color: #336600;
	text-decoration: none;
}

a:hover{
	color: #CC0000;
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	text-align: left;
}

.aviso_titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.aviso_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-align: left;
}
.bg_bursa {
	background-attachment: scroll;
	background-image: url(bursa_grau.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.sidebox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	padding-top: 14px;
	padding-left: 28px;
}
.bg_socialmedia {
	background-attachment: scroll;
	background-image: url(socialmedia_balken.png);
	background-repeat: repeat-x;
	background-position: top;
}
