/* @override http://www.im-solutions.com/fileadmin/templates/css/main.css */

/*-----------------------------------------------------------------------------
    <iFun>

    author:    *rac
    email:     justwtf@gmx.com

-----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
    ### General ###
    
    Colorscheme and Font-size and -weight is:
        
        Background Color repeat-x:		#d9dee1    (light gray-blue)

		Content
		H1:					#024b7f		(blue)			13.44pt	bold
		H2:					#323232		(dark grey)		11.5pt	bold
		Text:				#323232		(dark grey)		11.5pt	reg
        
        Main Nav
        Link Background:    #c9d6df     (light gray) 

		Sidebar - Leadin
		H1:					#024b7f		(blue)			13.44pt	bold
		Text:				#323232		(dark grey)		11.5pt	reg
		Link (extra):		#1a3b53		(dark blue)		11.5pt	bold

		Sidebar - Nav3
		H2:					#323232		(dark grey)		11.5pt	bold
		Link (extra):		#627a85		(light blue)	11.5pt	reg
		Link-active (extra):#1a3b53		(dark blue)		11.5pt	reg

-----------------------------------------------------------------------------*/

@charset "UTF-8"; 

/* Remove padding and margin */
*
{
  margin: 0;
  padding: 0;
}

/* Prepare Lists for Styling */
ul
{
   list-style: none;
   padding: 0;
   margin: 0; 
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table
{
    margin-bottom: 1.1em;
}

/* Class for clearing floats */
.clear
{
    clear: both;
}


/* Remove border around linked images */
img
{
    border: 0;
}

html
{
    height: 100%;
}

body
{
    height: 100%;
    background: url(../img/background_repeatx.png) repeat-x left top;
}

/*---------------------------------------------------------------------------- 
    Typography
-----------------------------------------------------------------------------*/

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 1.5em;
	color:	#323232;
	background-color:#d9dee1;
}


/*---------------------------------------------------------------------------- 
    Headings
-----------------------------------------------------------------------------*/

h1
{
    font-size: 14px;
    font-weight: bold;
	color: #024b7f;
}

h2
{
	font-size: 12px;
	font-weight: bold;
	color: #323232;
}

/*---------------------------------------------------------------------------- 
    Links
-----------------------------------------------------------------------------*/
a
{
    outline: none;
	color: #323232;
	font-size: 12px;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

/*---------------------------------------------------------------------------- 
    Container/Branding
-----------------------------------------------------------------------------*/

#container
{
	width: 930px;
	height: auto;
    min-height: 100%;
	margin: 0px auto;
	padding-bottom: 20px;
	background: url(../img/background.png) no-repeat left top;
}

/*---------------------------------------------------------------------------- 
    Header
-----------------------------------------------------------------------------*/

#header
{
	width: 910px;
	height: 100px;
	margin: 0px 10px;
	background: url(../img/header.png) no-repeat left top;
	position: relative;
}

#header p
{
	width: 400px;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	top: 11px;
	right: 17px;
}

#header a
{
	font-size: 10px;
    text-decoration: underline;
}

#header a.act
{
    text-decoration: underline;
}

#header span.act
{
    text-decoration: none;
    color: #627A85;
}

#header a:hover
{
    text-decoration: none;
}

#header a.act:hover
{
    cursor: default;
    text-decoration: underline;
}

/*----------------------------------------------------------------------------
    Home Link
-----------------------------------------------------------------------------*/
a#home-link
{
    display: block;
    width: 275px;
    height: 99px;
    position: absolute;
    top: 0px;
    left: 10px;
}

/*---------------------------------------------------------------------------- 
    Language Selection Dropdown
-----------------------------------------------------------------------------*/
#language-selection
{
	display: none;
	position: absolute;
	right: 0;
	top: 32px;
	width: 250px;
	padding: 1px;
	border: 7px solid white;
	/*background-color: #d9dee1;*/
	background-color: #627a85;

	opacity: 0.8;
}

#language-selection-lang {
	float: right;
	padding: 12px 10px 10px 0;
}

#header p a img {
	text-decoration: none;
	
}

#language-selection-close  {
	float: right;
}





#language-selection a
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000; 
	margin-right: 5px;
}

#language-selection a:hover
{
	font-size: 10px;
	color: #1A3B53;
}

