/************************************************************* HTML TAGS */

* {
	font-family		: verdana,arial,helvetica,sans-serif;
}
body {
	background		:	#f5f3f3;
}
a {
	margin			: 0;
	padding			: 0;
	color			: #9b090d;
	text-decoration	: none;
}
a:hover {
	text-decoration	: underline;
}
img {
	border			: 0;
}

/************************************************************* PAGE */

div.frame {
	width			: 100%;
	text-align: center;	margin: 0 auto;}
div.page {
	margin: 0 auto;	width			: 875px;
	text-align		: left;
	background		: transparent  url(/pics/layout/image_1260278578467.jpeg);
}

div.bg2, div.bg3, div.bg4 {
	width			: 100%;
	margin			: 0;
}

div.bg1{
	width			: 100%;
	margin			: 0;
	background		: url(/pics/bg_vmenu.jpg) repeat-y;
}

div.bg4{
	position		: relative;
}

div.tailer {
	zoom			: 100%;
}
div.side-bg {
	z-index				: 999;
	position			: absolute;
	top					: 110px;
	left				: 895px;
}

div.side-bg-top {
	position			: absolute;
	left				: 75px;
	top 				: 0px;
	z-index				: 99999;
}

.contentBanner{
	padding				: 5px 13px;
	text-align			: left;
	font-size			: 11px;	
}


/************************************************************* HEADER */

div.header {
	position		: relative;
	width			: 100%;
	height			: auto;
	background		: #FFFFFF;
}
p.logo {
	float			: left;
	background		: transparent url(/pics/layout/sportwerk_header.jpg) no-repeat 0 0;
	border-right	: 1px solid #b8b8b8;
}
p.logo a {
	display			: block;
	width			: 760px;
	height			: 80px;
	text-decoration	: none;
}
p.logo span {
	display			: none;
}
.meta-nav {
	position		: absolute;
	right			: 15px;
	bottom			: 10px;
	font-size		: 0.7em;
}
.meta-nav a {
	color			: #3d3d3d;
	text-transform	: uppercase;
}
.header-img {
	width				: 875px;
	height				: 386px;
}

/************************************************************* HORIZONTAL MENU */

div.hmenu {
	display				: none;
	clear				: both;
	color				: #FFFFFF;
	font-size			: 0.75em;
	text-align			: center;
	border-bottom		: 2px solid #FFFFFF;
	background			: #666666;
}
div.hmenu-workspace {
	display				: block;
	height				: 1.4em;
	padding				: 3px 7px;
}
ul.hmenu1 {
	list-style-typ		: none;
}
li.hmenu1 {
	display				: inline;
	float				: left;
}
a.hmenu {
	display				: block;
	float				: left;
	margin				: -1px 0 2px;
	padding				: 1px 10px;
	color				: #3d3d3d;
	font-size			: 1em;
	text-decoration		: none;
	background			: #666666;
}
a.hmenu:hover {
	color				: #FFFFFF;
}
a.hmenu1 {
	padding				: 2px 10px;
	font-weight			: 700;
}
a.hmenu1-active {
	color				: #666666;
	background			: #ffffff;
}

/************************************************************* MAIN */

div.main {
	clear				: both;
	text-align			: left;
	min-height			: 480px;
}
* html div.main {
	height				: 480px;
}

/************************************************************* BREADCRUMB */

div.breadcrumb {
	width				: 100%;
	height				: 1.4em;
	margin				: 0 auto 2px;
}
span.breadcrumb-infotext {
	display				: block;
	float				: left;
	font-size			: 0.75em;
}
div.breadcrumb UL {
	display				: inline;
	list-style-type		: none;
}
div.breadcrumb LI {
	display				: inline;
	float				: left;
}
a.breadcrumb {
	display				: block;
	float				: left;
	margin				: 0;
	padding				: 5px 0px;
	color				: #666666;
	font-size			: 0.75em;
	text-decoration		: none;
}
a.breadcrumb:hover {
	color				: #666666;
}

/************************************************************* VERTICAL MENU */

div.vmenu {
		float				: left;
	width				: 180px;
	margin				: 0 -180px 0 0;	
	overflow			: hidden;
}
div.vmenu-workspace { 
	margin				: 0px 0 10px 0; 
	font-size			: 0.75em;
	border				: 1px solid #b8b8b8;
}
div.vmenu-separate {
	margin				: 15px 0px 15px 0px;
}
ul.vmenu3,ul.vmenu1, ul.vmenu4, ul.vmenu2 {list-style-type		: none;}

li.vmenu1,li.vmenu2,li.vmenu3,li.vmenu4 {display:inline;}

