@charset "UTF-8";
/* CSS Document */

html {
  height: 100%;

}

body {
    background-image: url(../images/bg2.gif);
    background-repeat:repeat-x;
    margin-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #003855;
    text-decoration: none;
    padding-top: 43px;
}
#container {
    width: 980px;
    margin:0 auto;
    background-color:#FFF;
    padding-top: 0px;
    padding-right: 19px;
    padding-left: 19px;
}

h1 {
font-size: 19px;
font-weight: bold;
}
h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 2px 0px 15px 0px;
    text-transform:uppercase;
}
h3 {
font-size: 12px;
font-weight: bold;
margin-bottom:1px;
margin-top:3px;
}
h4 {
font-size: 14px;
font-weight: bold;
margin-bottom:3px;
margin-top:0px;
background-color:#e6edf6;
padding: 5px 5px;
}

h2.project {
	font-size: 25px !important;
}
h3.project {
    text-transform:uppercase;
	font-size: 17px !important;
}


#main_content a {
    font-size: 12px;
    font-weight: bold;
    margin:0px;
    color:#0B6B99;
    text-decoration:none;
}
#main_content a:hover {
    font-size: 12px;
    font-weight: bold;
    margin-bottom:0px;
    color:#7eb5e2;
}
img{
    border: 0px;}

#_content hr{
    margin-top:2px;
    border: 0px; /* Fuer Firefox und Opera */
    border-top: solid 1px #e6edf6;
    border-bottom: transparent;
}

#news_beitrag{
border:0px solid green;
    margin-top:0px;
    /*float: left;*/
    width: 490px;
    padding-left: 0px;
    margin-bottom: 20px;
    overflow: hidden;
}

#news_beitrag #list_text {
    padding: 5px;
}

#news_txt{
    margin-top:0px;
    min-height: 16px;
    width: 488px;
    border: 0px solid #000;
    background-color:#e6edf6;
    padding-bottom: 5px;
    overflow: hidden;
}

#news_txt .list_item_title {
    overflow: hidden;
    width: 100%;
}

#news_txt .list_item_title .list_item_title_link {
    border: 0px solid #000;
    padding: 5px 0px 0px 5px;
    float: left;
    width: 450px;
    min-height: 16px;
    clear: both;
	font-size: 1.2em;
}
#news_txt .list_item_title .news_lingua img {
    width: 16px;
    height:11px;
    float:right;
    border: 0px solid #000;
    padding: 5px;
}

#news_txt .list_item_date {
    float: left;
    border: 0px solid #000;
    width: 100%;
    margin:0px;
    padding: 3px 0px 0px 5px;
    font-weight: bold;
}


#news_txt h4 {
    padding: 5px;
    min-height: 15px;
}


.clear{
    clear:both;}

#dlbox ul{
	padding-left:20px;
    }

#news_txt ul{
    list-style-type:square;
	padding-left:20px;
    }

#news_txt ul{
    list-style-type:square;
    padding-left: 20px;
    }

#dlbox_AC ul{
    list-style-type:square;
    padding-left: 20px;
    }
#dlbox_TW ul{
    list-style-type:square;
    padding-left: 20px;
    }
#dlbox_FE ul{
    list-style-type:square;
    padding-left: 20px;
    }

.shadow-bringer {       
    width:685px;       
    border: 1px solid #000;
    background: #fff;
}
.shadow-bringer_MA {       
    width:140px;       
    border: 0px solid #000;
    background: #fff;
    padding: 5px ;
}

.shadow-bringer_MA img {
    border: 0px solid #000;
    margin:0px;
    padding:0px;
}

.shadow {
    -moz-box-shadow: 3px 3px 4px #cecece;
    -webkit-box-shadow: 3px 3px 4px #cecece;
    box-shadow: 3px 3px 4px #cecece;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cecece')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cecece');
    border: 1px solid #C5C8E3;
}

#show_image_fb img {
    margin:0px;
    padding: 0px;
}

/* ------------ PRINT ------------ */

/*#print {
    color: #0B6B99;
	background: url('/static/share/i/icons/print-icon.png') center right no-repeat;
    padding: 3px;
    margin: 2px 0px 0px 0px;
	width: 45px;
	float: right;
	font-size: 10px;
	white-space:nowrap;
}

#print a {
    text-decoration: none;
	font-weight: bold;
    margin: 0;
	font-size: 10px;
    color:#0B6B99;
}*/


/* ------------ SOCIAL MEDIA ICONS linker rand ------------ */


	#social{
	z-index: 1000;
	left:0px;
	top:200px;
/*
	position: absolute;
*/
	position: fixed;
	width: 40px;
	height:170px;
	text-decoration: none;
	margin:0 auto;
	overflow: auto;
	}
	
	#social a{
	display:block;
	width: 40px;
	height: 40px;
	background-repeat:no-repeat;
	list-style-type: none;
	position: relative;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
    }



a.ejournal, a.ejournal:visited
{
background-image: url(../images/icons/ejournal.gif);
}

a.ejournal:hover
{
background-image: url(../images/icons/ejournal_o.gif);
}

a.vimeo, a.vimeo:visited
{
background-image: url(../images/icons/vimeo.gif);
}

a.vimeo:hover
{
background-image: url(../images/icons/vimeo_o.gif);
}
a.twitter, a.twitter:visited
{
background-image: url(../images/icons/twitter.gif);
}

a.twitter:hover
{
background-image: url(../images/icons/twitter_o.gif);
}

a.facebook, a.facebook:visited
{
background-image: url(../images/icons/fb.gif);
}

a.facebook:hover
{
background-image: url(../images/icons/fb_o.gif);
}




/* ------------ BREADCRUMB ------------ */

#bread {
    color: #0B6B99;
    background-color: #fff;
    padding: 3px;
    margin-bottom: 2px;
	float: left;
}

#bread ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
    border: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;

} 

#bread li {
    margin-left: 0;
    padding-left: 2px;
    border: none;
    list-style: none;
	float: left;
}
#bread li a{
/*
    display: block;
    padding-right: 5px; 
*/
    text-decoration: none;
	font-weight: bold;
    margin: 0;
    border-right: 0px; 
    color:#0B6B99;
}




    
/* ------------ HEADER ------------ */

#header {
    position:relative;
    width: 980px;
	border:solid;
	background-color:#fff;
	border-width:0px;
	height:107px;
}


#sign {
    width: 61px;
    height: 62px;
    float:left;
}
#logo {
    width: 764px;
    height: 62px;
    float:left;
}
#Hnav{
    width: 140px;
    height: 62px;
    margin-right: 0px;
    float:right;
	background-color:#FFF;
}

#de_en {
    float:right;
    text-align:left;
    /*border:1px solid #000;*/
    width: 114px;
    height: 15px;
    /*margin-left:305px;*/
    /*margin-right: 20px;*/
    margin-top:28px;
    margin-bottom: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    clear:both;
}

/*#print {
    width: 24px;
    height: 22px;
	margin-top:12px;
    float:right;
	clear:both;
}*/


#lingua {
    border: 0px solid #000;
    height:16px;
}

ul#lingua
{
padding: 0;
margin: 0;
list-style-type: none;
float: right;
width: 100%;
color: #fff;
}

ul#lingua li { display:inline; float:right; padding: 0px 2px 0px 2px;  }

ul#lingua li a
{
/*float: left;*/
/*border:1px solid #000;*/
width: 45px;
color: #fff;
background-color: #0B6B99;
padding: 0 2px;
text-decoration: none;
/*border-right: 2px solid #fff;*/
}

ul#lingua li a:hover
{
background-color: #7FB5E3;
color: #fff;
}
ul#lingua li a:active
{
background-color: #7FB5E3;
color: #fff;
}

ul#lingua li.noclick {
    height: 13px;
    color: #fff;
    background-color: #7FB5E3;
    text-decoration: none;
}

#menu_header{
    width: 330px;
    height: 115px;
    margin-left:70px;
    clear:both;
    }
.header_nav{
    width: 310px;
    text-align:right;
    height: 20px;
    padding-top: 4px;
    padding-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    white-space: nowrap;
	/*float:right;
    clear:both;*/

}
.header_nav a{
    width: 310px;
    font-weight: bold;
    color:#0B6B99;
    text-decoration:none;
    text-transform:uppercase;
	background-color: #fff;
	padding: 3px 0px 3px 3px;
    font-size:14px;
}
.header_nav a:hover {
    font-weight: bold;
    color:#7FB5E3;
    text-decoration:none;
    font-size:14px;
}

