/* dev
div {background-color:#CCCCCC; filter:alpha(opacity=80); -moz-opacity:.8; opacity:.8;} */
* {
	margin:0; 
	padding: 0;
} 
html { 
	height: 100%;
} 

body{
	font-size: 11px;
	margin: 10px 0px;
	color: #444444;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	background-color: #BDB5A6;
}
	
#wrapper{	
	width: 980px;
	margin: auto;
	text-align: left;
	}
	
/*header*/
#header{
	background-repeat:no-repeat;
	font-weight:normal;
	height:75px;
	margin-bottom:20px;
	text-align:left;
	width:980px;
}
#logo{ 
	width: 86px;
	float:left;
}

#title{
	float:left;
	font-size:22px;
	letter-spacing:1px;
	margin-left:35px;
	padding-top:57px;
	text-align:left;
}

#title a{
	text-decoration:none; 
	color:#444444;
}

#address{
	color:#444444;
	float:right;
	font-size:9px;
	padding-top:61px;
	text-align:right;
}

/*mainnavigation*/
#navigation{
}

#primary1, #primary2, #primary3, #primary4, #primary5,
#secondary1, #secondary2, #secondary3, #secondary4, #secondary5,
#footer {
	background-color:#4F3423;
	height:30px;
	white-space:nowrap;
	font-size:15px;
	width:980px;
}
#secondary1, #secondary2, #secondary3, #secondary4, #secondary5 { 
	height:25px;
}

#footer{ 
	height:25px;
}

#primary1 a, #primary2 a, #primary3 a, #primary4 a, #primary5 a,
#secondary1 a, #secondary2 a, #secondary3 a, #secondary4 a, #secondary5 a {
	color:#EDEADD;
	font-weight:normal;
	display:block;
	float:left;
	margin:0;
	padding:7px 25px 5px;
	text-decoration:none;
	white-space:nowrap;
}

#secondary1 a, #secondary2 a, #secondary3 a, #secondary4 a, #secondary5 a {
	padding:3px 25px 4px;
}

#primary1 a:hover, 
#primary2 a:hover, 
#primary3 a:hover, 
#primary4 a:hover, 
#primary5 a:hover,
#secondary1 a:hover,#secondary1 a.here,
#secondary2 a:hover,#secondary2 a.here,
#secondary3 a:hover,#secondary3 a.here,
#secondary4 a:hover,#secondary4 a.here,
#secondary5 a:hover,#secondary4 a.here,
#footer a:hover {
	background-color:#9D765F; 
	color:#EDEADD; 
	text-decoration:none;
}

#primary1 a.here {	background-color:#4F3423;}
#primary2 a.here {	background-color:#FF6600;}
#primary3 a.here {	background-color:#1A3270;}
#primary4 a.here {	background-color:#E21F26;}
#primary5 a.here {	background-color:#F7931D;}


#secondary1, #secondary2, #secondary3, #secondary4, #secondary5 {
	font-weight:normal;
	height:25px;
	white-space:nowrap;
	width:980px;
	font-size:15px;
}

#secondary1 { background-color:#4F3423;}
#secondary2 { background-color:#FF6600;}
#secondary3 { background-color:#1A3270;}
#secondary4 { background-color:#E21F26;}
#secondary5 { background-color:#F7931D;}

#primary1 li, #primary2 li, #primary3 li, #primary4 li, #primary5 li,
#secondary1 li, #secondary2 li, #secondary3 li, #secondary4 li, #secondary5 li,
#footer li {
	display:inline;
	text-decoration:none;
}


/*CONTENT */
#content{
	height:500px; 
	background-color:#EDEADD; 
	width:980px;
}

/* claims on channelpages */

#claim1, #claim2, #claim3, #claim4, #claim5{ 
	position:relative;	
	width:auto;	
	line-height:140%; 
	text-align:left;
} 
 
.claimtext{	
	font-size:21px;	
	color:#FFFFFF;	
	font-family:"Times New Roman",Times,serif;	
	padding-left:20px; 
	padding-right:20px; 
	padding-top:5px; 
	padding-bottom:5px; 
	text-align:center;
} 
	
#claim1{ 
	margin-left:0px; 
	margin-top:-461px; 
}
#claim1 .claimtext{
	font-size:36px; 
	line-height: 29px; 
	color:#0066CC; 
	text-align:center; 
	font-style:italic;
	font-family:Zapfino,"Times New Roman", Times, serif;
}
#claim1 .claimtext a{	
	color:#FFFFFF;
	text-decoration:none; 
}
#claim1 .claimtext a:hover{	
	color:#4F3423; 
	text-decoration:none; 
}

