@charset "UTF-8";
/* Nur CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #000;
	background-image:url(../bg/bgc.png);
	background-repeat: repeat;
	list-style-image:url(../bg/bt.jpg);
	list-style-position: outside;
	font-size: 100%;
	margin: 0px;
	color: #000;
}

		

h2{
	font-size: 130%;
	color: #2D659E;
	font-family: Verdana, Geneva, sans-serif, "Times New Roman", Times, serif;
	text-shadow: #ccc 2px -1px 2px;
}

h3{
	font-size: 120%;
	font-family: Verdana, Geneva, sans-serif, "Times New Roman", Times, serif;
	color: #749E2D;
	text-shadow: #ddd 2px -1px 2px;

}
h4{
	font-size: 110%;
	font-family: Verdana, Geneva, sans-serif, "Times New Roman", Times, serif;
	color: #04203C;
	text-shadow: #ddd 2px -1px 2px;}

h5{
	font-size: 105%;
	font-family: Verdana, Geneva, sans-serif, "Times New Roman", Times, serif;
	color: #7B0720;
	text-shadow: #ddd 2px -1px 2px;
}

h6{
	font-size: 102%;
	font-family: Verdana, Geneva, sans-serif, "Times New Roman", Times, serif;
	color: #C65F2F;
	font-weight: bold;
	text-shadow: #ddd 2px -1px 2px;
}

.hdr{
	font-size: 120%;
	font-family:Arial, Helvetica, sans-serif;
	color: #cc0000;
	font-weight: bold;
	text-shadow: #fff 1px -2px 1px;
	text-align: right;
	float: right;
	margin-right: 11px;
}

hr {
	border: 1px dotted #7b0e9a;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #360;
	text-decoration: none;
}
a:hover {
	color: #6F6;
	text-decoration: none;
}
a:active {
	color: #3F3;
	text-decoration: none;
}

#top {
	width: 85%;
	height: 49px;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	background-color: #A82217;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-right:1px dashed #A82217;
	border-left:1px dashed #A82217;
	background-image:url(../bg/top.png);
	background-repeat: repeat-x;
  }
  
#main {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding: 12px;
	background-color: #fff;
	border: 1px dashed #A82217;
	border-radius: 5px;
  }
	

#footer {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	font-size: 90%;
	text-align: center;
	letter-spacing: 2px;
	background-color: #fff;
	border: 1px dashed #A82217;
	border-radius: 5px;
	padding: 12px;
	/* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
}


.imgsag{ float: RIGHT; padding: 5px; 
border: 5px solid #fff;}

.imgsol{ float: left; padding: 5px; 
border: 5px solid #fff;}

.img{  padding: 10px; 
border: 5px solid #fff;}

.brd{  padding: 3px; 
border: 3px solid #999;
background-color: #CCC;}

.sm{ color: #333; font-size: 12px;
}

.red{ color: #cc0000; font-size: 12px; letter-spacing: 3px;
font-family:Georgia, "Times New Roman", Times, serif;
}

.bg{ color: #D724FD; font-size: 16px; letter-spacing:2px; font-weight:bold;
}


	

  