.header_nav a:visited {
    font-size:14px;
}

#teilbereiche{
	width:980px;
	height:18px;
	margin-top:4px;
	font-weight:bold;
}

#AC_nav{
float:left;
background-color:#ffde92;
width:326px;
height:18px;
margin-left: 0px;
float: left;
    }

#FE_nav{
float:left;
background-color:#c299a9;
width:326px;
height:18px;
margin-left: 1px;
}


#TW_nav{
float:left;
background-color:#b2c09f;
width:326px;
height:18px;
margin-left: 1px;
    }

#__search__not_needed_as_DIV {
    margin-right: 3px;
    margin-left:107px;
    width: 180px;
    height:17px;
    background-color:#FFF;
    border:solid;
    border-color:#0B6B99;
    border-width: 1px;
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#0B6B99;
    vertical-align: text-bottom;
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 4px;
}

div#teilbereiche {}
div#teilbereiche ul li a {
	text-transform: uppercase;
}
div#teilbereiche ul li ul li a {
	text-transform: none;
}

/* ------------ SEARCH NEW  ------------*/
#searchbox_small{
	z-index:5000;
	float: right;
	width: 161px;
	height: 16px;
	}
	
#search input[type="text"] {
    text-align:left;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#FFF;
	color: #0B6B99;
   	font-size: 12px;
	margin-right: 3px;
	margin-top:1px;
	display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    border: solid 0px #85b1de;
    width: 120px;
	height: 15px;
    border-color:#0B6B99;
    vertical-align: text-bottom;
	float: right;
}

#lupe{
    float:right;
    text-align:center;
    background-color:#ffffff;
    width:19px;
    height:16px;
    margin-left: 1px;
    border:solid;
    border-color:#0B6B99;
    border-width: 1px;
    margin-right: 2px;
}

/* ------------ PRINT ------------ */

#print {
    color: #0B6B99;
    background: url('/static/share/i/icons/print-icon.png') center right no-repeat;
    padding: 3px;
    margin: 2px 0px 0px 0px;
    width: 45px;
    float: right;
    font-size: 10px;
    white-space:nowrap;
}

#print a {
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    font-size: 10px;
    color:#0B6B99;
}


/* ------------ MAIN ------------ */

#share {
    vertical-align: bottom;
width: 977px;
text-align:right;
margin-bottom:1px;
margin-right:3px;
height: 20px;
}
.share_icons{
    float:right;
    margin-left: 10px;
    height: 20px;
    bottom: auto;
    text-align: center;
}
.share_icons a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #0B6B99;
    text-decoration: none;
}
.share a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #7FB5E3;
text-decoration: none;
}

/* weitersagen button ... 
.st_sharethis {
    color:  #0B6B99 ;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}

div#ejournal {
	padding-top: 2px;
}*/

/* ------------ NAVIGATION ------------ */
#nav{
    width: 980px;
    background-color:#0B6B99;
    height: 18px;
}
.hr{
    background-color:#7FB5E3;
    height: 2px;
    width: 980px;
}   

.clear {
    clear: both;
}  
     

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
    padding:0;
    margin-left:42px;
    list-style:none;
    height:18px;
    position:absolute;
/*
	z-index:500;
*/
    font-family:arial, verdana, sans-serif;
	width: 760px;
    margin-top: 0px;
	font-weight:bold;
}
#menu li {
	float:left;
	margin-right:0px;
	font-weight: bold;
}
#menu li a,
#menu li span {
	display:block; float:left; height:18px; line-height:18px; background:#0B6B99; color:#ffffff; text-decoration:none; font-size:13px; font-weight:normal; 
	/*
padding:0 50px 0 20px;
*/
	padding:0 30px 0 20px;
	margin-right: 23px;
}
#menu li span {
	font-weight: bold;
}

#menu li a.active,
#menu li span.active {
	background: #7fb5e3;
}

#menu li ul li a.active {
	background: #0B6B99;
}

#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative; color:#fff; background-color:#0B6B99;}
#menu li:hover {
	position:relative;
	z-index:200;
	font-weight: bold;
}

#menu li:hover > a {
	color:#fff;
	background:#0B6B99;
}
#menu li:hover > a.submenu {color:#fff; background-color:#0B6B99;}

#menu li.current a {color:#fff; background:#0B6B99;}

#menu li a.submenu {background: #0B6B99; font-weight:bold;}
#menu li span.submenu {background: #0B6B99; font-weight:bold;}
#menu li span.submenu.active {background: #7fb5e3; font-weight:bold;}
#menu li.current a.submenu {color:#fff; background:#0B6B99; font-weight:bold;}


#menu :hover ul {left:22px; top:18px; width:132px; background:#0B6B99; font-weight:normal;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background:#0B6B99; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #ffffff;}
#menu :hover ul li a {
	width:132px;
	padding-left:8px;
	background:#7FB5E3;
	color:#ffffff;
	line-height:18px;
	min-height:18px;
	height:auto !important;
	height:18px;
	font-weight: normal;
}
/*#menu :hover ul li a.fly {background:#7FB5E3 url(right-arrow.gif) no-repeat right center;}*/

#menu :hover ul :hover {background-color:#7FB5E3; color:#0B6B99;}
#menu :hover ul :hover a.fly {background-color:#7FB5E3; color:#0B6B99;}

/* ZSI: our changes */

div#nav ul#menu li a {
    text-transform:uppercase;
	font-weight: bold;
}
div#nav ul#menu li ul li a {
    text-transform: none;
	font-weight: normal;
	margin-right: 0px;
}

div#nav ul#menu li a:hover {
	background: #7fb5e3;
}

div#nav ul#menu li a.submenu.active {
	background: #7fb5e3;
}
ul.drop {font-weight:bold;}



/* ------------ NAVIGATION A&C ------------ */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu_AC {
    padding:0;
/*
    margin-left:42px;
*/
    list-style:none;
    height:18px;
    position:absolute;
/*
	z-index:500;
*/
    font-family:arial, verdana, sans-serif;
	font-weight: bold;
    width: 326px;
    margin-top: 0px;
}
#menu_AC li {float:left; margin-right:0px;}
#menu_AC li a,
#menu_AC li span {
	display:block; float:left; height:18px; line-height:18px; background:#ffde92; color:#000; text-decoration:none; font-size:12px; font-weight:normal; 
	/*
	padding:0 30px 0 20px;
	*/
	width: 326px;
	text-align: center;
}
#menu_AC li span {
	font-weight: bold;
}

#menu_AC li a.active,
#menu_AC li span.active {
	background: #ffecbf;
}

#menu_AC li ul li a.active {
	background: #ffde92;
}

#menu_AC table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu_AC li a:hover {z-index:200; position:relative; color:#000; background-color:#ffde92;}
#menu_AC li:hover {position:relative; z-index:200;}

#menu_AC li:hover > a {color:#000; background:#ffde92;}
#menu_AC li:hover > a.submenu {color:#000; background-color:#ffde92;}

#menu_AC li.current a {color:#000; background:#ffde92;}

#menu_AC li a.submenu {background: #ffde92; font-weight:bold;}
#menu_AC li span.submenu {background: #ffde92; font-weight:bold;}
#menu_AC li span.submenu.active {background: #ffecbf; font-weight:bold;}
#menu_AC li.current a.submenu {color:#000; background:#ffde92; font-weight:bold;}

#menu_AC :hover ul {left:20px; top:18px; width:170px; background:#ffde92;}

/* keep the 'next' level invisible by placing it off screen. */
#menu_AC ul, 
#menu_AC :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu_AC :hover ul :hover ul
{left:20px; top:-1px; background:#ffde92; white-space:nowrap; width:170px; z-index:200; height:auto;}

#menu_AC :hover ul li {margin:0; border-top:1px solid #ffffff;}
#menu_AC :hover ul li a {width:170px; padding-left:22px; background:#ffecbf; color:#000; line-height:18px; min-height:18px; height:auto !important; height:18px;}
/*#menu :hover ul li a.fly {background:#7FB5E3 url(right-arrow.gif) no-repeat right center;}*/

#menu_AC :hover ul :hover {background-color:#ffde92; color:#666;}
#menu_AC :hover ul :hover a.fly {background-color:#ffde92; color:#666;}


/* ------------ NAVIGATION F&E ------------ */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu_FE {
    padding:0;
    margin-left:1px;
    list-style:none;
    height:18px;
    position:relative;
/*
	z-index:500;
*/
    font-family:arial, verdana, sans-serif;
    width: 326px;
    margin-top: 0px;
}
#menu_FE li {float:left; margin-right:0px;}
#menu_FE li a,
#menu_FE li span {
	display:block; float:left; height:18px; line-height:18px; background:#c299a9; color:#000; text-decoration:none; font-size:12px; font-weight:normal; 
	/*
	padding:0 20px 0 20px;
	*/
	width: 326px;
	text-align: center;
}
#menu_FE li span {
	font-weight: bold;
}

