


/*************************
LAYOUT
**************************/

* /*Set's border, padding and margin to 0 for all values*/
{
    padding: 0;
    margin: 0;
}

body, html {
    color: #000; 
    font-family: Arial,Verdana,Helvetica;
    background-color: #BDBDBD;
    text-align: center; /*** Centers the design in old IE versions ***/
    height: 100%;

}

body {
    font-size: 100.01%;
}

p{
padding:0;
margin-bottom:20px;
}

h1{
    font-size:1.6em;
    margin-bottom:6px;
    padding:0;
}
h2{
    font-size:1.4em;
    margin-bottom:4px;
    padding:0;
}
h3{
    font-size:1.2em;
    margin-bottom:2px;
    padding:0;
}

.clear { clear: both; }

#mainContainer {
    width: 784px;
    margin: 0 auto; /*** Centers the design ***/
    min-height: 100%;
    text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
    font-size: 0.7em;
		background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
}

* html #mainContainer {
    height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
    
}


/************* HEADER */

#header {
    height: 194px;
	
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	width: 784px;
	background-color:#cdcdcd;
}
#headermenu{
	position:relative;
	top:140px;
	left:50px;
	color:red;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	z-index:1;
}


/************* CONTENT AND COLUMNS */

.outer {
    padding-left: 40px;
}
* html .outer {
    padding-right: 40px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
    width: 744px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
    padding-bottom: 26px;
}
* html .inner {
    width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
    float: left;
    width: 744px;
    margin-left: -40px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
    /*** No need for hacking IE on this layout ***/
}
#content {
    float: right;
    width: 704px;
}
* html #content {
    position: relative;  /*** IE needs this  ***/
    z-index:1;
}
.contentWrap{

}

/************* LEFT COLUMN */

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

#left {
    float: left;
    width: 40px;
    
    font-size:0.9em;
    overflow: hidden;
}

* html #left {
    position: relative;  /*** IE needs this  ***/
}




/************* RIGHT COLUMN */

#right {
    float: right; 
    width: 40px;
    padding: 0;
}
* html #right {
    position: relative;  /*** IE needs this  ***/
    margin-right: -185px; /*** IE gets this margin. ***/
}



/************* FOOTER */

#footer {
    width: 784px;
    height: 26px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
    margin: 0 auto;
    margin-top: -26px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
    text-align: right;
	background-image:url(images/footerhg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color: #000;
	background-color:#cdcdcd;
}
#footer p{
    margin:0;
    padding:0;
}



/*************************
INHALTE
**************************/



#nav ul.menusub{border:0px solid #C9B1C1;}
#nav .menuparentact a{
color:red;
}

#nav .menuparentactsub a{
color:#9B9B9B;
}
#nav .menuparentactsub a:hover{
color:#fff;
}

#nav, #nav ul {
	
	width: 100%;
	list-style: none;
	color: #666666;
	text-transform:uppercase;
	font-size:11px;
}
 
#nav li li {
	background:#4D2E3D;
	padding:0px;
	display:block;
	float:left;
}
 
#nav a, a:link, a:visited {
	display: block;
	
	color: #9B9B9B;
	text-decoration: none;
	padding: 2px 0em;
}
#nav a:hover{
	color:#fff;
}
 
#nav a.menuparent {
	color:#9B9B9B;
}
 
#nav li {
	float: left;
	padding:0 20px;
	
}
*html #nav li img{
display:block;
	
}
 
#nav ul li a {
	color: #B898AD;
	font-size:10px;
	font-weight:normal;
	float:left;
}
#nav ul li a:hover{
	color: #fff;
	font-size:10px;
	font-weight:normal;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:126px;
	font-weight: normal;
	margin: 0;
	padding-top:3px;
	padding-bottom:3px;
}
*html #nav li ul {
float:left;
}
 
#nav li li {
	width: 120px;
	text-align:left;
}
*html #nav li li {
	width: 126px;
}
#nav li li ul{
	width: 186px;
	
}
*html #nav li li ul{
	width: 183px;
}
#nav li li li{
	width: 180px;
	
}
 
#nav li ul a {
background-color:#3C3C3C;
width: 126px;
color:#fff;
float:left;
}

#nav li ul ul a {
background-color:#794D61;
width: 186px;
}
 
#nav li ul ul {
	margin: -18px 0 0 120px !important;
	margin: -18px 0 0 120px ;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li li:hover, #nav li li.sfhover {
	background:#EDEBEC;
}
 
#nav li li {
x	background: red;
}
 
#nav li li a {
	padding-left:5px;
}
 
#nav li ul  {
	background-image: none;
}

.contentWrap ul{
margin-left:15px;
}

#mailform fieldset{
border:0;
}
#mailform .csc-mailform-field label{

width:110px;
}
.csc-mailform-field{width:110px;}