/*---------------------------------------------------------------------------- 
    Main Nav
-----------------------------------------------------------------------------*/

#main-nav
{
	width: 910px;
	height: 62px;
	padding: 9px 7px 9px 13px;
	font-size: 12px;
	font-weight: bold;
}

#main-nav li
{
	float: left;
	padding-left: 6px;
}

#main-nav a
{
	display: block;
	width: 144px;
	height: 44px;
	font-size: 12px;
	line-height: 56px;
	text-indent: 10px;
	background: url(../img/button_inactive.png) no-repeat left top;
}

#main-nav a:hover
{
	text-decoration: none;
	background: url(../img/button_mouseover.png) no-repeat left top;
}

#main-nav a.act
{
	color: #fff;
	background: url(../img/button_active.png) no-repeat left top;
}

/*----------------------------------------------------------------------------
    int_ypslideoutmenu
-----------------------------------------------------------------------------*/
#yymenu a
{
    background-color: #627a85;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight:bold;
    margin:0px;
    padding:4px;
    padding-left: 8px;
    text-decoration: none;
}

#yymenu a.last
{
    border-style:none;
}

#yymenu
{
}

#yymenu > div
{
    
}

#yymenu a:hover
{
    background-color: #c9d6df;
    color: #323232;
}

#yymenu .mmContent div.mmlink a.submenu:hover
{
}

#yymenu .mmLevel1, #yymenu .mmLevel2
{
    margin-bottom:0px;
    padding-top:0px;
}

#yymenu .mmContent
{
}
#yymenu .mmLevel1
{
    background-color: #fff;
    padding: 7px;
    padding-top: 8px;
} 
#menu5Container, #menu5Content {
	width:154px;
}

/* :RAC: Prevent shortness of container on long menu */

#menu6Container
{
	min-height: 600px;
}

/*---------------------------------------------------------------------------- 
    Media Reloaded
----------------------------------------------------------------------------*/
#media
{
    width: 910px;
    height: 246px;
    margin: 0 10px;
    overflow: auto;
    _margin-left: 0px;
}

/* Three Symmetrical System */

/* Outer 3 */
#media .outer
{
   width: 290px;
   height: 246px;
   margin-left: 10px;
   float: left;
   /* Black bgcolor to avoid white background flickering through flash controls in old versions of FF */
    background-color: #000;
   _overflow: hidden; 
}

/* Inner 6 */
#media .outer .inner
{
    width: 140px;
    margin-left: 0px;
    height: 246px;
    float: left;
    /* Black bgcolor to avoid white background flickering through flash controls in old versions of FF */
    background-color: #000;
    _overflow: hidden;    
}

#media .outer .inner + .inner
{
   padding-left: 10px;
   background-color: #fff;
}

/* Doublesection left */
#media #double-left
{
    width: 590px;
}


/* Doublesection right */
#media #double-right
{
    width: 590px;
}

/* Doublesection right */
#media #one-full
{
    width: 890px;
}
/*---------------------------------------------------------------------------- 
    Main
-----------------------------------------------------------------------------*/

#main
{
	width: 910px;
	height: auto;
	margin: auto;
	margin-top: 10px;
}

/*---------------------------------------------------------------------------- 
    Sidebar / News Teaser
-----------------------------------------------------------------------------*/
                
#sidebar-nav
{
	width: 290px;
	height: auto;
	margin-left: 10px;
	float: left;
}


#sidebar-nav h2
{
	margin: 0;
	padding-top: 41px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #323232;
	width: 250px;
}

#sidebar-nav #front-news
{
	margin: 0;
	padding-top: 41px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #323232;
	width: 250px;
}

#sidebar-nav #front-news p
{
	padding-left: 10px;
	padding-bottom: 5px;
	color: #323232;
	
}


/*---------------------------------------------------------------------------- 
    Subnavigation / Level 3
-----------------------------------------------------------------------------*/

#sidebar-nav ul
{
	width: 290px;
    margin-top: 5px;
}

#sidebar-nav > ul
{
    _position: relative;
    _left: -10px;
}

#sidebar-nav li
{
   	padding: 0;
	font-weight: bolder;
	display: block; 
}