#menu_FE li a.FEtive,
#menu_FE li span.FEtive {
	background: #c299a9;
}

#menu_FE li ul li a.FEtive {
	background: #c299a9;
}

#menu_FE table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu_FE li a:hover {z-index:200; position:relative; color:#000; background-color:#c299a9;}
#menu_FE li:hover {position:relative; z-index:200;}

#menu_FE li:hover > a {color:#000; background:#c299a9;}
#menu_FE li:hover > a.submenu {color:#000; background-color:#c299a9;}

#menu_FE li.current a {color:#000; background:#c299a9;}

#menu_FE li a.submenu {background: #c299a9; font-weight:bold;}
#menu_FE li span.submenu {background: #c299a9; font-weight:bold;}
#menu_FE li span.submenu.FEtive {background: #c299a9; font-weight:bold;}
#menu_FE li.current a.submenu {color:#000; background:#c299a9; font-weight:bold;}

#menu_FE :hover ul {left:20px; top:18px; width:170px; background:#c299a9;}

/* keep the 'next' level invisible by plFEing it off screen. */
#menu_FE ul, 
#menu_FE :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu_FE :hover ul :hover ul
{left:20px; top:-1px; background:#c299a9; white-spFEe:nowrap; width:170px; z-index:200; height:auto;}

#menu_FE :hover ul li {margin:0; border-top:1px solid #ffffff;}
#menu_FE :hover ul li a {width:170px; padding-left:22px; background:#eacfda; color:#000; line-height:18px; min-height:18px; height:auto !important; height:18px;}
/*#menu :hover ul li a.fly {background:#7FB5E3 url(right-arrow.gif) no-repeat right center;}*/

#menu_FE :hover ul :hover {background-color:#c299a9; color:#fff;}
#menu_FE :hover ul :hover a.fly {background-color:#c299a9; color:#fff;}


/* ------------ NAVIGATION T&W ------------ */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu_TW {
    padding:0;
    margin-left:1px;
    list-style:none;
    height:18px;
    position:relative;
/*
	z-index:500;
*/
    font-family:arial, verdana, sans-serif;
    width: 326px;
    margin-top: 0px;
}
#menu_TW li {float:left; margin-right:0px;}
#menu_TW li a,
#menu_TW li span {
	display:block;
	float:left;
	height:18px;
	line-height:18px;
	background:#b2c09f;
	color:#000;
	text-decoration:none;
	font-size:12px;
	font-weight:normal; 
	/*
	padding:0 70px 0 100px;
	*/
	width: 326px;
	text-align: center;
}

#menu_TW li span {
	font-weight: bold;
}

#menu_TW li a.TWtive,
#menu_TW li span.TWtive {
	background: #b2c09f;
}

#menu_TW li ul li a.TWtive {
	background: #b2c09f;
}

#menu_TW table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu_TW li a:hover {z-index:200; position:relative; color:#000; background-color:#fTWcbf;}
#menu_TW li:hover {position:relative; z-index:200;}

#menu_TW li:hover > a {color:#000; background:#b2c09f;}
#menu_TW li:hover > a.submenu {color:#000; background-color:#fTWcbf;}

#menu_TW li.current a {color:#000; background:#fTWcbf;}

#menu_TW li a.submenu {background: #fTWcbf; font-weight:bold;}
#menu_TW li span.submenu {background: #fTWcbf; font-weight:bold;}
#menu_TW li span.submenu.TWtive {background: #fTWcbf; font-weight:bold;}
#menu_TW li.current a.submenu {color:#000; background:#fTWcbf; font-weight:bold;}

#menu_TW :hover ul {left:90px; top:18px; width:110px; background:#fTWcbf;}

/* keep the 'next' level invisible by plTWing it off screen. */
#menu_TW ul, 
#menu_TW :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu_TW :hover ul :hover ul
{left:90px; top:-1px; background:#fTWcbf; white-spTWe:nowrap; width:90px; z-index:200; height:auto;}

#menu_TW :hover ul li {margin:0; border-top:1px solid #ffffff;}
#menu_TW :hover ul li a {width:110px; padding-left:22px; background:#dce5d0; color:#000; line-height:18px; min-height:18px; height:auto !important; height:18px;}
/*#menu :hover ul li a.fly {background:#7FB5E3 url(right-arrow.gif) no-repeat right center;}*/

#menu_TW :hover ul :hover {background-color:#b2c09f; color:#fff;}
#menu_TW :hover ul :hover a.fly {background-color:#b2c09f; color:#fff;}

div#teilbereiche ul#menu_AC li ul.drop {
	margin-left: 30px;
}
div#teilbereiche ul#menu_TW li ul.drop {
	margin-left: -20px;
}
div#teilbereiche ul#menu_FE li ul.drop {
}

div#teilbereiche ul li ul.drop li a {
    text-align: left;
	width: 200px;
}

/* ------------ LINKE SPALTE ------------ */

#sidebar_left {
margin-top: 5px;
background-color:#fff;
width:236px;
float:left;
height:auto;
}
.w_hdr{
    width: 226px;
    height:19px;
    background-color:#0B6B99;
    padding-top: 4px;
    font-family:arial, verdana, sans-serif;
    color:#fff;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
    padding-left: 10px;
/*
    width: 226px;
    height:20px;
    background-color:#0B6B99;
    padding-top: 10px;
    font-family:arial, verdana, sans-serif;
    color:#fff;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
    padding-left: 10px;
*/
}
.hr_w1{
    margin-top: 0px;
    background-color:#7FB5E3;
    height: 2px;
    width: 236px;
}
/* ------------ PRESS PAGE ------------ */

div.specialpage.press {
}

div.specialpage.press div.pressnav {
	margin: -30px 0px 30px 0px;
}
div.specialpage.press div.pressnav.social {
	margin: 0px 0px 30px 0px;
}

div.specialpage.press h3 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 10px 0px 10px 0px;
}
div.specialpage.press #news_txt .list_item_title .list_item_title_link {
	font-size: 1.0em;
}
div.specialpage.press div.block {
	margin: 0px 0px 40px 0px;
}

div.specialpage.press div.block.press {
}
div.specialpage.press div.block.media {
}

div.specialpage.press div.block.newsletter {
}
div.specialpage.press div.block.newsletter ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div.specialpage.press div.block.newsletter ul li {
	background-color:#e6edf6;
	padding: 10px 5px !important;
	margin: 0px 0px 5px 0px;
}
div.specialpage.press div.block.newsletter ul li a {
	background-image: url('/static/share/i/icons/fileicons/pdf.png');
	background-repeat: no-repeat;
    background-position: 0px 3px; 
	padding: 5px 0px 5px 20px;
}

/* ------------ LISTS ------------ */
div.content.list div.meta,
div.content.upcoming div.meta,
div.content.past div.meta,
div.content.jobs div.meta {
	margin: 5px 0px 0px 5px;
	clear: both;
}

div.content.list div.teasertext {
	
}

/* ------------ EVENT LISTS ------------ */
#main_content a.eventpast,
#main_content a.eventpast {
	float: right;
	margin: 0px 10px 20px 0px;
	padding: 2px 5px;
	background-color: #7fb4d9;
	color: #fff;
}
#main_content a.eventpast:hover,
#main_content a.eventpast:hover {
	background-color: #0B6B99;
}


/* ------------ PUBLIKATIONS LIST ------------ */

/*
div.content.object-publication.list span.list_item_title {
*/
div.content.list span.list_item_title,
div.content.upcoming span.list_item_title,
div.content.past span.list_item_title,
div.content.jobs span.list_item_title {
	display: block;
	font-size: 14px;
}

div.content.object-publication.list div.meta {
}

div.content.list div.meta span.box,
div.content.upcoming div.meta span.box,
div.content.past div.meta span.box,
div.content.jobs div.meta span.box {
/*
	padding: 1px 5px;
	padding-right: 15px;
	background: #ccc;
*/
	text-transform: uppercase;
	color: #fff;
	background: #7fb4d9;
	display: inline-block;
	padding: 2px 5px;
	font-size: 11px;
}

