/*
Theme Name: TEST
Theme URI: http://www.just-study.com/
Description: WordPress theme for just-study.com
Version: 1.0
*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	color: #323232;
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.introtext > h3{
	margin-top:0px;
}
.introtext p{
	margin-bottom:0;
	font-weight:bold;
}
.text_box a.lnk_important{
	text-transform:none;
	font-size:1em;
	font-weight:normal;
}

.text_box ul{
    margin:0;
    padding:0;
}

.text_box ul li{
    list-style:none;
    margin:0;
    padding: 0 0 0 15px;
    line-height:1.7em;
    background:url(images/listarrow.png) 0px 5px no-repeat;
}

.text_box > div{
	background:none;
}

span.categories	{
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: -14px;
	padding: 0px 10px 0px 0px;
	background-color: #ffffff;
}


.fLeft{
	float: left;
}

#headernav div.aRight {
	float: right;
}

.aRight{
	text-align: right;
}

.uppercase{
	text-transform: uppercase;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Tahoma, Verdana, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Tahoma, Verdana, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover {
	color: #366799;
	text-decoration: none;
	}

h3 a:hover {
	text-decoration: none;
	}
a:hover {
	color: #147;
	text-decoration: underline;
	}

ul {
    list-style-position: inside;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Tahoma, Verdana, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

input.input-text {
	border: solid 1px #e3e1df;
}
/* End Typography & Colors */


/*	Begin Headers */
h1, h2, h3 {
	font-family: Arial, Sans-Serif;
}

h1 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #679564;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #C6C8C8;

}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	/*color: white;*/
	}

/*h1.pagetitle {
	font-size: 16px;
	text-transform: none;
	font-weight:bold;
}*/

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #679564;
	margin-bottom: 0.5em;
}

h2.pagetitle {
    text-transform:  uppercase;
    font-weight: normal;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #c6c8c8;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, #wp-calendar caption, cite {
	text-decoration: none;
}

h3 {
	font-size: 14px;
    font-weight: bold;
	color: #679564;
	margin: 0;
	margin-bottom: 0.5em;
}

h3 a, h3 a:visited {
	color: #366799;
}

h3 a:hover {
	color: #ff8c00;
}

h3.title_news_box {
	margin-top:10px;
}


h4 {
	font-size: 11px;
}


/* End Headers */


/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	background-color: #eff1f1;
}

#page_wrap {
    width: 1175px;
    margin: 0 auto;
}

#banner_ext {
    margin-top: 10px;
    width: 162px;
    height: 620px;
    float: right;
    display: block;
}

#page{
    width: 980px;
    margin: 0 auto;
    border: 12px solid #c6c8c8;
	padding: 0px;
    margin-bottom: 2em;
    position: relative;
    float: left;
}

#main{
    margin: 0;
    padding: 0;
	width: 980px;
	background-color: #ffffff;
    z-index: 0;
    position: relative;
}

#header {
	position: relative;
	height: 127px;
	border-bottom: 1px solid #949494;
    background: url(images/header_bckg.png) repeat-x top left;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 239px;
    height: 127px;
    background: url(images/logo_bckg.png) no-repeat top left;
	overflow: hidden;
}

#logo a {
    display: block;
    width: 166px;
    height: 69px;
    margin-top: 21px;
    margin-left: 33px;
    background: url(images/logo.png) no-repeat top left;
	padding-top: 167px;
	z-index:0;
}
#logo a span{
}

.jslogo_small {
	display: inline-block;
	width: 79px;
	height: 30px;
	margin-right: 10px;
	float: left;
	background: url(images/jslogo_small.png) no-repeat top left;
}

#headernav{
	position: absolute;
    bottom: 5px;
    right: 10px;
	font-size: 10px;
	line-height: 20px;
    height: 20px;
}

#headernav a {
	color: #6c6d6d;
	padding-left: 9px;
	margin-left: 8px;
    text-decoration: none;
    float: left;
    text-transform: uppercase;
}

#headernav a:hover {
    text-decoration: none;
    color: #ea7a15;
}

