/**
 * Style RadioGroup
 */

body {
	margin-left: 0px;
	background-image: url(img/bg_grau.jpg);
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	
}

#spr {
	width: 480px;
	
}

h1 {
	margin-bottom: 0.1em;
	margin-top: 0.3em;
	font-size: 1.0em;
	color: #DA0000;
}


h2 {
  margin-bottom: 0.1em;
  margin-top: 0.7em;
  font-size: 0.9em;
}

h3 {
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	font-size: 1em;
	font-weight: normal;
}


h4 {
  margin-bottom: 0.1em;
  margin-top: 0.1em;
  font-size: 0.9em;
  font-weight: normal;
}

h5 {
  margin-bottom: 0.1em;
  margin-top: 0.3em;
  font-size:1.4em;
  color: #000000;
}


p {
	margin:0.8em 0em 0.8em 0em;
}

.img {
  float: left;
  margin: 0.7em 0em 1.2em 0em;
}

.teaser_img {
  margin: 0em 0em 0em 0.5em;
}


.imgsub {
	margin: 0.7em 1.2em 1.2em 0em;
	font-size: 0.9em;
	font-style: italic;
	width: 135px;
}

.teaser_text {
	margin-left: 30px;
	margin-bottom: 1em;

}

.article_img {
	/*float: left;*/
}

.article1_img {
  margin: 0.5em 0em 0em 0em;

}



.article_imgsub {
   margin: 0.3em 1.2em 1.2em 0em;
	font-size: 1em;
	font-style: italic;
	/*border: 1px red solid;*/
}

.top {
	width:100%;
	background-image: url(img/bg_grau.jpg);
	border-top: 1px solid #cccccc;
}

.toptext {
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	font-size: 1.5em;
	color: #000000;
}


.teaser {
	padding-bottom: 15px;
	clear:both;
	border-top: 1px solid #cccccc;
	/*border-bottom: 1px solid green;*/
	padding-top: 0.4em;
}

* html .teaser { height:180px; }		/* IE-Problem wg. min-height */

.article {
	width: 470px;
	clear:both;

}

.header1 {
	border-bottom: 1px solid #cccccc;
	height: 70px;
}
.header2 {
	border-bottom: 1px solid #cccccc;

}

.date{
	margin-top: 10px;
	margin-bottom: 10px;
}

.box1 {
	float: left;
	margin: 0.3em 1.2em 1.2em 0em;
	width: 150px; /*background-image: url(img/bg_grau.jpg);*/
	background-color: #FFFFFF;
	padding: 0.3em 0.3em 0.3em 0.3em;
}

.box2 {
   float: left;
	margin: 0.3em 1.2em 1.2em 0em;
	width: 150px;
	/*background-image: url(img/bg_grau.jpg);*/
	background-color: #FFFFFF;
	padding: 0.3em 0.3em 0.3em 0.3em;
}

.imgsub_exp {
	margin: 0.7em 1.2em 1.2em 0em;
	font-size: 1em;
	font-style: italic;
}

.player {
	margin-bottom: 0.2em;
	margin-top: 0.2em;
}

.playerteaser {
	visibility: hidden;
	margin-bottom: -20px;
}

.category {
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/bg_grau.jpg);
}

a:link,a:visited,a:active{
	text-decoration: none;
	color: #D3002F;
	padding-right: 15px;
}

a:hover{
	text-decoration: underline;
	color:#D3002F;
}

a.title2:link, a.title2:visited, a.title2:active{
	text-decoration: none;
	color: #D3002F;
	padding-right: 15px;
	background-image: none;
}

a.title2:hover{
	text-decoration: underline;
	color:#D3002F;
}

a.categorylink:link, a.categorylink:visited, a.categorylink:active{
	text-decoration: none;
	color: #D3002F;
	padding-right: 15px;
	background-image: none;
}

a.categorylink:hover{
	text-decoration:none;
	color:#D3002F;
}

a.categorylinkactive {
	font-weight: bold;
	text-decoration: none;
	background-image: none;
}

a.teaser_imglink:link, a.teaser_imglink:visited, a.teaser_imglink:active{
	background-image: none;
}

a.teaser_imglink:hover{

}

a.bookmarklink:link, a.bookmarklink:visited, a.bookmarklink:active, a.bookmarklink:hover{
	background-image: none;
	padding-right: 0px;
}

a.head2:link, a.head2:visited, a.head2:active, a.head2:hover{
	background-image: none;
	padding-right: 0px;
}

.voting_title{
	background-color: #666666;
	color: #ffffff;
}

.voting_tab{
	background-image: url(img/bg_grau.jpg);
	color: #000000;
}

.input{
	background-color: #E6E6E6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

.more:before { content:"["; }
.more:after { content:"]"; }
