@charset "utf-8";
body {
	background-color: #9f0707;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background-image: url("../images/background-site.jpg");
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}
#site {
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
#site #header, #site #menu, #site #subnavi {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 730px;

}
#site #header {
	height: 76px;
	width: 730px;
	position: relative;
}
#site #header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#site #menu {
	height: 54px;
	position: relative;
}


#site #subnavi { height: 80px; }




#site #subnavi ul {
	margin: 12px 0;
	padding: 0;
	list-style: none;
}
#site #subnavi ul li {
	margin: 0;
	float: left;
	padding: 0 25px 0 25px;
}
#site #subnavi a { 
	display: block;
	float: left;
	color: #FFFFFF;

	font-weight: bold;	
	line-height: 21px;
	height: 21px;
	padding-left: 20px; 
	text-decoration: none;
	margin-right: 5px;
}
#site #subnavi a span{
	display: block;
	padding: 0px 20px 0px 0; 
}
#site #subnavi li.current  a{
	background-image: url("../images/subnavi_hover_left.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
#site #subnavi li.current a span{
	background-image: url("../images/subnavi_hover_right.gif");
	background-position: right top;
	background-repeat: no-repeat;
}
#site #menu ul {
	position: absolute;
	bottom: 0px;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	
	height: 46px;
	list-style: none;
}
#site #menu ul li{
	float:left;
}
#site #menu ul li a{
	float: left;
	display: block;
	color:#ffffff;
	text-decoration: none;

	font-weight: bold;
	padding:0 0 0 22px;
	height: 46px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;	
}
#site #menu ul li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; 
}
#site #menu ul li.current a, #site #menu ul li a:hover{
	color: #ad0202;
	background: url("../images/menu_hover_left.gif") no-repeat left top; 
	background-position: left top;
}
#site #menu ul li.current a b, #site #menu ul li a:hover b{
	color: #ad0202;
	background: url("../images/menu_hover_right.gif") no-repeat right top; 
}
#maincontainer{
	margin: 0 auto;
	width: 730px;
}
#contentwrapper{
	float: left;
	width: 100%;
}
#contentcolumn{
	margin-left: 191px; 
}
#leftcolumn{
	float: left;
	width: 191px; 
	margin: 0 0 0 -730px; 
}
#contentcolumn .innertube{
	margin: 15px; 
	margin-top: 0px;
}

#login {
	background: url("../images/background_login.gif") no-repeat right top; 
	width: 193px; 
	height: 181px;
	margin: 0 0 0 1px;
	position: relative;
}

#login ul {
	position: absolute;
	top: 30px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#login ul li {
	margin: 0;
	padding: 4px 10px 4px 10px;
}
#login ul li a {
	color: #000000;
}
#login h3 {
	position: absolute;
	left: 10px;
	color: #ffffff;
	top: 3px;
	margin: 0;
	padding: 0;
}
#login span {
	position: absolute;
	left: 10px;	
	font-size: 11px;
	color: #000000;
}
#login #userid {
	top: 35px;	
}
#login #password {
	top: 85px;	
}
#userid-input, #password-input, #submit-button {
	position: absolute;
	left: 10px;	
	border: 1px solid #ae1313;
	width: 160px;
}
#login #submit-button {
	top: 130px;	
	background: url("../images/background-button.jpg") repeat-x right top; 
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	width: 90px;
	left: 80px;	
	cursor: pointer;
}
#login #userid-input {
	top: 50px;	
}
#login #password-input  {
	top: 100px;	
}
#footer{
	clear: left;
	width: 100%;
}
#headbar {
	width: 100%;
	height: 23px;
	background-image: url("../images/background_top.gif");
	background-repeat: repeat;
	background-position: left top;	
}
h2 {
	margin: 5px 0 5px 0;
	padding: 0;
	color: #a00101;
	font-size: 14px;
}
p {
	margin: 15px 0 15px 0;
	padding: 0;
	font-size: 12px;
	text-align: justify;
}
.actionsbox {
	margin: 6px 0;
}
.actionsbox .top {
	width: 187px;
	height: 34px;
	background-image: url("../images/actionbox-top.gif");
	background-repeat: repeat;
	background-position: left top;	
	position: relative;
}
.actionsbox .top h3 {
	margin: 0;
	padding: 0px;
	font-size: 13px;
	left: 10px;
	color: #ffffff;
	bottom: 4px;
	position: absolute;
}
.actionsbox .bottom {
	width: 187px;
	height: 23px;
	background-image: url("../images/actionbox-bottom.gif");
	background-repeat: repeat;
	background-position: left top;	
}
.actionsbox .middle {
	width: 187px;
	margin: 0;
	
	background-image: url("../images/actionbox-middle.gif");
	background-repeat: repeat;
	background-position: left top;	
}
.actionsbox p {
	margin-bottom: 0;
}
.actionsbox .middle div {
	margin: 0 3px 0 3px;
	text-align: justify;
	padding: 7px 7px 0 7px;
	background-repeat: no-repeat;
	background-position: 1px top;	
}
#impressum {
	border-top: 1px dotted #bdbdbd;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
}
.fromfield #agb {
	background-color: #ffffff;
  	border: 1px dotted #ae1313;
  	padding: 8px;
  	height: 300px;
  	overflow: auto;
}
.fromfield {
	background-color: #f1f1f1;
	border: 1px dotted #ae1313;
	padding: 15px;
}
.fromfield  th {
	text-align: left;
}
.fromfield  th, .fromfield  td {
	padding: 9px;
}
.fromfield .inputfield , .fromfield #land{
	width: 250px;
}
.fromfield #title , .fromfield #academics, .fromfield #delay {
	width: 150px;
}
.fromfield .zipfield, .fromfield .cityfield {
	width: 110px;
	margin: 0 10px 0 0;
}
.download {
	width: 100%;
	border-width: 0px;
	border-spacing: 0px;

	border-style: outset;
	border-collapse: collapse;
}
a {
	color: #ae1313;
}

.download thead {
	background-color: #ae1313;
	color: #ffffff;


	font-weight: bold;
}

.download th, .download td {
	border-width: 1px;
	padding: 3px;
	border-style: inset inset inset inset;
	text-align: left;
	border-color: #ae1313;

}
.download a {
	color: #000000;
}
ul#tag_cloud
{
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;  
}
ul#tag_cloud li
{
  margin: 3px;
  padding: 3px;
  float: left;
}
ul#tag_cloud li.tag_popularity_1
{
  font-size: 60%;
}
ul#tag_cloud li.tag_popularity_2
{
  font-size: 100%;
}
ul#tag_cloud li.tag_popularity_3
{
  font-size: 130%;
}
ul#tag_cloud li.tag_popularity_4
{
  font-size: 160%;
}
#innertube-login {
  background-color: #f1f1f1;
  border: 1px solid #c4c4c4;
  padding: 4px;
}
#innertube-login {
  background-color: #f1f1f1;
  border: 1px solid #c4c4c4;
  padding: 4px;
  
}
#innertube-login input {
	border: 1px solid #ae1313;

}
#innertube-login span  {
	font-size: 10px;

}
#innertube-login h3 {
	margin: 0 0 10px 0;
	padding: 0;
}
#innertube-login .button {
	background: url("../images/background-button.jpg") repeat-x right top; 
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari 3.0 and Opera 9 rules here */
	#site #subnavi { height: 68px; }
}