#content a, a:link, a:visited{
color:##9D1518;text-decoration:none;display:inline;
}
#content a:hover{
color:##9D1518;text-decoration:underline;
}


.csc-frame-invisible{float:left;}
.csc-frame-indent{float:right;}

.fighters-left{float:left;width:330px;background:#dbdbdb;color:#000;border:1px solid #757575;padding:5px;margin:0 5px 10px 5px;}
.fighters-left h1{color:#A9171A;font-size:14px;}
.fighters-left h2{color:#A9171A;font-size:12px;}
.fighters-right{float:right;width:330px;background:#dbdbdb;color:#000;border:1px solid #757575;padding:5px;margin:0 5px 10px 5px;}
.fighters-right h1{color:#A9171A;font-size:14px;}
.fighters-right h2{color:#A9171A;font-size:12px;}

.trainers-left{float:left;width:330px;background:#c0c0c0;color:#000;border:1px solid #757575;padding:5px;margin:0 5px 10px 5px;}
.trainers-left h1{color:#A9171A;font-size:14px;}
.trainers-left h2{color:#A9171A;font-size:12px;}
.trainers-right{float:right;width:330px;background:#c0c0c0;color:#000;border:1px solid #757575;padding:5px;margin:0 5px 10px 5px;}
.trainers-right h1{color:#A9171A;font-size:14px;}
.trainers-right h2{color:#A9171A;font-size:12px;}

.position-right{float:right;margin-top:0;padding:3px;background:#E5E5E5;position:relative;top:0px;width:130px;}
.position-right p{padding:0;margin:0;}
.position-left{float:left;margin-top:0;padding-top:0;position:relative;top:0px;}
.tx-rlmpflashdetection-pi1{margin-top:0;padding-top:0;position:relative;top:0;}

.csc-frame-frame1{background:#2C2C2C;color:#EAEAEA;border:1px solid #9D1518;padding:5px;margin-bottom:5px;}
*html .csc-frame-frame1{width:auto;height:20px;display:block;}
.csc-frame-frame1 h1{color:#A9171A;font-size:14px;}
.csc-frame-frame1 ul a, a:link, a:visited{color:#EAEAEA;font-weight:bold;text-decoration:none;}
.csc-frame-frame1 ul a:hover{color:#9D1518;font-weight:bold;text-decoration:underline;}
.csc-frame-frame1 a, a:link, a:visited{color:#EAEAEA;font-weight:bold;text-decoration:none;}
.csc-frame-frame1 a:hover{color:#9D1518;font-weight:bold;text-decoration:underline;}
.csc-frame-frame1 img{float:left;padding:5px;display:inline;}

.csc-frame-frame2{background:#F0F0F0;color:#000;border:1px solid #9D1518;padding:5px;margin-bottom:5px;}
*html .csc-frame-frame2{width:auto;height:20px;display:block;}
.csc-frame-frame2 h1{color:#A9171A;font-size:14px;}
.csc-frame-frame2 p{padding:0 0 5px 0;margin:0;}
.csc-frame-frame2 ul {color:#000;font-weight:bold;text-decoration:none;padding:0 0 10px 0;margin:0 0 0 20px;}
.csc-frame-frame2 ul a, a:link, a:visited{color:#000;font-weight:bold;text-decoration:none;}
.csc-frame-frame2 ul a:hover{color:#9D1518;font-weight:bold;text-decoration:underline;}
.csc-frame-frame2 a, a:link, a:visited{color:#000;font-weight:bold;text-decoration:none;}
.csc-frame-frame2 a:hover{color:#9D1518;font-weight:bold;text-decoration:underline;}
.csc-frame-frame2 img{float:left;padding:5px;display:inline;}

.csc-frame-start{width:540px;background:#F0F0F0;color:#000;border:1px solid #9D1518;padding:5px;margin-bottom:5px;}
*html .csc-frame-start{width:560px;height:20px;display:block;}
.csc-frame-start h1{color:#A9171A;font-size:14px;}
.csc-frame-start ul a, a:link, a:visited{color:#000;font-weight:bold;text-decoration:none;}
.csc-frame-start ul a:hover{color:#9D1518;font-weight:bold;text-decoration:underline;}
.csc-frame-start a, a:link, a:visited{color:#000;font-weight:bold;text-decoration:none;}
.csc-frame-start a:hover{color:#9D1518;font-weight:bold;text-decoration:underline;}
.csc-frame-start img{float:left;padding:5px;display:inline;}


.wtgallery_list-pic{
float:left;
margin-left:5px;
margin-bottom:5px;
}
.wtgallery_categories{
float:left;
margin-left:4px;
margin-bottom:5px;
}

.wtgallery_category_folder a, .wtgallery_category_folder a:visited{
font-size:10px;
}