#headernav a.border {
	background: url(images/headermenu_lnk_bckg.png) no-repeat center left;

}

#headerlink{
	height: 63px;
	width: 600px;
	display: block;
	float: left
}

td#suchetxt {
	font-size: 10px;
	text-align: left;
}

#searchbutton {
	margin: 0px;
	padding: 0px;
}

#searchform{
	display: block;
	float: right;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
}

#searchform fieldset{
	border: none !important;
	padding: 0
}

#searchform input{
	font-size: 11px;
}


/* Menu */
#menuwrap {
   margin: 0;
   position: relative;
   background: #d06c12 url(images/menu_lev1_bckg.png) repeat-x top left;
   z-index: 1;
}

#menuwrap > ul {
   z-index: 2;
}

#menuwrap ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

/* These styles create the dropdown menus. */
#navbar .menu {
   position: relative;
   margin: 0;
   height: 22px;
   border-bottom: 1px solid #828383;
   padding: 5px;
}

#navbar .menu li {
   list-style: none;
   float: left;
   padding: 5px 8px;
}

#navbar .menu > li {
    font-size: 11px;
    padding: 5px 7px;
}

#navbar .menu li a {
   display: block;
   padding: 0;
   /*text-transform: uppercase;*/
   text-decoration: none;
   color: #ffffff;
   font-weight: bold;
   font-size: 13px;
}

#navbar .menu li:hover a, #navbar .menu li.current_page_item a, #navbar .menu li.current_page_ancestor a {
   color: #393939; }

#navbar .menu li ul {
   display: none;
   z-index: 10;
   position: absolute;
   padding: 5px 0;
}

#navbar .menu li ul li a {
    color: #323232;
}

#navbar .menu li ul li a:hover, #navbar .menu li ul li.current_page_item a, #navbar .menu li ul li.current-page-ancestor a {
    color: #ffffff;
}

#navbar .menu li:hover ul {
   position: absolute;
   display: block;
   min-width: 150px;
   margin-top: 3px;
   background: #a9abab url(images/popupmenu_bckg.png) repeat-x top left;
   z-index: 10;
}

#navbar .menu li:hover li {
    float: none;
}



/* breadcrumb */
#breadcrumb {
    min-height: 29px;
    background: #e8eaea url(images/menu_lev2_bckg.png) repeat-x top left;
    position: relative;
}

.breadcrumb_shadow {

}

.facebook_lnk {
    display: block;
    position: absolute;
    left: 30px;
    top: -1px;
    background: url(images/finde_uns_auf_facebook.png) no-repeat top left;
    width: 270px;
    height: 30px;
}

#gplus {
    display: block;
    position: absolute;
	left: 320px;
	height: 30px;
	width: 150px;
	overflow: hidden;
}

#breadcrumb #bc {
    width: 680px;
    float: left;
    padding: 5px 10px;
    font-size: 0.8em;
    color: #323232;
}

#breadcrumb #bc a {

}

#breadcrumb #header_search {
    float: right;
    width: 240px;
    height: 29px;
    padding: 0 5px;
    margin: 0;
    background: #d0d2d2 url(images/searchform_bckg.png) repeat-x top left;
}

#breadcrumb #header_search #s {
    width: 160px;
    height: 20px;
    background: url(images/searchform_input_bckg.png) no-repeat top left;
    border: 0;
    font-size: 11px;
    padding: 2px 5px;
    margin: 0px;
}

#breadcrumb #searchform {
    padding: 0;
    margin: 0;
}

#breadcrumb #searchform #searchbutton {
    margin-left: 5px;
}

/* Content styles */

.post {
    margin-bottom: 2em;
    clear: both;
}

#content{
	float: left;
	padding: 0px 30px 40px 30px;
	width: 670px;
	min-height: 500px;
}

#contentwrap {
    clear: both;
    margin-top: 20px;
}

#content_footer {
	width: 100%;
	text-align: right;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px;
	font-size: 11px;
	border-top: 1px solid #e3e1df;
	border-bottom: 1px solid #e3e1df;
}