#sidebar-nav li a
{
	width: 290px;
	height: 20px;
	line-height: 20px;
	display: block;
	text-indent: 30px;
	font-size: 12px;
	text-decoration: none;
	color: #627a85;
	border-bottom:1px solid #fff;
	border-top: 1px solid #fff;	
}

/* Remove border on everything but the first link */
#sidebar-nav li + li a
{
	border-top: 0;
}

#sidebar-nav li a:hover
{
	background-color: #627a85;
	color: #fff; 
}

#sidebar-nav li.l1_actsub > a, #sidebar-nav li.l1_act > a
{
 	background-color: transparent;
    color: #024b7f;
}

/*---------------------------------------------------------------------------- 
    Subnavigation / Level 4
-----------------------------------------------------------------------------*/

#sidebar-nav li ul
{
	 width: 290px;
	 margin-left: -15px;
     margin-top: 0;
}

#sidebar-nav li li
{
	 margin-left: 15px;
	 font-weight: normal;
}

#sidebar-nav li li a
{
	 text-indent: 45px;
}

/* Remove border on everything but the first link, for all following levels */
#sidebar-nav ul * li + li a
{
	border-top: 0;
}

#sidebar-nav li.l2_actsub > a, #sidebar-nav li.l2_act > a
{
    background-color: transparent;
    color: #024b7f;
}

/*---------------------------------------------------------------------------- 
    Subnavigation / Level 5
-----------------------------------------------------------------------------*/
#sidebar-nav li li ul
{
     width: 290px;
     margin-left: -30px;
}

#sidebar-nav li li li
{
     margin-left: 30px;
     font-weight: normal;
     background: url(../img/sidebar_ul.png) no-repeat 23% 65%;
     _background: url(../img/sidebar_ul.png) no-repeat 20% 65%;
}

#sidebar-nav li li li a
{
     text-indent: 70px;
}

#sidebar-nav li.l3_act
{
     background: url(../img/sidebar_ul_act.png) no-repeat 23% 65%;
     _background: url(../img/sidebar_ul_act.png) no-repeat 20% 65%; 
}

#sidebar-nav li.l3_act > a
{
    background-color: transparent;
    color: #024b7f;
}



/*---------------------------------------------------------------------------- 
    Sidebar - News
-----------------------------------------------------------------------------*/

#sidebar-nav #news
{
    padding-left: 20px;
    padding-top: 10px;
}

/*---------------------------------------------------------------------------- 
    Main Content
-----------------------------------------------------------------------------*/

#content
{
	width: 560px;
	height: auto;
    _width: 550px;
	/*margin-left: 310px;*/
    padding-top: 39px;
    padding-left: 20px;
    overflow:hidden
}

#content .csc-textpic-text
{
    margin-left: 10px;
    _margin-left: 0;
    width: 390px;
}

div.csc-header
{
	margin-left: 10px;
    _margin-left: 0;
	margin-top: 0px;
}

div.csc-textpicHeader
{
    margin-top: 10px;
}


DIV.csc-textpic-imagewrap {

}
 
#content div.csc-textpic-text ul, #sidebar-nav #front-news  ul
{
	padding-left: 30px;
	list-style-position: outside;
	list-style-image: url(/fileadmin/templates/img/logo_bullet.gif);
	display: block;
}

#content div.csc-textpic-text ul li, #sidebar-nav #front-news ul li
{
	
	line-height: 18px;
	padding-bottom: 2px;
	padding-left: 4px;

} 
#content div.csc-textpic
{
	
	
	padding-left: 10px;

} 


#content a,#sidebar-nav #front-news a
{
	color:#627a85;;
    text-decoration:underline;
	list-style-position: outside;
	font-weight: bolder;
} 
   
#sidebar-nav #front-news li a
{
	
	height: 20px;
	line-height: 20px;
	display: block;
	text-indent: 0px;
	font-size: 12px;
	text-decoration: none;
	color: #627a85;
	border-bottom:none;
	border-top: none;	
}   

#sidebar-nav #front-news li a:hover, #sidebar-nav #front-news li:hover
{
	background-color: transparent ! important;
	/*color: #fff; */
}      
/*---------------------------------------------------------------------------- 
    Footer
-----------------------------------------------------------------------------*/