li.has-submn {
	border				: 0;
}
li.vmenu-sub {
	min-height			: 0;
}
* html li.vmenu-sub {
	height				: 0;
}
a.vmenu {
	display				: block;
	padding				: 2px 5px;
	color				: #FFFFFF;
	text-align			: left;
	background			: #ffffff;
}
a.vmenu:hover {
	color				: #FFFFFF;
	text-decoration		: underline !important;
}
a.vmenu1 {
	padding				: 4px 10px;
	font-weight			: 400;
	background			: #ffffff url(/pics/layout/vmenu1_bg.gif) repeat-y 0 0;
	border-top			: 1px solid #b13a3e;
	border-bottom		: 1px solid #8e1518;
}
a.vmenu1-active {
	padding				: 4px 10px;
	font-weight			: 400;
	color				: #FFFFFF;
	background			: #3d3d3d url(/pics/layout/vmenu1_bg_active.gif) no-repeat top left;
	border-color		: #1E1E1E;
	border-style		: solid;
	border-width		: 1px 0;
}
a.vmenu2 {
	padding				: 4px 0 4px 10px;
	color				: #000000;
	font-weight			: 400;
	background			: #e2e1e1;
}
a.vmenu2:hover {
	color				: #9b090d;
}
a.vmenu2-active {
	font-weight			: 400;
	color				: #9b090d;
}
a.vmenu3 {
	padding				: 5px 0 5px 10px;
	color				: #000000;
	font-weight 		: 400;
	background			: #efefef;	
}
a.vmenu4 {
	padding				: 5px 0 5px 20px;
	color				: #000000;
	font-weight 		: 400;
	background			: #FFFFFF;	
}
a.vmenu4:hover,a.vmenu3:hover  {
	color				: #9b090d;
}
a.vmenu3-active,a.vmenu4-active {
	font-weight			: 400;
	color				: #9b090d;	
}

a.vmenu_unter_menu {
	padding				: 4px 10px;
	font-weight			: 400;
	color				: #ffffff;
	font-size			: 0.85em;
	float				: left;
	width				: 160px;
	text-align			: left;
	background			: #ffffff url(/pics/layout/bg_vmenu1_hd_off.gif) repeat-y 0 0;
}
a.vmenu_unter_menu:hover {
	text-decoration		: none;
}
/************************************************************* CONTAINER */

div.container {
		float				: right;
	width				: 180px;
	margin				: 0px 0 0 -180px;
	color				: #3d3d3d;
	text-align			: left;
}

div.container-left {
	float				: left;
	width				: 0px;
}
div.container-right {
	float				: right;
	width				: 180px;
}

div.container-menu {
	width				: 180px;
}
div.container-top {
	width				: 0px;
}
div.container-bottom {
	width				: 0px;
}
div.container-workspace {
	float				: left;
	width				: 180px;
	margin				: 0 0 10px 0;
	border				: 1px solid #b8b8b8;
	background			: #ffffff;
}
div.container-menu div.container-workspace {
	width				: 178px;
}
div.container-headline {
	padding				: 4px 10px;
	font-weight			: 400;
	color				: #FFFFFF;
	background			: #3d3d3d url(/pics/layout/vmenu1_bg_active.gif) no-repeat top left;
}
div.container-content {
	padding				: 9px;
	color				: #3d3d3d;
	font-size			: 0.70em;
}
div.container-menu div.container-content {
	padding				: 4px;
}
div.container-content a {
	color				: #9b090d;
}
h3.container {
	display				: inline;
	font-size			: 0.75em;
	font-weight			: 400;
}
img.border-image {
	float				: left;
}
.suche {
	margin-top			: 15px;
	height				: 56px;
	background-color	: #F0F0F0;
	padding-top			: 5px;
	border-left-width	: 0;
	border				: 1px solid #b8b8b8;
}
.home_div {
	margin-left			: 50px;
	margin-bottom		: 5px;
}
div.home_div .home_container {
	padding-right		: 5px;
}
.home_container{
	float				: left;
	padding-left		: 5px;
	padding-top			: 5px;
}
.home_container_datum{
	padding-left		: 15px;
	padding-top			: 0px;
}

div.bildcontainer {
	margin				: 0 0 10px 0;
}

/************************************************************* CONTENT */

div.content {
	width				: 495px;
	margin				: 0 180px 0 180px;
	padding				: 0px 10px 0 10px;
	text-align			: left;
	background			: transparent;
}

* HTML div.content{
	overflow			: hidden;
	width				: 495px;
	padding				: 0px 0px 0 10px;
}
div.content-wrap {
	float				: left;
	width				: 493px;
	margin				: 0 auto;
	background			: #ffffff;
	border				: 1px solid #b8b8b8;
}
div.content-workspace {
	margin				: 10px;
}