#content_footer > #l {
	width: 50%;
	border-right: 1px solid #e3e1df;
	float: left;
}

div#l {
	padding: 10px;
	display: inline;
}

#content_footer > #r {
	float: right;
	text-align: right;
}

div#r {
	padding: 10px;
	display: inline;
}

#content_footer span {
	/*margin: 0px 5px 0px 5px;*/
	padding: 0;
}

#content_footer img {
	margin: 0px 5px 0px 5px;
	padding: 0;
	border-style: none;
}

#footer_bookmarks {
	text-align: center;
	width: 100%;
	float: right;
	margin: 10px 0px 0px 0px;
	padding-top: 10px;
	font-size: 11px;
	border-top: 1px solid #e3e1df;
}

#footer_bookmarks a {
	margin-left: 10px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.lnkgroup1 h2, .lnkgroup2 h2 {
    text-transform: uppercase;
}
.lnkgroup1 h3, .lnkgroup2 h3 {
    text-transform: uppercase;
    margin-top: 0px;
}
.lnkgroup1 h4, .lnkgroup2 h4 {
    text-transform: uppercase;
    margin-top: 0px;
}

.lnkgroup1 a {
    color: #679564 !important;
    text-decoration: none !important;
}

.lnkgroup2 a {
    color: #EA7A15 !important;
    text-decoration: none !important;
}

.lnkgroup1 a:hover, .lnkgroup2 a:hover {
    color: #323232 !important;
    text-decoration: none !important;
}

.big {
    text-transform: uppercase;
}

ul.extra-list {
    list-style-image: url(images/li.gif);
    list-style-position: outside;
}

ul.extra-list li {
    line-height: 1.3em;
    margin-bottom: 0.5em;
}

/* Sidebar right */

#rightcol{
	float: right;
	width: 250px;
}

#rightcol .box, #rightcol .text_box {
	margin-bottom: 2em;
}

#rightcol p.noborder{
	border-bottom: none;
}

#rightcol .arrow{
	background: url(images/arrow.jpg) no-repeat 0px 3px;
	padding-left: 16px;
	clear: both;
	display: block;
}

#content .arrow{
	background: url(images/arrow.jpg) no-repeat 0px 3px;
	padding-left: 16px
}

.box > h3  {
	background: url(images/title_bckg.png) no-repeat center left;
	display: block;
	padding: 0px 12px;
	margin-bottom: 10px;
	font-weight:bold;
}

.introtext > h3,
.text_box > h3  {
	background: url(http://www.just-study.com/wp-content/themes/neue-juststudy/images/title_bckg.png) no-repeat 0px 3px; /*left center*/
	display: block;
	padding: 0px 12px;
	margin-bottom: 10px;
	/*font-size:130%;*/
	text-transform:none;
	margin-top:10px;
}

.entry > h3 {
	display: block;
	margin-bottom: 10px;
	text-transform: none;
	margin-top: 10px;
}


#rightcol p {
	padding: 0px;
	margin: 0px;
}

.text_box > div {
    padding: 10px 15px;
    background:  url(images/box_bckg.png) repeat-x top left;
}

.surftipps {
    font-size: 11px;
}

#rightcol .news {
    margin-bottom: 1em;
    font-size: 0.9em;
}

#rightcol .news h2 {
    font-size: 11px;

}


/* Footer */

#footer{
	clear: both;
    height: 31px;
    line-height: 31px;
    padding: 10px;
	margin-top: 0;
	font-size: 11px;
	color: #323232;
    background: url(images/footer_bckg.png) repeat-x bottom left;
    text-align: center;
}

#footer a{
	color: #EA7A15;
}

/* End Structure */

/* Homepage */

#mainblock-homepage {
    /*padding-top: 356px;*/
    /*position: relative;*/
}

/*#mainblock-homepage #block2 {
    position: absolute;
    top: 0;
    left: 0;
}*/

/*#homepage_columns {
    position: absolute;
    top: 0;
    left: 0;
}*/

#homepage_columns h2 a {
    color: #679564;
}