/* SIDEBAR RIGHT: META INFOS */

div#dlbox span.item_field {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	margin: 0px 0px 3px 0px;
}

div.content.jobs div.keyvisual,
div.content.list div.keyvisual {
	float: right;
	margin: 0px 0px 10px 10px;
}



/* SIDEBAR RIGHT: SOCIAL MEDIA */
div#dlbox div.seacjson.json_socialmedia {
	margin: 10px 0px;
}


div#dlbox div.seacjson.json_socialmedia h2 {
/*
	text-transform: none;
*/
	margin: 5px 0px;
	font-size: 12px;
}

/* ------------ NEWS LIST ------------ */
div.content.list {
}


div.content.list div.meta span.box,
div.content.jobs div.meta span.box {
/*
	background-color: #7fb4d9;
	padding: 1px 5px;
	color: #fff;
*/
	display: inline-block;
	padding-right: 5px;
	font-size: 11px;
}

/* ------------ JOBS LIST ------------ */
div.content.jobs h2 {
	margin: 20px 0px;
}


/* ------------ NEWS BOX ------------ */
#widget_newsevents {
    width: 236px;
    min-height: 170px;
    margin-left:0px;
    position:relative;
    margin-bottom: 20px;
    padding-bottom: 5px;
/*
	background-color:#fff;
    border: 1px solid #0B6B99;
*/
    background-color:#ddeff8;
}
#widget_newsevents ul li img.keyvisual {
	margin: 5px 0px 5px 0px;
}

.news {
    margin-top: 35px;
    width: 220px;
    padding: 3px 5px 3px 10px;
    min-height:130px;
}

.news .arrow {
   margin-left: -10px;
    padding-right: 5px;
}
.news li {
	margin: 7px 0px 5px 0px;
}
.news li div.zusatz {
	margin: 3px 0px 0px 0px;
	font-size: 11px;
}

.news li a {
font-size: 12px;
font-weight: bold;
margin-bottom:1px;
margin-top:3px;
color:#0B6B99;
text-decoration:none;
}
.news li a:hover {
font-size: 12px;
font-weight: bold;
margin-bottom:1px;
margin-top:3px;
color:#7FB5E3;
}
ul.news {
    list-style-type: none;
    margin-top: 6px;
    margin-left:0px;
    list-style-position: outside;
}
ul.news div.meta {
	margin: 5px 0px;
}
ul.news div.meta div.box {
	/* dunkel blau */
/*
	background-color: #056c96;
*/
	text-transform: uppercase;
	background-color: #7fb4d9;
	display: inline-block;
	color: #fff;
	padding: 1px 5px;
	font-size: 11px;
	margin: 4px 0px 0px 0px;
}

ul.news div.meta div.box.type {
}
ul.news div.meta div.box.date {
/*
	float: right;
	text-transform: uppercase;
*/
}

.zusatz {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0px;
}


div#widget_facebook {
}
div#widget_facebook div.facebook {
	width: 100%;
	text-align: center;
	margin: 10px 0px;
}
div#widget_facebook div.facebook a {
	text-decoration: none;
}
div#widget_facebook div.facebook img {
}

/* WIDGET RSS */

div.rssfeed {
	margin: -30px 0px 30px 0px;
	height: 15px;
}
div.rssfeed img {
}
 
/* ------------ LOGO RANDOM BOX ------------ */
#widget_projectwebsite {
    margin-top:20px;
    width: 236px;
/*
    min-height: 160px;
*/
    background-color:#fff;
    border: 1px solid #0B6B99;
    padding-bottom:5px;
}

#PS_logo_rdm{
padding: 0px;
margin: 10px 0px;
text-align:center;
}
#PS_logo_rdm a {
	text-decoration: none;
}

.view_more_title{
text-align:center;
padding: 10px 5px;
}
.view_more_title a:link, a:visited {
font-family:arial, verdana, sans-serif;
color:#0B6B99;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.view_more_title a:hover {
font-family:arial, verdana, sans-serif;
color:#7FB5E3;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.view_more{
display:block;
clear:both;
margin-top: 5px;
padding-left: 25px;
background-image:url(../images/arrow_right.gif);
background-repeat:no-repeat;
background-position:left;
vertical-align: baseline;
vertical-align: bottom;
}
.view_more a:link, a:visited {
font-family:arial, verdana, sans-serif;
color:#0B6B99;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
.view_more a:hover {
font-family:arial, verdana, sans-serif;
color:#7FB5E3;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

/* ------------ TAGCLOUD ------------ */

#widget_tagcloud{
    margin-bottom: 20px;
    /*background-image: url(../images/tag_bg.gif);*/
    /*background-repeat:no-repeat;*/
	background-color: #ddeff8 ;
    width: 236px;
    min-height: 105px;
	padding-bottom: 5px;
}
 
div#tagcloud {
	padding: 10px;
}

.tag_0 { font-size:1.0em; }
.tag_1 { font-size:1.1em; }
.tag_2 { font-size:1.2em; }
.tag_3 { font-size:1.3em; }
.tag_4 { font-size:1.4em; }
.tag_5 { font-size:1.5em; }

#main_content .tag_0 a{ font-size:1.0em; padding: 0px 7px 0px 0px; }
#main_content .tag_1 a{ font-size:1.1em; padding: 0px 7px 0px 0px; }
#main_content .tag_2 a{ font-size:1.2em; padding: 0px 7px 0px 0px; }
#main_content .tag_3 a{ font-size:1.3em; padding: 0px 7px 0px 0px;}
#main_content .tag_4 a{ font-size:1.4em; padding: 0px 7px 0px 0px;}
#main_content .tag_5 a{ font-size:1.5em; padding: 0px 7px 0px 0px;}

 
#widget_tagcloud a, a:visited { text-decoration:none; color: #0B6B99; }
#widget_tagcloud a:hover { text-decoration:underline; color: #7FB5E3; }


/* ------------ MAIN CONTENT ------------ */

#main_content {
margin-top: 5px;
margin-left:44px;
min-height:400px; 
height:auto !important; 
height:400px;
width: 696px;
background-color:#ffffff;
float:left;
}

/* CMS / Internal */
div.internal_menu {
	border: 1px #ddd solid;
    border-radius:         4px;
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    -khtml-border-radius:  4px;
	background: #eee; 
	margin: 0px 0px 10px 0px;
	padding: 5px;
}
div.internal_menu div.admin {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.internal_menu div.admin div.buttons {
	padding: 0px;
}
div.internal_menu div.admin div.buttons span.title {
	padding: 5px 5px 2px 5px;
	font-weight: bold;
}

div.internal_menu div.admin ul.adminlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.internal_menu div.admin ul.adminlist li {
	display: inline-block;
}


div.admin div.buttons a {
}
div.admin div.buttons.left {
	float:left;
}
div.admin div.buttons.right {
	float:right;
	text-align: right;
}

div.thiscontroller {

}
div.thiscontroller span.title {
	float: left;
	padding: 5px 5px 2px 5px;
	font-weight: bold;
}

a.button2,
a.button2 :visited {
	border: 1px solid #ccc;
	padding: 2px 5px 2px 5px;
	background-color: #DDEFF8;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #0B6B99;

    border-radius:         4px;
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    -khtml-border-radius:  4px;
}
a.button2:hover {
	background: #ccc;
}
#main_content_internal {
	margin: 10px 0px;
	background-color:#ffffff;
	width: 100%;
}
#main_content_internal h2 {
	background: #0B6B99;
	font-size: 15pt;
	color: #fff;
	padding: 5px 10px;	
	margin: 10px 0px;
	text-transform: none;
}

#main_content_internal a,
#main_content_internal a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #0B6B99;
}

#main_content_internal a:hover {
	color:#7FB5E3;
}

/* // CMS */

#main_img{
    /*width: 685px;
    height: 270px;*/
	width: 685px;
	height: 300px;
}
#bereiche_I_content{
    height: auto;
    width: 669px;
    margin-top:40px;
}

#ac_start{
    float: left;
    width: 214px;
    min-height: 465px;
    margin-right: 25px;
	padding-bottom: 10px;
    background-color:#ddeff8;
}
#ac_color_s{
float:right;
/*
background-color:#ffde92;
*/
background-color:#FFBD26;
width:14px;
height:33px;
margin-left: 0px;
}
.acfetw {
    margin-top: 35px;
    width: 200px;
    min-height:401px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}