/*---------------------------------------------------------------------------- 
    Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset
{
    border: 1px solid transparent;
}


/*---------------------------------------------------------------------------- 
    Tables
-----------------------------------------------------------------------------*/

table 
{ 
    border-spacing: 0;
    border-collapse: collapse;
}

td 
{
    text-align: left;
    font-weight: normal;
}



/*---------------------------------------------------------------------------- 
    Misc 
-----------------------------------------------------------------------------*/
hr
{
    height: 1px;
    background-color: #000;
    color: #000;
    border: 0;
}

pre
{
    font-size: 16px;
    font-weight: bold;
    color: #00ff00; 
}

/*---------------------------------------------------------------------------- 
    css_styled_content
-----------------------------------------------------------------------------*/
/* default styles for extension "tx_cssstyledcontent" */
/* Captions */
DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; } 
/* Needed for noRows setting */
DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; } 
/* Border just around the image */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
    border: 2px solid black;
    padding: 0px 0px;
} 
DIV.csc-textpic-imagewrap { padding: 0; }
DIV.csc-textpic IMG { border: none; }  
/* DIV: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; } 
/* UL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }
/* DL: This will place the images side by side */
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csc-textpic-image { margin: 0; }
DL.csc-textpic-image DT { margin: 0; display: inline; }
DL.csc-textpic-image DD { margin: 0; }  
/* Clearer */
DIV.csc-textpic-clear { clear: both; }  
/* Margins around images: */    

/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-right: 10px;
} 
/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 10px;
}

DIV.csc-textpic-intext-right-nowrap img
{
   padding-left: 10px;
   _padding-left: 0;
}
  
/* Pictures centered, add margin on left */
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
    display: inline; /* IE fix for double-margin bug */
    margin-left: 10px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }  
/* Space below each image (also in-between rows) */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }     
/* No margins around the whole image-block */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }
/* Add margin from image-block to text (in case of "Text w/ images") */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
    margin-right: 10px !important;
}
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
    margin-left: 10px !important;
}  
/* Positioning of images: */ 
/* Above */
DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }  
/* Center (above or below) */
DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }  
/* Right (above or below) */
DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }
/* Left (above or below) */
DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; } 
/* Left (in text) */
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; } 
/* Right (in text) */
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; } 
/* Right (in text, no wrap around) */
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */  
/* Left (in text, no wrap around) */
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
/* End hide from IE5/mac */
DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }


/*---------------------------------------------------------------------------- 
    Powermail
-----------------------------------------------------------------------------*/
.tx-powermail-pi1
{
    margin-bottom: 20px;
}
 
span.powermail_mandatory
{
     color: red;
}

input.validation-failed,textarea.validation-failed
{
   background-color: red;
}

div.powermail_mandatory_js
{
    color: red;
    margin: 3px 0 15px 120px;
}

fieldset.tx-powermail-pi1_fieldset
{
    border: 1px solid #A5ACB2;
    background-image: url(../img/handy.jpg);
    background-repeat: no-repeat;
    background-position: 100% 60%;
    padding: 10px;
}

fieldset.tx-powermail-pi1_fieldset label
{
    display: block;
    width: 120px;
    float: left;
    clear: both;
    font-weight: bold;
}

fieldset.tx-powermail-pi1_fieldset input, fieldset.tx-powermail-pi1_fieldset textarea
{
    width: 260px;
}

div.tx_powermail_pi1_fieldwrap_html
{
    margin: 3px 0;
}

input.powermail_submit 
{
    margin: 20px 0px;
    font-weight: bold;
    border: 1px solid #444;
    width: 130px;
}

td.powermail_all_td
{
    padding: 3px 10px 3px 0;
}

/*----------------------------------------------------------------------------
    kulo_player
-----------------------------------------------------------------------------*/
.tx-kuloplayer-pi1
{
    position: relative;
    z-index: 0;
    margin: 1;
    padding: 0;
    height: 246px; 
    background-color: #000;   
}

.tx-kuloplayer-pi1 p
{
    margin: 0;
    padding: 0;
}

.tx-kuloplayer-pi1 div
{
	position: relative;
	z-index: 1;
    background: #000; 
}

.tx-kuloplayer-pi1 div div
{
	position: relative;
	z-index: 1;
    background: #000;
}

.tx-kuloplayer-pi1 div div *
{
    background: #000;
}