#homepage_columns h2 a:hover {
    color: #323232;
}

div.homepage_column {
	float: left;
	width: 180px;
	padding: 0 15px;
}

div.homepage_column h2 {
	height: 2.5em;
}

div.homepage_column p {
	margin-bottom: 0.5em;
}

div.home_link {
    clear: both;
	margin: 5px 0px 2em 0px;
	padding: 0px 0px 0px 0px;
}

div.home_link img {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	width: 100px;
}

div.home_aktuelles_content img {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	max-width: 150px;
}


div.home_aktuelles {
	border-bottom: 1px solid #e3e1df;
	margin: 20px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
}

div.width50pro {
	width: 210px;
	float: left;
	margin-right: 17px;
}

h3.home_aktuelles {
	padding: 0px;
	margin: 0px;
}

.post_homepage {
    border-right: 1px solid #c6c8c8;
    margin-bottom: 3em;
    padding-right: 15px;
}

.box {
    position: relative;
    margin-bottom: 2em;
}

#content .box {
    margin-bottom: 3em;
}

#content #homepage_columns {
	margin-bottom: 2em !important;
}

.title_news_box {
    padding-right: 250px;
}

.lnk_all_news {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 11px;
    color: #EA7A15;
}

.lnk_all_news a {
    color: #EA7A15;
}

.lnk_more {
    font-size: 11px;
    color: #EA7A15;
}

.lnk_more a {
    color: #EA7A15;
}

#rightcol .lnk_more {
    /*text-align: right;*/
}

.box_50pro {
    float: left;
    width: 320px;
}

#banner_homepage {
    margin-left: 20px;
    margin-top: 18px;
    float: right !important;
}

#home_linktipps  {
    font-size: 0.9em;
}
#home_linktipps h3.lnk_title {
    font-size: 11px;
}

#home_berichte {
    background: #eff1f1 url(images/box2_bckg.png) repeat-x top left !important;
}

#home_berichte {
    font-size: 0.9em;
}
#home_berichte h3.lnk_title {
    font-size: 11px;
}

.bericht {
    width: 260px;
    margin-bottom: 1em;
    padding: 10px;
    margin-right: 30px;
}

.lnk_important {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #EA7A15;
}

.lnk_important:hover {
	color: #EA7A15;
}

/* Slider homepage */
#topnews{
	width: 400px;
	padding-right: 268px;
	position: relative;
	border: 1px solid #c6c8c8;
	height: 300px;
	background: #eff1f1;
    overflow: hidden;
}
#topnews ul.ui-tabs-nav{
	position: absolute;
	top: 0;
	left: 400px;
	list-style:none;
	padding:0; margin:0;
	width: 267px;
    border-left: 1px solid #ffffff;
}
#topnews ul.ui-tabs-nav li{
	font-size: 12px;
}

#topnews li.ui-tabs-nav-item {
	border-bottom: 1px solid #ffffff;
}

#topnews li.ui-tabs-last {
	border: none;
}

#topnews li.ui-tabs-nav-item a {
	display:block;
	height: 49px;
	line-height: 16px;
	font-weight: bold;
    padding: 5px 10px;
	text-decoration: none;
}

#topnews li.ui-tabs-last a {
    height: 51px;
}

#topnews li.ui-tabs-nav-item:hover {
	background: #ffffff;
}
#topnews li.ui-tabs-selected{
	background-color: #d8dada;
}
#topnews ul.ui-tabs-nav li.ui-tabs-selected a{
	/*background-color: #d8dada;*/
}
#topnews .ui-tabs-panel {
	width: 400px;
    height: 300px;
    position: relative;
	overflow: hidden;
    background-color: #a9abab;
}
#topnews .ui-tabs-panel .info{
	position:absolute;
	bottom: 0px; left:0;
    background-color: #000000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .70;
}
#topnews .info h2{
	font-size: 1em;
	padding:5px; margin:0;
	overflow:hidden;
}
#topnews .info p{
	margin: 5px 5px 10px 5px;
	font-family:Verdana; font-size:11px;
	line-height:15px; color:#ffffff;
}
#topnews .info a{
	text-decoration: none;
	color:#fff;
}
#topnews .info a:hover{
	text-decoration: none;
    color: #EA7A15;
}
#topnews .ui-tabs-hide{
	display:none;
}