.acfetw li .arrow {
    margin-left: -10px;
    padding-right: 5px;
}

.acfetw li {
	margin: 10px 0px;
}
.acfetw div.view_more {
}
.acfetw li div.zusatz{
	margin: 3px 0px 0px 0px;
	font-size: 11px;
}
.acfetw li a {
font-size: 12px;
font-weight: bold;
margin-bottom:1px;
margin-top:3px;
color:#0B6B99;
text-decoration:none;
}
.acfetw li a:hover {
font-size: 12px;
font-weight: bold;
margin-bottom:1px;
margin-top:3px;
color:#7FB5E3;
}
.acfetw li a img {
	margin: 0px 0px 5px 0px;
}
ul.acfetw {
    list-style-type: none;
    margin-top: 6px;
    margin-left:0px;
    list-style-position: outside;
}
.zusatz {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0px;
}

#fe_start{
    float: left;
    width: 214px;
    min-height: 465px;
    margin-right: 25px;
	padding-bottom: 10px;
    background-color:#ddeff8;
}
#fe_color_s{
float:right;
background-color:#660028;
width:14px;
height:33px;
margin-left: 0px;
}
#tw_start{
    float: left;
    width: 214px;
    min-height: 465px;
	padding-bottom: 10px;
    background-color:#ddeff8;
}
#tw_color_s{
float:right;
background-color:#3F6110;
width:14px;
height:33px;
margin-left: 0px;
}
.b_hdr{
    width: 190px;
    height:31px;
    background-color:#0B6B99;
    padding-top:2px;
    text-align:left;
    vertical-align:baseline;
    font-family:arial, verdana, sans-serif;
    color:#fff;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
    padding-left: 10px;
    float:left;
}

#ac_start .b_hdr a {
    color: #fff;
}
#fe_start .b_hdr a {
    color: #fff;
}
#tw_start .b_hdr a {
    color: #fff;
}


#dlbox{
    float:left;
    width:158px;
    border-left:1px;
    border-left-color:#0b6b99;
    padding-left: 10px;
    padding-top:35px;
    margin-left: 14px;
    margin-top: -30px;
    border-left-style: solid;
word-wrap: break-word;
    }

#dlbox_AC{
    float:left;
    width:160px;
    border-left:1px;
    border-left-color:#FFBD26;
    padding-left: 10px;
    padding-top:50px;
    margin-left: 14px;
    margin-top: -44px;
    border-left-style: solid;
    }
#dlbox_TW{
    float:left;
    width:160px;
    border-left:1px;
    border-left-color:#3F6110;
    padding-left: 10px;
    padding-top:50px;
    margin-left: 14px;
    margin-top: -43px;
    border-left-style: solid;
    }
#dlbox_FE{
    float:left;
    width:160px;
    border-left:1px;
    border-left-color:#590023;
    padding-left: 10px;
    padding-top:50px;
    margin-left: 14px;
    margin-top: -43px;
    border-left-style: solid;
    }


/* ------------ FOOTER ------------ */

#footer {
clear:both;
width: 980px;
padding-top: 30px;
padding-bottom: 20px;
}
.hr_footer1{
    margin-top: 20px;
    background-color:#0B6B99;
    height: 1px;
    width: 980px;
}   
.hr_footer2{
    margin-top: 0px;
    background-color:#7FB5E3;
    height: 5px;
    width: 980px;
}   
#nav_footer{
width: 980px;
background-color:#fff;
}

#menu_footer {
    padding:0;
    list-style:none;
    height:22px;
    position:relative;
/*
    margin-left:306px;
    z-index:500;
*/
    font-family:arial, verdana, sans-serif;
	float: right;
}

#menu_footer li{
	float:left;
	margin-right:0px;
}
#menu_footer li a {display:block; float:left; height:22px; line-height:20px; background:#ffffff; color:#0B6B99; text-decoration:none; font-size:12px; font-weight:bold; padding:0 00px 0 20px;}
#menu_footer :hover a{left:22px; top:22px; background:#ffffff; color:#7FB5E3;}

#footer_img {
width: 980px;
padding-top: 7px;
padding-bottom: 20px;
}
#footer_slogan {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #95cde8;
	font-size: 31pt;
	font-weight: bold;
	margin: 10px 0px;
}
#footer_slogan p {
	margin: 0px;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

------------ UNTERSEITEN ------------ 

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
#bereiche_content_n{
    height: auto;
    width: 696px;
    margin-top:30px;
}

#txt{
    margin-top:10px;
    float: left;
    width: 500px;
    padding-left: 10px;
}

#txt li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#bereiche_content{
    height: auto;
    width: 696px;
    margin-top:20px;
}

/*
#bereiche_content h3 {
	display: block;
	width: 100%;

	font-size: 15px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #0B6B99;
	
	padding: 5px 0px;
	margin: 0px 0px 10px 0px;
	

}
*/

#default_h{
/*
    background-color:#0b6b99;
    color:#ffffff;
    font-size:14px;
	padding: 8px 0px 4px 10px;
*/
    font-size: 18px;
	color: #0b6b99;
    width: 515px;
    min-height: 22px;
    font-weight:bold;
    text-transform: uppercase;
	padding: 2px 0px 4px 10px;
/*
    overflow: hidden;
*/
}

#default_h #header_title {
/*
    width: 300px;
    float: left;
*/
}

#default_h img {
	float: right;
	margin-right: 10px;
}

/*
#AC_h{
    width: 515px;
    height: 22px;
    background-color:#FFBD26;
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
}
*/
#AC_h{
    width: 686px;
    height: 21px;
    background-image:url(../images/AC_bg2.jpg);
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
}

#AC_subnav{
    margin-right:350px;
    width: 400px;
    height: 15px;
    background-color:#BF8E1C;
    font-size:12px;
    font-weight:bold;
    text-transform: uppercase;
    padding-top: 2px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
    color:#CAF3FF
}


#snav{
overflow: hidden;
margin-left:0px;
width:650px;
}

#snav ul{
margin: 0;
padding-left: 0px; 
font: bold 12px arial, verdana, sans-serif;
list-style-type: none;
}

#snav li{
display: inline;
margin: 0;
}

#snav li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 0px 12px 0px 12px; /*padding inside each tab*/
border-right: 0px; /*right divider between tabs*/
color:#ffffff;
background: url(../images/right-arrow.gif) no-repeat left center;
}

#snav li a:visited {
color: white;
}

#snav li a:hover {
    /*color: white; background of tabs for hover state, plus tab with "selected" class assigned to its LI */
    color: #ccc; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
    text-align: left;
}
#snav li.selected a {
	text-decoration:underline;
}
#snav li.selected a:hover {
	color: #ccc;
}


#AC_txt, #FE_txt, #TW_txt{
    margin-top:10px;
    float: left;
    width: 500px;
    padding-left: 10px;
}
#AC_txt h2 {
font-size: 15px;
font-weight: bold;
color:#FFBD26;
/*
margin: 2px 0px 10px 2px;
*/
margin: 2px 0px 10px 0px;
text-transform:uppercase;
}

#AC_txt h3 {
font-size: 12px;
font-weight: bold;
color:#FFBD26;
margin: 2px 0 0 0px;
}

#AC_txt ul, #FE_txt ul, #TW_txt ul {
    list-style-type:square;
    list-style-position: outside;
    left: 0px;
}
#AC_txt li, #FE_txt li, #TW_txt li {
    padding-bottom:7px;}
    
/*  */
/*
#FE_h{
    width: 686px;
    height: 22px;
    background-color:#590023;
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
}
*/
#FE_h{
    width: 686px;
    height: 21px;
    background-image:url(../images/FE_bg.jpg);
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
}

#FE_subnav{
    margin-right:350px;
    width: 400px;
    height: 15px;
    background-color:#a58591;
    font-size:12px;
    font-weight:bold;
    text-transform: uppercase;
    padding-top: 2px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
}

#FE_txt h2 {
font-size: 15px;
font-weight: bold;
color:#590023;
/*
margin: 2px 0px 10px 2px;
*/
margin: 2px 0px 10px 0px;
text-transform:uppercase;
}

#FE_txt h3 {
font-size: 12px;
font-weight: bold;
color:#590023;
margin: 2px 0 0 0px;
}

/*  */
/*
#TW_h{
    width: 686px;
    height: 22px;
    background-color:#3F6110;
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
}
*/
#TW_h {
    width: 686px;
    height: 21px;
    background-image:url(../images/TW_bg2.jpg);
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px; 
}