div.content-workspace ol, div.content-workspace ul, div.content-workspace li {
	margin-left			: 17px;
}
div.content-workspace ol li, div.content-workspace ul li {
	margin-left			: 0;
}
div.content-header {
	padding-left		: 0px;
	color				: #f5f3f3;
	text-align			: left;
}
div.content-text {
	height				: 100%;
	margin				: 0 0 10px;
	padding				: 10px 0px 0;
	color				: #3d3d3d;
	text-align			: left;
	font-size			: 0.70em;
}
h3.content-title {
	display				: inline;
	color				: #9b090d;
	font-size			: 1.3em;
	font-weight			: 400;
}

/************************************************************* FOOTER */

div.footer {
	position: relative;
	clear: both;
	width: 875px;
	height: 64px;
	margin: 0 auto;
	padding: 0px 15px 0 10px;
	color: #FFFFFF;
	font-size: 0.95em;
	text-align: left;
}
div.footer-top {
	clear: both;
	color: #223860;
	
	height: 30px;
	margin: 0 auto;
	padding: 10px 200px;
	position: relative;
	text-align: left;
}
.footer-meta {
	height: 30px;
	position: relative;
	text-align: right;
}
.footer .top {
	width:	550px;
	float: left;
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: 700;
}
.footer .float-left a {
	display: block;
	float: left;
	color: #827f7b;
	font-size: 0.75em;
	font-weight: 400;
	padding-top:5px;
}
.footer-meta a{
	color: #827f7b;
	font-size: 0.75em;
	font-weight: 400;
	margin-left: 5px;
}
.footer .meta-nav {
	font-size: 11px;
	text-align: right;
	position: relative;
	right: 0;
	bottom: 0;
}

/************************************************************* STANDARDS */

span.paging {
	color				: #3d3d3d;
}
.paging {
	/*background			: #666666;*/
	font-weight				: bold;
	margin-top				: 10px;
}
.border1 {
	border				: 1px solid #666666;
}
div.form-begin {
	border				: 1px solid #666666;
	background			: #f5f3f3;
}
textarea, input.text {
	border				: 1px solid #666666;
}
input.button {
	color				: #3d3d3d;
	border				:	1px outset #9b090d;
}
input {
	margin				: 3px;
}
option {
	color				: #3d3d3d;
	background			: #FFFFFF;
}
button {
	color				: #3d3d3d;
	border				: 1px solid #666666;
}
fieldset {
	margin				: 10px 0;
	padding				: 5px 10px;
	border				: 2px solid #666666;
}
legend {
	padding				: 2px 10px;
	border				: 1px solid #666666;
}
div.form-fieldset-inlay {
	padding				: 3px 7px;
	background			: #ffffff;
}
a.magazinmehr {
	color				: #9b090d;
}
.galerie-intro-table{
	width				: 100%;
}

/*************************************************************TAB-Container */

.tab-container {
  	width				: 100%;
  	background			: #b8b8b8;
  	margin-bottom		: 16px;
}
 
.tab {
  	border				: 1px solid #ffffff;
  	border-bottom		: 0px;
  	cursor				: pointer;
  	float				: left;
  	height				: 15px;
  	margin-right		: 6px;
  	padding				: 4px;
  	text-align			: center;

}

.tab-active{
  	border				: 1px solid #ffffff;
 	border-bottom		: 0px;
  	cursor				: pointer;
  	float				: left;
  	height				: 15px;
  	margin-right		: 6px;
  	padding				: 4px;
  	text-align			: center;
  	background			: #666666;		
}
 
#tab-content {
  	clear				: both;
  	padding				: 5px;
}
#around-content {
  	border				: 1px solid #ffffff;
  	clear				: both;
}

#around-content .container-workspace .container-headline{
	display				: none;
}

#around-content .container-workspace {
	font-size			: 1.4em;
}

.tab-left{	
	float				: left;
}

.tab-right{
	float				: left;
}

.magazinedateHOT{
	font-size			: 18px;
	color				: #FFF;
	background			: #3D3D3D url(/pics/layout/hot_ico.jpg) no-repeat bottom right;
	padding				: 0 50px 8px 10px;
}

.magazinetitleHOT{
	font-size			: 12px;
	color				: #df7174;	
}

.magazinetextHOT{
	font-size			: 12px;
	color				: #fff;		
}

.magazinedate{
	font-size			: 10px;
	color				: #797979;
}

.magazinetitle{
	font-size			: 14px;
	color				: #9b090d;
}

.title_title_list{
	padding-left		: 0px;
	font-size			: 14px;
	color				: #9b090d;
	font-weight			: bold;
}

.title_title_list_home{
	padding-left		: 0px;
	font-size			: 14px;
	color				: #9b090d;
	font-weight			: bold;
}


div.ticker{
	position:absolute;
	top:365px;
	left:190px;
}