#topnews .more {

}

p{
	margin:5px 0 15px;
	line-height: 1.7em
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0 20px 20px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

*/
/* End Entry Lists */



/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

hr.newsline {
    clear: both;
	display: block;
	border: 1px solid #e3e1df;
	margin-bottom: 2em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Karte DE */
#kartede_img {
	margin-left: 30px;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Katalog */
.katalog_list h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
}
.katalog_list div.foto {
	float: left;
	text-align: right;
	width: 120px;
	margin-right: 10px;
}

.katalog_list div.foto img {
	width: 70%;
	height: 70%;
}

.katalog_list div.entry {
	float: left;
}
.katalog_list p.postmetadata {
	clear: both;
	padding-top: 1em;
	font-size: 10px;
}
hr.katalog {
	clear: both;
}
div.katalog_list {
	padding-bottom: 2em;
}

/* AZINDEX by seosupport*/
.azIndexMenue {
	text-align: center;
	padding: 1em 0;
}

.azIndexMenue a {
	margin-right: 10px;
}

.azIndexItem {
	padding-bottom: 1em;
}
/* End: AZINDEX by seosupport*/

/* ADD for Widget Support*/

.topthemen {
    /*text-align: center;*/
}

.topthemen a {
    background: none !important;
    padding: 0px !important;
    margin: 0px 4px 0px 0px !important;
    line-height: 1.2em !important;
    min-height: 1em !important;
    height: auto !important;
    color: #323232;
}


.social_media {
    margin-top: 2em;
}
.likeit {

    height: 25px;
}

.social_media td {
    padding-right: 20px;
}

.share_on {
    margin-top: 2em;
}
.share_on h5 {
    font-size: 9px;
    font-weight: normal;
    border-bottom: 1px solid #E3E1DF;
    margin-bottom: 1em;
}

/* SV-SYSTEM */
div.form form table td {
    padding-bottom: 5px;
    vertical-align: top;
}

div.form form input {
    width: auto;
}
div.form form select {
    width: auto;
}
div.form form input[type=text], div.form form input[type=password] {
    width: 250px;
}

div.form form select.fixedwidth {
    width: 250px;
}

div.form form select.fixedwidth-large {
    width: 350px;
}

ul.sv_addresses {
    list-style: square;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

div.form_new_item form input[type=text] {
    width: 350px;
}

div.form input[type=text].small {
    width: 50px;
}
div.form input[type=text].medium {
    width: 75px;
}
div.form input[type=text].normal {
    width: 150px;
}
div.form input[type=text].large {
    width: 250px;
}
div.form input[type=text].xlarge {
    width: 350px;
}

div.search_form {
	padding: 10px;
	background-color: #EFF1F1;
}

div.seach_form_main {
  padding: 10px;
  padding-bottom: 20px;
  background-color: #dadcdc;
  border: 1px solid #EA7A1A;
}

.subtitle {
  border-bottom: 1px solid #C6C8C8;
  line-height: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.subtitle span {
  display: inline-block;
  margin: 0 auto;
  background-color: #EFF1F1;
  padding: 2px 5px;
  text-transform: uppercase;
  font-size: 0.85em;
  margin-bottom: -14px;
  line-height: 24px;
}

div.search_form input[type=text], div.search_form select {
	font-size: 12px;
}

div.search_form input[type=submit] {
	font-size: 10px;
	text-transform: uppercase;
	background-color: #EA7A15;
	color: #ffffff;
	padding: 3px;
	border: none;
}

div.search_form input[type=submit]:hover {
	color: #323232;
}


div.search_form table {
	width: 100%;
}

div.search_form #input_title,
div.search_form #search_category {
  width: 99.5%;
}



.infos {
    color: #679564;
    font-weight: bold;
    margin-bottom: 1em;
}

.errors {
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 1em;
}


.btns_block {
    text-align: center;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #C6C8C8;
}

.td_l {
    width: 200px;
}

div.form form table.sv_photo_list td {

}

div.form form table.sv_photo_list tr.sv_line td {
	padding: 10px 5px;
	background-color: #EFF1F1;
	text-align: center;
	border-bottom: 20px solid #ffffff;
}

div.sv_filename {
	font-size: 10px;
	font-style: italic;
	margin-top: 5px;
}

div#sv_userarea_nav {
	clear: both;
	margin-bottom: 2em;
	text-align: left;
	background: #e5e7e7 url(images/bckg_admin_menu.png) repeat-y top left;
    margin-left: -30px;
    padding-left: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    border-bottom: 2px solid #c6c8c8;
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
}

div#sv_admin_usermode {
	clear: both;
	text-align: center;
	background: #b20000 url(images/bckg_admin_menu.png) repeat-y top left;
    margin-left: -30px;
    padding-left: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    position: relative;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

div#sv_admin_usermode a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: normal;
}