#TW_subnav{
    margin-right:350px;
    width: 400px;
    height: 15px;
    background-color:#a3b38d;
    font-size:12px;
    font-weight:bold;
    text-transform: uppercase;
    padding-top: 2px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
}

#TW_txt h2 {
font-size: 15px;
font-weight: bold;
color:#3F6110;
/*
margin: 2px 0px 10px 2px;
*/
margin: 2px 0px 10px 0px;
text-transform:uppercase;
}

#TW_txt h3 {
font-size: 12px;
font-weight: bold;
color:#3F6110;
margin: 2px 0 0 0px;
}

/*MITARBEITER*/

#foto{
    width: 150px;
}
    
/* ------------ FORMULAR ------------ */
div.seac_formfu_container {
    padding: 5px 10px 5px 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;

    border: 1px #ddd solid;
    border-radius:         4px;
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    -khtml-border-radius:  4px;
}


#form{
    width: 480px;
    padding-left:10px;
    
    }

.txtfeld_bz{
    width: 100px;
    height: 22px;
    font-weight:bold;
    float:left;
    text-align:left;
    padding-right:10px; 
    background-color:#ddeff8;
    }
.txtfeld{
    width: 300px;
    height: 22px;
    font-weight:normal;
    float:left;
    padding-bottom:14px;
    padding-left:10px;
    }
.txteingabe{
    width: 270px;
    height: 50px;
    font-weight:normal;
    float:left;
    padding-bottom:14px;
    padding-left:10px;
    }

.radiobutton, .checkbox{
padding:10px;

    }
.buttons{
    float:left;
    padding-right:10px;
    padding-left:10px;
    }

div.submit_button {
	float: left;
}

div.fancybox-outer a.button,
div.fancybox-outer a.button:visited {
    display: inline-block;
    margin: 2px 0;
    padding: 5px 15px 3px;
	height: auto;
    border: 1px solid #336693;
    border-bottom-color: #336693;
    color: #fff!important;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
    text-transform: uppercase;
    font: bold 12px/16px sans-serif;
    cursor:pointer;

    /*Border radius*/
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;

    /*Background*/
    background: #274d70; /*Fallback*/
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #336693), color-stop(1, #274d70));
    background: -moz-linear-gradient( center top, #336693 20%, #274d70 100% );

    /*Box shadow*/
    -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;

}

div.fancybox-outer a.button:hover {
    color: #fff;
    text-decoration: none!important;
    /*Background*/
    background: #396083; /*Fallback*/
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #3c77ab), color-stop(1, #396083) );
    background: -moz-linear-gradient( center top, #3c77ab 20%, #396083 100% );
}

/* "oldnugly" button */
a.button {
	background: transparent url('../images/buttons/right3.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 28px;
	margin-right: 6px;
	padding-right: 20px;
	text-decoration: none;
    color:#0B6B99;
}
a.button:hover {
    color:#7eb5e2;
}

a.button span {
	background: transparent url('../images/buttons/left3.png') no-repeat;
    display: block;
    line-height: 24px;
    padding: 1px 0 10px 20px;
	font-weight: bold;
}


/*
    LIST FILTER STUFF
*/
/* filter box - div */
#list_filter {
    background:#fff;
    z-index:999;
    width: 465px;
    float:left;
    margin-left:0px;
    margin-top:0px;
    margin-right: 20px;
    border: 1px solid #7FB5E3;
    padding: 10px; 
    margin-bottom: 20px;
    display:none;
}

#list_filter input, select {
    border: 1px solid #7FB5E3;
}
#list_filter label {
	width: 150px;
}
#list_filter div.filter_search_list,
#list_filter div.filter_filter_list,
#list_filter div.filter_order_list {
	margin: 5px 0px;
}

/* filter box LISTS */
span#show_filter_box {
    width: 180px;
    float:right;
    margin: 0px 15px 0px 0px;
    padding: 0px 0px 0px 0px;
}

span#show_filter_box #show_filter {
	background:url('../images/search.png') center right no-repeat;
	white-space:nowrap;
	float: right;
    margin: 0px 10px 0px 0px;
    padding: 0px 25px 0px 0px;
	height: 20px;
	line-height: 20px;
}
span#show_filter_box a {
	font-size: 10px;
/*
	color: #fff;
*/
}

span#show_filter_box a:hover {
	font-size: 10px;
}

/* filter box FOR BEREICHE */
span#show_filter_box_bereich {
    width: 180px;
    float:right;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

span#show_filter_box_bereich #show_filter {
	background:url('../images/search.png') center right no-repeat;
	white-space:nowrap;
	float: right;
    margin: 0px 10px 0px 0px;
    padding: 0px 25px 0px 0px;
	height: 19px;
	line-height: 18px;
}
span#show_filter_box_bereich a {
	color: #0B6B99;
}

span#show_filter_box_bereich a:hover {
}





/*
#default_h a:link, #default_h a:visited {
    color: #fff;
    height: 21px;
    font-size: 21px;
    background: transparent url('../images/lupe5.gif') no-repeat scroll top right;
    padding-bottom: 10px;
}

#default_h a:hover {
    color: #ddeff8;
}
*/


span.item_teaser {
	display: block;
	font-size: 14px;	
	margin: 30px 0px;
}


/* 
************************
SEAC RELATED 
************************
*/

div.message {
	padding:5px;
	background-color: #7FB5E3;	
	margin: 10px 0px 10px 0px;
}
div.error {	
	padding:5px;
	background-color: #FFABB5;	
	margin-bottom: 10px;
}
div.message.lang404 {
	background-color: #DDEFF8;	
}
div.lang404 {
	border-radius:         4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	-khtml-border-radius:  4px;
}
div.lang404 p {
	padding: 5px;
    margin: 0px;
	font-size: 10px;
}

span.error_constraint_required {
	background: #FFABB5;
}

/* Login */

div#login {
	font-weight: bold;
	line-height: 22px;
	font-size: 10px;
	float: right;
	margin-right: 20px;
}
#login_area {
    float:left;
    margin-left: 10px;
	line-height: 19px;
    height: 20px;
    bottom: auto;
}
#login_area a{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #0B6B99;
    text-decoration: none;
}
#login_area a:hover {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #7FB5E3;
text-decoration: none;
}
#login_form {
	display: inline;
}
#login_form form {
	display: inline; 
}
#login_form input {
	font-size:8px;
}


/* Pager */

div.pager {
	padding-bottom: 30px;
	min-width: 500px;
}

span.pager_item {
	border: 1px solid #0B6B99;
	padding: 5px;
	height: 15px;
	width: 15px;
}
span.pager_active {
	background-color: #7FB5E3; 
}

div.pager a {
    font-size: 12px;
    font-weight: bold;
    margin:0px;
    color:#0B6B99;
    text-decoration:none;
}
div.pager a:hover {
    font-size: 12px;
    font-weight: bold;
    margin-bottom:0px;
    color:#7eb5e2;
}



/* ------------ ADMIN widget ------------ */
div.widget {
    width: 236px;
	background-color:#eee;
	position:relative;

	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
}

#widget_admin {
/*
    width: 236px;
	background-color:#ddeff8;
*/
	background-color:#eee;
    
	position:relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
}
.admin {
/*
    width: 220px;
	padding: 3px 5px 3px 0px;
*/
}

div.widget div.admin ul {
	padding-left: 20px;
}

/*.admin li {
	padding-bottom: 3px;
}
.admin li a {
font-size: 12px;
font-weight: bold;
margin-bottom:1px;
margin-top:3px;
color:#0B6B99;
text-decoration:none;
}
.admin li a:hover {
font-size: 12px;
font-weight: bold;
margin-bottom:1px;
margin-top:3px;
color:#7FB5E3;
}
*/
ul.admin {
/*
    list-style-type: none;
    list-style-position: outside;
*/
    margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}
ul.admin li {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

div.widget div.block {
	padding: 0px 5px;
	margin: 5px 0px;
}

div.widget div.admin h4 {
	background: #DDEFF8;	
	margin: 0px;
	padding: 3px 0px;
}

div.widget div.admin h5 {
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	font-size: 1em;
	background: #DDEFF8;
}

/* TABLES vor allem fÃ¼r forms */


div#seac_form label { display: inline-block; width: 150px; font-weight: bold;}
div#seac_form div.seac_formfu_element { margin-left: 155px; }

div#seac_form div.label { margin: 5px 0px 5px 0px;}

div#seac_form div#seac_form_relations table { border: 1px solid #7FB5E3; margin: 10px 0px 10px 0px;}
div#seac_form div#seac_form_relations table tr {}
div#seac_form div#seac_form_relations table td { padding:5px; border: 1px solid #7FB5E3;}

div#seac_form div#seac_form_relations { 
	margin-top: 20px;
	margin-bottom: 20px;
}
div#seac_form div.seac_form_relation { 
	padding: 10px 0px 10px 20px;
	border-bottom: 1px solid #ccc;
}