#claim2{ 
	margin-left:8px; 
	margin-top:-96px; 
}
#claim2 .claimtext{
	background-image:url(../images/graphics/bckgrnd_rest.png); 
	font-style:italic;
}

#claim3{
	margin-left:8px;
	margin-top:-100px;
}
#claim3 .claimtext{ 
	/*background-image:url(../images/graphics/bckgrnd_fifa.png); */
	font-style:italic;
	color:#1A3270; 
}

#claim4{
	margin-left:8px;
	margin-top:-96px;
}

#claim4 .claimtext{
	/*background-image:url(../images/graphics/bckgrnd_conv.png); */
	font-style:italic;
}

#claim5{
	margin-left:8px;
	margin-top:-92px;
}
#claim5 .claimtext{
	background-image:url(../images/graphics/bckgrnd_cat.png); 
	font-style:italic;}

#news {
	background-image:url(../images/graphics/bckgrnd_news.png);
	margin-left:700px;
	margin-top:-423px;
	padding:5px;
	position:absolute;
	width:270px;
	z-index:1;
}

#news .newstext{
	text-align:left;
	padding:10px;
}
#newsHeader{
	text-align:right;
	width: 100%;
}
#newsHeader a, #newsHeader a:hover {
	text-decoration:none;
	color:#444444;
}

/*contentboxes on pages */

#left{
	float:left; 
	margin-right:15px;
}

#center1, #center2, #center3, #center4, #center5{
	width:266px; 
	margin-top:20px; 
	float:left; 
	line-height:16px;
	background-color:#EDEADD; 
}

#center1 a:hover{
	color:#4F3423;
}

#center2 a:hover{
	color:#FF6600;
}

#center3 a:hover{
	color:#1A3270;
}

#center4 a:hover{
	color:#E21F26;
}

#center5 a:hover{
	color:#F7931D;
}

#center1 a, #center2 a, #center3 a, #center4 a, #center5 a {
	color:#4F3423; 
	font-weight:bold; 
	text-decoration:underline;
	}

/* link for image galleries */
#centerlinks {
	height:30px;
	position:absolute;
	text-align:right;
	top:574px;
	width:270px;
}

#centerlinks .quadrat  {
	color:#EDEADD;
	float:right;
	font-size:0.8em;
	height:22px;
	width:80px;
}

#centerlinks .quadrat li {
	display:inline;
}

#centerlinks .quadrat a {
	border:1px solid #4F3423;
	border-collapse:collapse;
	color:#EDEADD;
	display:block;
	float:left;
	margin:0;
	padding:3px 6px 3px 5px;
	text-decoration:none;
	background-color:#4F3423;
}

#centerlinks .quadrat a:hover {
background-color:#EDEADD;
color:#4F3423;
}
#centerlinks .quadrat a.on {
	background-color:#EDEADD;
	color:#4F3423;
}
#centerlinks .quadrat a.off, #centerlinks .quadrat li  {
	text-decoration:none;
}

#centerlogout{
	height:30px;
	position:absolute;
	top:634px;
	width:275px;
	text-align:right;
}

#centerlogout a{
	text-decoration:none;
}

#centerlogout a:hover{
	color:#1A3270;
	text-decoration:none;
}

#centerbottom {
	border-top :1px solid #000000;
	height:30px;
	position:absolute;
	top:631px;
	width:275px;
}

#right{
	width:500px;
	float: right;
}

#right img.gallery{
	margin-right:8px;
	margin-top:22px;
}

#forms{ 
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	line-height: 18px;
}


/*footer*/


#footer ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
}

#footer a {
	color:#EDEADD;
	display:block;
	float:left;
	font-size:0.9em;
	font-weight:normal;
	margin:0 0 0 30px;
	padding:4px 5px 3px;
	text-decoration:none;
}

/* allgemeine Klassen */
.textError{ 
	color:#FF0000;
	font-weight:bold;
}

.textConfirm{ 
	color:#339966;
	font-weight:bold;
}

.smallBox{ width:100px; border:1 solid #444444;}
.mediumBox{ width:250px; border:1 solid #444444;}
.largeBox{ width:440px; border:1 solid #444444;}

/*NewsLetter*/
#message-body { background-color:#dedede; padding:15px;}
#message-body h1 { font-size:12px}