div#sv_admin_usermode a:hover {
    color: #ffffff;
    text-decoration: none;
}

div#sv_admin_usermode strong {
    text-transform: uppercase;
}

div.sv_admin_nav {
	border-bottom: 1px solid #ff0000 !important;
}

div#sv_userarea_nav a {
    color: #393939;
}

div#sv_userarea_nav a:hover {
    color: #ea7a15;
}

div#sv_nav_ico {
    width: 16px;
    height: 16px;
    display: block;
    background: url(images/ico_unlock.png) no-repeat top left;
    top: 3px;
    left: 5px;
    position: absolute;
}

div#sv_adminnav_ico {
    width: 16px;
    height: 16px;
    display: block;
    background: url(images/ico_unlock_admin.png) no-repeat top left;
    top: 3px;
    left: 5px;
    position: absolute;
}

td.sv_home_ico_td {
    width: 30px;
}

span.sv_home_ico {
    width: 16px;
    height: 16px;
    display: block;
    background: url(images/ico_home.png) no-repeat top left;
    margin: 0 5px 0 0;
}


div#sv_userarea_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#sv_userarea_nav ul li {
	float: left;
	margin-right: 3px;
	padding: 2px 10px 2px 0px;
}

#sv_user_info {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #ffffff;
    font-size: 10px;
    text-transform: none;
}

#sv_user_info form {
    display: inline-block;
    width: auto;
}

#sv_user_info input {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    color: #ea7a15;
    font-size: 10px;
    display: inline-block;
}

#sv_user_info input:hover {
    color: #323232;
    cursor: pointer;
}

.sv_box {
	margin-bottom: 2em;
	border-bottom: 1px solid #EFF1F1;
}

.form #search_data table td {
	padding-right: 20px;
}

.form #search_data label {
	font-size: 10px;
	text-transform: uppercase;
}

.pages_bar {
    clear: both;
    margin: 2em 0;
    background-color: #EFF1F1;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
}

.pages_bar > a, .pages_bar > span {
    padding: 2px 5px;
    margin: 0px 3px;
    display: inline-block;
    background-color: #EA7A15;
    color: #ffffff;
}

.pages_bar > span {
    background-color: #C6C8C8;
}

.pages_bar > a:hover {
    color: #323232;
    text-decoration: none;
}

.pages_bar a.current {
    color: #323232;
}

.sv_list_item {
    background: url("images/box2_bckg.png") repeat-x scroll left top #EFF1F1;
    padding: 10px;
    margin-bottom: 2em;
}

.sv_list_item td {
    vertical-align: top;
}

span.sv_status_offline, span.sv_status_online, span.sv_status_semionline {
    width: 11px;
    height: 11px;
    display: inline-block;
}

span.sv_status_offline {
    background: url("images/point_inactive.png") no-repeat top left;
}

span.sv_status_semionline {
    background: url("images/point_semiactive.png") no-repeat top left;
}

span.sv_status_online {
    background: url("images/point_active.png") no-repeat top left;
}