div#seac_form h2 {
	font-size: 20px;
	padding: 10px;
	margin: 0px;
	background: #DDEFF8;
	color: #0B6B99;
}
div#seac_form h3 { font-size: 15px; padding: 10px 0px 10px 0px;}

div#seac_form .radiobutton, 
div#seac_form .checkbox {
padding: 5px 0px 5px 0px;
}

div#seac_form_fancybox div.submit_button {
	width: 100%;
}

div#seac_form_fancybox div.submit_button a.button_single {
    /* Sliding right image */
	background: transparent url('../images/buttons/right3.png') no-repeat scroll top right; 
	display: block;
	height: 28px;  /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */

    width: 80%;
    margin: 0 auto;

	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

div#seac_form_fancybox div.submit_button a.button_single span {
    /* Background left image */ 
	background: transparent url('../images/buttons/left3.png') no-repeat;
    display: block;
    line-height: 24px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding: 1px 0 10px 20px;
}


div#item_translations {
	float:right;
}

#item_translations ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
    border: none;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;

}

#item_translations li {
    margin-left: 0;
    padding-left: 2px;
    border: none;
    list-style: none;
    float: right;
}
#item_translations li a {
/*
    display: block;
    padding-right: 5px; 
*/
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    border-right: 0px;
    color:#0B6B99;
}

/* ATTACHMENTE FORM */

div#seac_form div#new_attachment { padding-top: 10px;}

div.attachment_details {
	line-height: 1.8em;
}

div.attachment_details span.field {
	display: inline-block;
	font-weight: bold;
	width: 100px;
}

img.fileicon {
	margin-right: 5px;
}

/* ATTACHMENTE VIEW */
div.attachment {
}
div.attachment li {
	padding-bottom: 8px;
}

div.attachment img.thumbnail {
	border: 1px solid #ccc;
	padding: 1px;
	margin-top: 5px;
}



#admin_txt{
    margin-top:10px;
/*
    float: left;
    width: 500px;
*/
    padding-left: 10px;
}


/* OTHER SECTIONS */

#MA_h, #ITS_h, #SV_h, #IN_h{
    width: 686px;
    height: 22px;
    background-color:#0b6b99;
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
}
#MA_subnav, #ITS_subnav, #SV_subnav, #IN_subnav {
    margin-right:350px;
    width: 400px;
    height: 15px;
	background-color: #7eb5e2;
    font-size:12px;
    font-weight:bold;
    text-transform: uppercase;
    padding-top: 2px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
}
#MA_txt, #ITS_txt, #SV_txt, #IN_txt {
    margin-top:10px;
    float: left;
    width: 500px;
    padding-left: 10px;
}

/* item VIEW fieldname */
span.item_field {
	font-weight: bold;
	text-transform: uppercase;
/*
	display: inline-block;
	width: 150px;
*/
}

div#newsletter .newsletter_header {
}

div#newsletter input {
    border: 1px solid #7eb5e2;
    width: 140px;
    font-size:12px;
}

div#newsletter #newsletter_submit {
    text-align: center;
    width: 125px;
}

div#searchbox td {
	vertical-align: top;
	padding: 5px;
	border: 0px;
}


/* GEO stuff */
 /* FORM */

div#geocoord_status {
	margin: 10px 0px 10px 0px;
}

div#geocoord_ok {
	display: none;
	border: 2px solid #0f0;
	padding: 5px;
}
div#geocoord_missing {
	display: none;
	border: 2px solid #f00;
	padding: 5px;
}

div#form_geocord {
	background: #eee;
	margin: 10px 0px;
	padding: 10px;
	border: 1px #ddd solid;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
}

/* XAPIAN SEARCH */
div.xapian.result.header {
    background: #ddeff8;
}


/* RSS sidebar */
div#dlbox div.rssFeed {
	margin: 10px 0px 0px 0px;
}


div#dlbox div.rssBody ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div#dlbox div.rssBody div {
	font-size: 7pt;
}
div#dlbox div.rssBody p {
	font-size: 8pt;
}

/* SWF EMBED */
div.enable_swf {
	display: none;
}

div.enable_swf.floatright {
	float: right;
}
div.enable_swf.floatleft {
	float: left;
}

#yt {
	width: 500px;
}


/* ------------------ multiselect styles */

div#seac_form .multiselect {
    width: 700px;
    height: 300px;
}
.ui-multiselect {
    border: 0px;
}
div#seac_form .halfwidth .multiselect {
    width: 390px;
}

/* user interests */
form#object-users_interests .multiselect {
    width: 600px;
}

.ui-multiselect div.ui-widget-header,
.ui-multiselect div.ui-widget-header a {
    color: #fff;
	background: #D3D3D3;
}

li.ui-state-hover {
	color:#0B6B99;
	background: #DDEFF8;
}

.ui-multiselect div.available {
	position: relative;
	padding: 0px;
	margin: 0px;
	border-width: 0px 0px 0px 1px;
	border-style: none none none solid;
	/*border-color: -moz-use-text-color;*/
	border-color: #D3D3D3;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	float: left;
}

div.multiselect_container {
}
div.multiselect_container div.header {
    background: none;
}

div.multiselect_container div.header h3 {
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
div.multiselect_container div.header  p.comment {
    min-height: 60px;
}
/* IE8 bug */
.ui-multiselect li {
/*
    height: auto;
*/
}
div.multiselect_container .infotext {
    position: absolute;
    z-index:9999;
    padding: 10px;
    width: 200px;
    display:none;
    border: 1px #ddd solid;
    border-radius:         4px;
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    -khtml-border-radius:  4px;
    background: #eee;
    color: #888;
}

li.ms-elem-selectable .tipBody {
    padding-left: 165px;
    padding-top: 18px;
}

div#seac_formfu_container_focus,
div#seac_formfu_container_scifield,
div#seac_formfu_container_usefultool
{
    margin-bottom: 20px;
    padding: 20px;
    border: 1px #ddd solid;
    background: #eee;
    border-radius:         4px;
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    -khtml-border-radius:  4px;
}

div#seac_form div.select.floatleft {
    float: left;
    margin-right: 10px;
}
div#seac_form div.select.halfwidth {
    width: 45%;
}
div#seac_form div.select.last {
    margin-right: 0px;
}

div#seac_formfu_container_focus.error,
div#seac_formfu_container_scifield.error,
div#seac_formfu_container_usefultool.error
{
    background: #FFABB5;
}

.managelistsubheader {
	font-size: 2.5em;
}


.jvectormap-container {
	/* background-image:url('../images/mapbg1.gif'); */
}

.jvectormap-zoomin, .jvectormap-zoomout {
    background: #0B6B99;
}


#bereiche_content.startp {
    width: 696px;
	margin-top: 0px;
}
#main_content.startp {
	margin-top: 0px;
}

/* FORM submit buttons */
/* fixed FORM SUBMIT buttons */
div#seac_form div#submit_buttons {
    margin-top: 20px;
}

div#seac_form div.seac_submit_buttons {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 30px;
    width: 100%;
    z-index: 1000;
    margin: 0px;
    padding-left: 20px;
    border: 0px;
    border-top: 5px solid #ddd;
    border-radius:         0px;
    -webkit-border-radius: 0px;
    -moz-border-radius:    0px;
    -khtml-border-radius:  0px;
}
div#seac_form div#seac_item_meta {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 10000000;
}

div#manage_table td.manage_title span.title{
	font-size: 15pt;
}

/* STARTPAGE slider */
.jvectormap-container {
/*
	background: #97AEB9;
	background: url('/static/images/bg/white_wave.png');
*/
}