a.sv_button {
    padding: 2px 5px;
    margin: 0px 6px 0 0;
    display: inline-block;
    background-color: #EA7A15;
    color: #ffffff;
}

a.sv_button:hover {
	color: #323232;
	text-decoration: none;
}

.sv_show_logo {
	float: left;
	width: 250px;
	margin-right: 20px;
}

.sv_show_data {
	margin-left: 270px;
}

.sv_data_table td {
	vertical-align: top;
}

.sv_data_table p {
	margin-top: 0;
}

.sv_data_table td.sv_show_item_title {
	padding-right: 10px;
	width: 130px;
}

.sv_show_item_title {
	color: #8d8f8f;
	text-transform: uppercase;
	font-size: 11px;
	vertical-align: top;
}

hr.sv_breaker {
	display: block;
	clear: both;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #C6C8C8;
}

.sv_foto_list {
	display: inline-block;
	width: 335px;
	text-align: center;
	margin: 1em 0;
	vertical-align: top;
}

.sv_list_logo {
	float: left;
	padding-right: 20px;
}

.sv_list_logo img {
	width: 150px;
}

.sv_list_descr {
	margin-left: 150px;
}

input.sv_btn_save {
    background-color: #26c208;
    color: #000000;
    font-weight: bold;
}

input.sv_btn_delete {
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
}

#sv_register_now {
	background-color: #e2e3e3;
	width: 230px;
	padding: 20px;
	margin-left: 20px;
	float: right;
}

#sv_register_now strong {
	color: #3e3e3e;
	font-weight: bold;
	font-size: 14px;
}

#sv_register_now a {
	color: #ea7a15;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	line-height: 12px;
	padding-left: 20px;
	background: url(images/arrows.png) no-repeat center left;
}

#sv_register_now a:hover {
	text-decoration: underline;
}

.sv_search_box {
	margin-bottom: 1em !important;
}

.jssearch_title {
	margin-bottom: 1em;
}

.jssearch_title, .jssearch_title h3 {
	height: 30px;
	line-height: 30px;
}

div.sv_big_buttons, div.sv_big_button {
	width: 100%;
	height: 45px;
	margin: 0 0 2em 0;
	border: 0;
}

div.sv_big_buttons div {
	display: inline-block;
	width: 318px;
	height: 45px;
	position: relative;
	border: 0;
}

div.sv_big_button div {
	display: inline-block;
	width: 100%;
	height: 45px;
	position: relative;
	border: 0;
}


div.sv_big_buttons div.button_left {
	margin-right: 30px;
}

div.sv_big_buttons a, div.sv_big_button a {
	display: block;
	padding-left: 85px;
	margin-top: 10px;
	line-height: 35px;
	background-color: #eff1f1;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #ea7a15;
}

div.sv_big_buttons div img, div.sv_big_button div img {
	position: absolute;
	left: 25px;
	bottom: 5px;
	width: 44px;
	height: 39px;
}


/* Liveticker */
.liveticker {
	clear: both;
	margin-bottom: 2em;
}

.liveticker_box {
	/*border-left: 3px solid #ea7a16;
	border-right: 3px solid #ea7a16;
	border-bottom: 3px solid #ea7a16;*/
	border-left: 3px solid #aeaeae;
	border-right: 3px solid #aeaeae;
	border-bottom: 3px solid #aeaeae;
	padding: 15px;
	background: #ffffff url(images/liveticker_bckg.png) repeat-x top left;
}

.liveticker_box h3, .liveticker_box h3 a {
	color: #366799;
	text-transform: uppercase;
	text-decoration: none;
}

.liveticker_box h3 a:hover {
	text-decoration: none;
	color: #ea7a16;
}

.liveticker_item {
	width: 195px;
	float: left;
	margin-right: 15px;
}

.liveticker_item_last {
	margin-right: 0px;
}

h3.title_liveticker {
	/*background-color: #ea7a16;*/
    background-color: #aeaeae;
	line-height: 32px;
	padding: 0 15px;
	margin-bottom: 0px;
}