#startslider .slide {
	background: #fff;
}
#startslider .slide_header, #startslider .slide_header_neg {
	width:685px;
	color: #fff;
	font-weight:700;
	text-transform:uppercase;
	padding: 5px;
	background: #0B6B99 ;
}
#startslider .slide_header_neg {
	color: #0B6B99;
	background: #fff;
}
#slide_content_list { 
	text-shadow: 0px 2px 2px #7EB5E2 ;
    font-size: 14px;
    font-weight:700;
}
#slide_content_list .slide_content {
	
}
#slide_content_list ul { list-style: none; padding: 0px; margin: 0px;}
#slide_content_list ul li { }
#slide_content_list ul li a { 
	display:block; 
	text-decoration:none; 
	color:#fff; 
	background-color: #0B6B99; 
	padding-left:0px; 
}
#slide_content_list ul li a:hover { color:#fff; }
#slide_content_list ul li a strong { margin-right:10px; }


/* TAGCLOUD startpage */

div.tag_cloud {
	background: url('/static/images/bg/subtle_dots.png');
/*
	font-family: 'Poiret One', sans-serif;
*/
	margin: 10px;
/*
    //margin: 15px auto;
*/
	text-shadow: 2px 1px 0px #fff, 3px 2px 0px rgba(0,0,0,0.15);
}

div#main_content div.tag_cloud a {
	padding: 0px 15px 0px 0px;
    text-decoration: none;
	font-weight: normal;
/*
	font-family: 'Poiret One', cursive;
*/
}
div#main_content div.tag_cloud a:hover {
    text-decoration: underline;
/*
	font-family: 'Poiret One', cursive;
*/
}

/* USER LISTING (sections) */

#bereiche_content h3.sections {
/*
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #0B6B99;
	font-weight: bold;
*/
	width: 350px;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	
	padding: 5px 0px;
	margin: 0px 0px 10px 0px;
}


/* STARTPAGE */

#bereiche_content h3.startpage {
	display: block;
	width: 100%;

    font-size: 15px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #0B6B99;
	
	padding: 5px 0px;
	margin: 0px 0px 10px 0px;
}

/* COMPETENCE VIEW */
div.content.competence.preview div.item div.title,
div.content.competence.view div.item div.title {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
}
	
div.content.competence.preview div.item div.introduction,
div.content.competence.view div.item div.introduction {
	font-size: 12pt;
	padding: 5px 0px;
/*
	font-weight: bold;
	background-color: #97cde8;
	border: 1px solid #ccc;	
	border-radius:         4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	-khtml-border-radius:  4px;
*/
}

h3.competence_object {
	margin-left: 20px;
	font-weight: normal;
}

ul.competence_object {}
ul.competence_object li.objectoverflow {}
ul.competence_object li.objectoverflow.hidden{
	display: none;
}

#main_content ul.competence_object li a.view_more {
	margin-left: -10px;
}

a.external {
	background-image: url('/static/images/icons/external_link.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}

/* SOCIALMEDIA integration */
div.seac_facebook_post textarea#message {
	width: 400px;
	font-size: 1.5em;
}

.constraint_required label:after {
    content: ' *'
}

.constraint_required h1:after {
    content: ' *'
}

/* COMPETENCE LIST FILTER */
div.content.competence.list h3 {
	font-size: 20px;
	text-transform: uppercase;
	margin: 15px 0px;
}

div.competence_filter {
/*
	border-top: 1px solid #ccc;
*/
	border-bottom: 1px solid #ccc;
	margin: 0px 0px 20px 0px;
}
div.competence_filter div.intro {
	margin: -20px 0px 20px 0px;
}

div.competence_filter div.title {
	margin: 0px 0px 10px 0px;
}
div#competence_item {
	margin: 30px 0px 0px 0px;
}
div.competence_filter h2 {
	margin: 0px 0px 5px 0px;
}
div.competence_filter div.selectit {
	margin: 0px 0px 10px 0px;
}
div.competence_filter div.selectit div.title,
div.competence_filter div.list div.title {
	font-size: 15px;
	margin: 5px 0px 10px 0px;
}

div.competence_filter div.selectit select {
	width: 500px;
	margin: 0px 5px 0px 0px;
	padding: 5px 10px;
	font-size: 12pt;
}


div.competence_filter div.list {
}
div.competence_filter div.list ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div.competence_filter div.list ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 25px;
	background-image: url('/static/images/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: -10px 7px;
}
#main_content div.competence_filter div.list ul li a {
	font-size: 16px;
}

div.specialpage.press div.block.social {}
div.specialpage.press div.block.social h5 {
	padding: 0px 0px 0px 30px;
	margin: 10px 0px;
	line-height: 20px;
	font-size: 14px;
}
div.specialpage.press div.block.social h5.socialmedia.facebook {
background: #ffffff url("/static/share/i/icons/share/20px/facebook-icon.png") no-repeat left top;
}
div.specialpage.press div.block.social h5.socialmedia.linkedin{
background: #ffffff url("/static/share/i/icons/share/20px/linkedin-icon.png") no-repeat left top;
}
div.specialpage.press div.block.social h5.socialmedia.twitter {
background: #ffffff url("/static/share/i/icons/share/20px/twitter-icon.png") no-repeat left top;
}
div.specialpage.press div.block.social h5.socialmedia.feed {
background: #ffffff url("/static/share/i/icons/share/20px/feed-icon.png") no-repeat left top;
}
div.specialpage.press div.block.social h5.socialmedia.google-plus {
background: #ffffff url("/static/share/i/icons/share/20px/google-plus-icon.png") no-repeat left top;
}
div.specialpage.press div.block.social h5.socialmedia.vimeo {
background: #ffffff url("/static/share/i/icons/share/20px/vimeo-icon.png") no-repeat left top;
}
div.specialpage.press div.block.social h5.socialmedia.youtube {
background: #ffffff url("/static/share/i/icons/share/20px/youtube-icon.png") no-repeat left top;
}
div.specialpage.press div.block.social div.by_socialmedia div {
margin: 0px 0px 10px 0px;
}

div.specialpage.press div.block.social div.by_socialmedia ul {
list-style: none;
margin: 0px;
padding: 0px;
}
div.specialpage.press div.block.social div.by_socialmedia ul li {
display: inline-block;
width: 240px;
float: left;
margin-right: 10px;
}

#main_content div.specialpage.press div.block.social a.showother {
margin: 20px 0px;
}

div.specialpage.press div.block.social div.by_socialmedia {
display: none;
margin: 20px 0px 20px 0px;
}
div.specialpage.press div.block.social div.by_item {
margin-bottom: 20px;
}

div.specialpage.press div.block.social div.by_item table {
list-style: none;
margin: 0px;
padding: 0px;
}
div.specialpage.press div.block.social div.by_item table tr {
}
div.specialpage.press div.block.social div.by_item table td.name {
width: 320px;
padding: 5px;
}
div.specialpage.press div.block.social div.by_item table td.val {
min-width: 170px;
}
div.specialpage.press div.block.social div.by_item table ul {
float:left;
list-style: none;
margin: 0px;
padding: 0px;
}
div.specialpage.press div.block.social div.by_item table ul li {
display: inline-block;
line-height: 20px;
margin-right: 5px;
}
div.specialpage.press div.block.social div.by_item table ul li a.facebook {
background: #ffffff url("/static/share/i/icons/share/20px/facebook-icon.png") no-repeat left top;
width: 20px;
height: 20px;
content: "";
}
div.specialpage.press div.block.social div.by_item table ul li a.linkedin {
background: #ffffff url("/static/share/i/icons/share/20px/linkedin-icon.png") no-repeat left top;
}
div.specialpage.press div.block.social div.by_item table ul li a.twitter{
background: #ffffff url("/static/share/i/icons/share/20px/twitter-icon.png") no-repeat left top;
}
div.specialpage.press div.block.social div.by_item table ul li a.feed{
background: #ffffff url("/static/share/i/icons/share/20px/feed-icon.png") no-repeat left top;
}
div.specialpage.press div.block.social div.by_item table ul li a.google-plus{
background: #ffffff url("/static/share/i/icons/share/20px/google-plus-icon.png") no-repeat left top;
}
div.specialpage.press div.block.social div.by_item table ul li a.vimeo{
background: #ffffff url("/static/share/i/icons/share/20px/vimeo-icon.png") no-repeat left top;
}
div.specialpage.press div.block.social div.by_item table ul li a.youtube{
background: #ffffff url("/static/share/i/icons/share/20px/youtube-icon.png") no-repeat left top;
}

/* HIDE social media links when display not wide enough .. */
@media only screen and (max-width: 1050px) {
	div#social {
		margin-left: -6px;
		-ms-transform: scale(0.7,0.7); /* IE 9 */
		-webkit-transform: scale(0.7,0.7); /* Chrome, Safari, Opera */
		transform: scale(0.7, 0.7);
	}
}