h3.title_liveticker span {
	background-color: #ffffff;
	/*color: #679564;*/
    color: #ea7a16;
	padding: 2px 5px;
	text-transform: uppercase;
	font-size: 1.1em;
}

.liveticker_item h3 {
	margin-bottom: 0.75em;
}

.liveticker_item p {
	line-height: 1.5em;
	margin-top: 0;
	padding-top: 0;
}

.liveticker_date {
	margin-bottom: 0.75em;
}

.liveticker_date span {
	background-color: #aeaeae;
	color: #ffffff;
	font-size: 0.9em;
	border-left: 5px solid #e87c17;
	padding: 2px 5px;
	text-transform: uppercase;
}

div.liveticker_content {
	font-size: 0.9em;
}

div.liveticker_more {
	display: block;
	clear: both;
	text-align: right;
	background-color: #f1f1f3;
	padding: 5px 15px;
	line-height: 1.5em;
	color: #ea7a16;
}

.liveticker_more a {
	color: #ea7a16;
	text-decoration: none;
}

.liveticker_more a:hover {
	text-decoration: underline;
}


.block-small {
  font-size: 11px;
}

.list-simple ul {
  padding-left: 10px;
}

/* Banners */

#header_banner {
    text-align: right;
	width: 747px;
	height: 91px;
	display: block;
	position: absolute;
    top: 0;
    right: 0;
    background: url(images/werbung_vertical.png) no-repeat top left;
}

#header_banner img {
    border-left:  1px solid #c6c8c8;
    border-bottom:  1px solid #c6c8c8;
}

.header_banner {
    text-align: right;
	display: block;
	position: absolute;
    top: 0;
    right: 0;
    background: url(images/werbung_vertical.png) no-repeat top left;
}

.header_banner img {
    border: 0 !important;
    border-left:  1px solid #c6c8c8 !important;
    border-bottom:  1px solid #c6c8c8 !important;
}

.banner_box {
    text-align: center;
}

.just_abi_banner {
    margin-top: 17px;
}

.banner_h {
    display: inline-block;
    padding-left: 18px;
    background: url(images/werbung_vertical.png) no-repeat top left;
}

.banner_v {
    padding-bottom: 18px;
    background: url(images/werbung_horizontal.png) no-repeat bottom left;
}

.banner_h img, .banner_h object, .banner_v img, .banner_v object {
    border: 1px solid #c6c8c8;
}

.banner a {
    display: block;
}

.banner_ext {
    position: absolute;
    top: 0px;
    right: -185px;
}

/* */
#fde-slot-adviser-search {
    clear: both;
    display: block;
    margin: 2em 0;
}
#crp_related {
margin-bottom: 2em;
padding: 1em 1em 0.4em 0em;
width:45%;
float:left;
}
#crp_related ul li{
margin: 0 0 1em 0;
overflow:hidden;
height:80px;
}
.crp_thumb{
float:left;
padding:0 1em 1em 0;
}
.crp_title{
display:block;
clear:right;
padding: 0 0 3px 0;
}

#tptn_related {
margin-bottom: 2em;
padding: 1em 1em 0.4em 0em;
width:45%;
float:right;
}
#tptn_related ul li{
margin: 0 0 1em 0;
overflow:hidden;
height:80px;
}
.tptn_thumb{
float:left;
padding:0 1em 1em 0;
}
.tptn_title{
display:block;
clear:right;
}


/* image carousel */

#logo_gallery {
    margin: 30px 0;
}

.stepcarousel{
    position: relative; /*leave this value alone*/
    overflow: scroll; /*leave this value alone*/
    width: 670px; /*Width of Carousel Viewer itself*/
    height: 150px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 0px; /*margin around each panel*/
    width: 150px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    padding: 0 20px 0 0;
    text-align: center;
    vertical-align: middle;
}

.stepcarousel .panel a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 150px;
    height: 150px;
}

.stepcarousel .panel a img {
    margin: 0 auto;
}

.stepcarousel .panel img {
    max-height: 150px;
    max-width: 150px;
}
