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

a:link,a:visited
{
	color:#4e4e4e;
	text-decoration: none;
}

a:hover,a:active,a:focus
{
	text-decoration: none;
}

h3 {
	font-size:1.2em;
	font-weight:600;
	margin:10px 0;
}

h4 {
	border:solid 0;
	color:#999999;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}

input:focus {
	border:solid 2px;
}

fieldset {
	border:0;
}

ol.list {
	list-style-position:inside;
	margin:20px 0;
	padding:0;
}

ol.list li {
	border-bottom:solid 1px #EFDEEA;
	margin:10px 0;
	padding:10px;
	background:#FBF7FA;
}

ol.list li h4 {
	border-bottom:solid 0 #CCC;
	color:#099;
	display:inline;
	margin:0 0 10px;
}

p {
	line-height:1.6em;
	margin:5px 0;
}

ul li a.u2:focus,p a.u2:active
{
	padding:0.5em;
	background-color:#000;
	color:#FFF;
	display:inline;
	height:2.5em;
	left:0;
	margin-top:0;
	padding-left:15px;
	position:absolute;
	top:0;
	width:13.8em;
}

p.counter {
	background:#EEE;
	color:#000;
	font-weight:bold;
	margin:10px 0;
	padding:5px;
}

p.buttonheading {
	text-align:right;
}

.buttonheading img
{
	border:0;
}

p.buttonheading a:link,p.buttonheading a:visited
{
	border:solid 2px #fff;
}

.leading p.buttonheading a:link,.leading p.buttonheading a:visited
{
	border:solid 2px #EFDEEA;
}

p.buttonheading a:hover
{
	background:none !important;
	color:#000 !important;
}

p.buttonheading a:active,p.buttonheading a:focus
{
	border:solid 2px;
	color:#000;
}


/* ###########  header content #############  */
#header h1
{
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
}

.logo
{
	position:relative;
	text-align:left;
	z-index:0;
	height: 431px;
	width: 1000px;
	margin-top: 37px;
	background-repeat: no-repeat;
	background-position: left top;
}



.logo img
{
	display:block;
}

.logo span
{
	display:block;
	margin:0 0 2px 100px !important;
	border-bottom:solid 1px #666;
}

/*  Search box  */
#header form
{
	background:#2C638C ;
	border:solid 0 #000;
	float:right;
	height:2em;
	min-width:20px;
	text-align:left;
	padding:0 0 0 10px;
}

* html #header form
{
	height:65px;
}

#header form fieldset
{
	border:0 solid #000;
	display:inline;
	float:left;
	padding:19px;
	text-align:left;
	width:16em; 
}

#header form label
{
	color:#000;
	position:absolute;
	left:-3000px;
	top:-200px;
	width:auto;
}

#header form .button
{
	background:url(../images_general/pfeil.gif) #000 no-repeat;
	border:0;
	color:#fff;
	font-weight:bold;
	margin:20px 10px 0 0;
	padding:0px 5px 0px 30px;
	cursor:pointer;
}

#header form .inputbox
{
	background:#fff;
	border:solid 1px #2C638C;
	font-weight:normal;
	padding:0 0 0 2px;
	margin:6px 6px 0 0 !important;
	width:10em;
}

#header form .inputbox:focus
{
	border:solid 2px #000;
}

/* header Top-nav */
#header #active_menu-nav
{
	background:#000;
	color:#fff;
}

#header ul
{
	background:transparent;
	display:block;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-left: -118px;
	font-family: Arial, Tahoma, sans-serif;
}

#header ul li
{
	color:#fff;
	display:inline;
	text-align:center;
	background-color: transparent;
}

#header ul li a:link,#header ul li a:visited
{
	color:#4e4e4e;
	font-weight:normal;
	text-decoration:none;
	padding:5px 10px;
	line-height:1.5em;
	background-color: transparent;
	background-image: url(../images_general/linia_r.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 0.9em;
	width:100%;
}

#header ul li a.last
{
	background-image: none;
}

#header ul li a:hover,#header ul li a:active,#header ul li a:focus
{
	font-weight:500;
	text-decoration: none;
}

/*  fontsize  */
#fontsize
{
	z-index:100;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	color:#000;
}

#fontsize h3,#fontsize p
{
	border:0;
	display:inline;
	font-size:1em;
}

#fontsize p
{
	margin:0 0 0 5px;
}

#fontsize p a
{
	font-weight:bold;
	margin:0 5px;
	display:inline;
	padding:2px 0 2px 24px;
}


/* ################# breadcrumbs ################ */ /* ################# breadcrumbs ################ */ /* ################# breadcrumbs ################ */ /* ################# breadcrumbs ################ */
#breadcrumbs {
	min-height:2.7em;
	padding-top:0;
	text-align:right;
	padding-right: 95px;
}

#breadcrumbs p {
padding:5px;
display:inline;
}

* html #breadcrumbs {
height:65px;
}

#breadcrumbs a {
text-transform:none;
}

#breadcrumbs a:link,#breadcrumbs a:visited {
	color:#4e4e4e;
}

#breadcrumbs span {
	font-size:0.9em;
	padding:7px;
	font-family: Arial, Helvetica, sans-serif;
}

#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus {
	background:#365982;
	color:#f4f8f8
!important;
	text-decoration:none;
}

/* ################ left ######################## */
#left form {
color:#000;
font-size:0.9em;
margin:5px 0 20px 10px;
padding:20px 10px;
}

#left h3,#right h3 {
	color:#000;
	font-family:'PTN77F_W', Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin:0 0 0 5px;
	padding:7px 5px 7px 10px;
	border:solid 0;
}

#left ul {
list-style-type:none;
margin:0 0 20px 10px;
}


#left ul li {
border:solid 1px #fff;
margin:0 0 2px;
}

#left ul li a {
display:block;
padding:3px 4px 3px 10px;
text-decoration:none;
}

#left ul li a:link,#left ul li a:visited {
border-bottom:solid 1px #E0C1E0;
color:#2C638C;
font-weight:normal;
}

#left ul li a:hover,#left ul li a:active,#left ul li a:focus {
background:#333 !important;
color:#fff !important;
}

/* ################## Main Menue ################## */

#left ul li ul {
border:solid 1px #E0C1E0;
border-bottom:solid 0 #2C638C;
border-left:solid 4px #2C638C;
border-top:0;
margin:0;
}

#left ul li ul li {
border:solid 1px #fff;
}

#left ul li ul li {
margin:0;
}

#left ul li ul li a:hover,#left ul li ul li a:active,#left ul li ul li a:focus {
color:#fff;
}

#left ul li ul li ul {
border:solid 0 #E0C1E0;
padding:10px 0 10px 5px;
}

#left ul li.active a:link {
border-left:solid 4px #BE7CA9;
color:#fff;
border-bottom:solid 1px #2C638C;
padding:3px 0 3px 6px;
}

#left ul li.active ul li a:link {
border-bottom:solid 1px #E0C1E0;
border-left:solid 0 #DD75BB;
color:#000;
font-weight:normal;
padding:3px 4px 3px 20px;
}

#left ul li.active ul li ul li a:link {
border-bottom:solid 1px #E0C1E0;
color:#000;
font-weight:normal;
margin:0 0 0 10px;
}

#left ul li.active ul li.active a:link {
border-left:solid 0 #DD75BB;
color:#000;
font-weight:bold;
}

#left ul li.active ul li.active ul li a:link {
background:url(../images_general/arrow.gif) no-repeat top left;
color:#000;
font-weight:normal;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}

#left ul li.active ul li.active ul li.active span.active_link {
background:url(../images_general/arrow.gif) no-repeat top left;
border-bottom:solid 1px #E0C1E0;
color:#000;
font-weight:bold;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}

#left form a:hover,#left form a:active,#left form a:focus {
color:#fff;
}

/* ###############  main * ########################### */
/* position */
.leading_separator {
border-bottom:solid 0 #333;
display:block;
height:10px;
margin:0;
}

#main .leading h2,#main2 .leading h2 {
background:#EFDEEA;
border-bottom:solid 0 #333;
color:#2C638C;
font-family:trebuchet MS, sans-serif;
font-size:1.4em;
font-weight:normal;
margin:0 0 10px;
text-transform:uppercase;
}

#main h2 a,#main2 h2 a {
text-decoration:none;
}

#main .leading .readon,#main2 .leading .readon {
background:url(../images_general/pfeil.gif) #2C638C no-repeat;
border:solid 0;
bottom:0;
color:#FFF !important;
display:block !important;
margin-top:20px !important;
position:absolute;
right:0;
text-decoration:none;
padding:2px 2px 0 30px;
}

#main .leading .small,#main .leading .modifydate,#main2 .leading .small,#main2 .leading .modifydate {
background:#EFDEEA;
color:#2C638C;
}

.article_column h2 {
background:#fff;
color:#000 !important;
font-family:trebuchet MS;
font-size:1.2em !important;
font-weight:bold !important;
padding:0;
}

.article_row .column1 h2,.article_row .column2 h2 {
background:#fff;
border-bottom:solid 1px #D4A7C5;
color:#000;
margin:0 0 10px;
padding:5px 5px 5px 0;
}

.article_row p.iteminfo {
background:#fff;
line-height:1em;
margin:0 -10px 5px;
padding:10px;
}

#main h3,#main2 h3 {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#main .blog_more h2,#main2 .blog_more h2 {
background:#fff;
color:#2C638C;
font-family:trebuchet MS, sans-serif;
font-size:1.3em;
font-weight:normal;
margin:0;
}

#main .blog_more li a,#main2 .blog_more li a {
display:inline;
margin:0;
padding:0;
}

#main .blog_more li,#main2 .blog_more li {
padding:4px;
}

#main .blog_more ul li a,#main2 .blog_more ul li a {
background:url(../images_general/pfeil.gif) no-repeat;
font-weight:bold;
padding:2px 0 4px 30px;
}

#main .blog_more ul li a:hover,#main2 .blog_more ul li a:hover {
background:url(../images_general/pfeil.gif) #939 no-repeat  !important;
color:#fff;
font-weight:bold;
padding:2px 0 2px 30px;
}

#main .blog_more ul li a:active,#main2 .blog_more ul li a:active,#main .blog_more ul li a:focus,#main2 .blog_more ul li a:focus {
background:url(../images_general/pfeil.gif) #939 no-repeat  !important;
color:#fff;
font-weight:bold;
padding:2px 0 2px 30px;
}

#main .blog_more ul,#main2 .blog_more ul {
background:#eee;
border:solid 1px #ccc;
color:#000;
line-height:1.3em;
list-style-type:none;
margin:0;
padding:10px 10px 30px;
}

#main .blog_more,#main2 .blog_more {
padding-top:10px;
}

/* main generell  */
#main a.readon,#main2 a.readon {
background:url(../images_general/pfeil.gif) no-repeat;
font-weight:bold;
padding:2px 2px 0 30px;
display:inline-block;
}

#main a.readon:hover,#main2 a.readon:hover,#main a.readon:active,#main2 a.readon:active,#main a.readon:focus,#main2 a.readon:focus {
background:url(../images_general/pfeil.gif) #000 no-repeat;
color:#fff;
padding:2px 2px 0 30px;
text-decoration:none;
}

#main a:link,#main2 a:link,#main a:visited,#main2 a:visited {
	color:#FFFFFF;
}

#main a:hover,#main2 a:hover {
	color:#4e4e4e;
	background-color: #eae8e9;
	text-decoration: none;
}

#main ul li,#main2 ul li {
	line-height:1.4em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#main ul,#main2 ul {
list-style-position:outside;
list-style-type:square;
padding:0 0 0 10px;
margin:0 0 0 20px;
}

#main ul,#main ol {
list-style-position:inside;
margin:10px 0 10px 20px;
padding:0 0 0 10px;
}

.small {
border:solid 0;
color:#932467;
font-size:0.85em;
margin:0 0 20px;
}

.contentdescription {
padding:10px 0;
overflow:hidden;
}

.image_left {
float:left;
border:solid 0 #ccc;
margin:0 10px 10px 0;
}

.image_right {
float:right;
border:solid 1px #ccc;
margin:0 0 10px 10px;
}

.wrap_image {
clear:left;
}

.createdate {
color:#932467;
display:block;
font-size:0.85em;
}

.createdby {
color:#932467;
display:block;
font-size:0.85em;
padding:0 0 0 2px;
}

.modifydate {
	color:#123055;
	display:block;
	font-size:10px;
	padding:0;
	margin-top: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

span.content_rating,.leading span.content_rating {
margin:10px 0 0;
display:block;
}

.content_vote {
margin:0 0 10px;
display:block;
}

.content_vote input {
margin:0 5px;
}

.content_vote .button {
background:url(../images_general/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

/* ############# pagination ###################### */
#main2 .pagination,#main .pagination {
border-top:solid 1px #CCC;
margin:10px 0 0;
padding:10px 0;
}

ul.pagination {
list-style-type:none;
margin:0;
padding:0;
text-align:left;
}

ul.pagination li {
display:inline;
padding:2px 5px 0;
text-align:left;
}

ul.pagination li a {
padding:2px;
}

/* ###############  right #################  */
#right .moduletable {
	color:#4e4e4e;
	margin:0px 0;
	padding:10px;
}

#right h3 {
	background:#fff;
	border-bottom:solid 1px #D6D0D1;
	color:#D6D0D1;
	margin:0 0 3px;
	padding:0 5px 0 0;
}

#right h4 {
color:#000;
font-size:1em;
padding:10px 5px 0 0;
margin:0;
border:solid 0;
}

#right ul {
	border:solid 0 #ccc;
	color:#333;
	line-height:1.4em;
	list-style-type:none;
	position:relative;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#right ul li {
margin-bottom:4px;
}

#right ul li a {
	color:#4e4e4e;
	font-weight:500;
	padding:2px;
}

#right ul li a:link,#right ul li a:visited {
	color:#4e4e4e;
}

#right ul li a:hover,#right ul li a:active,#right ul li a:focus {
	color:#f4f8f8;
	background-color: #365982;
}

dl.poll {
}

dl.poll dt {
border-bottom:solid 1px #ccc;
}

dl.poll dd {
padding:6px 0;
font-weight:bold;
}

.polls_color_1 {
background:#000;
}

.polls_color_2 {
background:#999;
}

.polls_color_3 {
background:#2C638C;
}

.polls_color_4 {
background:#000;
}

.polls_color_5 {
background:#ccc;
}

.polls_color_6 {
background:#2C638C;
}

/* ################# poll ################ */
.poll {
padding:20px 20px 20px 0;
}

form.poll fieldset {
border:0 solid #000;
margin:0 0 10px;
padding:0;
}

form.registration input,form.lost_password input,.login_form input {
border:solid 2px #2C638C;
}

form.registration label,form.lost_password label,.login_form label {
display:block;
float:left;
font-weight:normal;
width:12em;
}



/* ########################## search ############################ */
.searchintro {
font-weight:normal;
margin:0 0 20px;
}

.searchintro img {
display:inline; border:0px
}

.display {
margin:20px 0 0;
text-align:right;
}

.filter {
margin:10px 0 0;
}

.inputbox:focus {
border:solid 2px #000;
}

.highlight {
font-weight:bold;
}

fieldset.word,fieldset.only {
border:solid 1px #ccc;
}

.only {
border:solid 0;
margin:10px 0 0 10px;
padding:5px 10px;
line-height:1.3em;
}

.word {
background:#fff;
padding:10px 10px 10px 0;
border:solid 0 !important;
}

.word input {
background:#fff;
border:solid 2px #999;
color:#2C638C;
font-weight:bold;
margin:0 0 0 10px;
padding:2px;
}

.phrase {
color:#000;
margin:10px 10px 10px 0;
padding:10px;
width:60%;
border:solid 1px #ccc;
float:left;
}

/*Selects*/
.phrase .inputbox {
background:#fff;
color:#000;
display:block;
height:1.5em;
margin-top:10px;
width:12em;
}

.phrase .inputbox option {
background:#EFDEEA;
border-bottom:solid 1px #333;
padding:2px;
}

.phrase .inputbox option a:hover {
background:#C00;
border-color:#CFD0D6;
color:#fff;
}

.search_result legend {
border-bottom:solid 0 #000;
background:#fff;
}

/* ########################### contacts ########################### */
div.contact {
margin:10px 0;
}

address {
font-style:normal;
margin:10px 0;
}

address p {
line-height:1em;
}

.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}

span.marker {
margin:0 10px 0 0;
}

.contact_email_checkbox label {
float:none !important;
}

.contact label.copy {
width:90%;
padding:0 0 0 10px;
}

.contact form {
background:#EFDEEA;
color:#000;
padding:20px;
margin:10px 0;
}

.contact input {
background:#fff;
border:solid 2px #C39;
color:#000;
padding:2px 2px 0;
margin:10px 0 0;
}

.contact .button {
background:url(../images_general/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}

#contact_text {
width:80%;
height:150px;
}

.contact input.invalid,.contact textarea.invalid {
border:solid 2px red;
}

.contact label.invalid {
color:red;
}

/*#################### tabellen ############################ */
table.newsfeed {
border:solid 1px;
}

table.newsfeeds td,table.weblinks td,table.category td {
border-right:solid 1px #EEE;
padding:5px;
}

table.newsfeeds th,table.weblinks th,table.category th {
background:#EEE;
padding:5px;
}

table.newsfeeds,table.weblinks,table.category {
border:solid 1px #eee;
font-size:1em;
margin:20px 0;
}

/* category table */
#count {
width:10%;
}

#tableOrdering {
width:70%;
}

#author {
width:20%;
}

/*  polls */
poll .polls_color_1,.poll .polls_color_2,.poll .polls_color_3,.poll .polls_color_4,.poll .polls_color_5 {
border:solid 1px;
position:relative;
}

.poll h3 {
color:#932467;
border:solid 0;
margin:20px 0;
}

.poll .td_2 {
width:100px;
}

.poll .td_3 {
width:300px;
}

.poll form {
margin:20px 0;
}

.poll table {
font-size:1em;
width:auto;
border:solid 0;
position:relative;
}

.poll table .td_1 {
width:30px;
}

.poll table caption {
color:#2C638C;
font-size:1em;
font-weight:bold;
margin:10px 0;
text-align:left;
}

.poll td {
border:solid 1px #ddd;
padding:2px;
}

.poll td.line {
width:300px;
}

.poll th {
background:#EEE;
border:solid 1px #ccc;
}

.question {
font-weight:bold;
}

#footer {
	font-size:0.9em;
	background:#123055;
	color:#fff;
	padding:5px;
	border-top-width: 16px;
	border-top-style: solid;
	border-top-color: #365982;
}

p.syndicate {
	display:block;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color:#FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Error Message contact form */
p.error {
color:#2C638C;
background:#F2E3ED;
border-top:3px solid #2C638C;
border-bottom:3px solid #2C638C;
padding:10px;
}

body.contentpane {
background:#fff;
width:auto;
margin:10px;
line-height:1.4em;
text-align:left;
}

.tool-tip {
font-size:0.8em;
}

.tool-title {
font-weight:bold;
}

/* form validation */
.invalid {
border-color:red !important;
}

label.invalid {
color:red;
}

/* editor */
.contentpaneopen_edit{
	float: left;
}

.contentpaneopen_edit img
{	border:0
}

form.editor legend {
font-size:1.2em;
font-weight:bold;
padding:2px;
}

form.editor fieldset {
border:solid 1px #ccc;
padding:20px;
margin:10px 0;
}

form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}

form.editor .publishing div {
margin:5px 0;
}

form.editor .publishing .radio label {
float:none;
width:14em;
}

form.editor .publishing .radio label span {
float:left;
width:14em;
}

form.editor fieldset.metadata label {
float:none !important;
display:block;
font-weight:bold;
}

.save {
text-align:right;
padding:10px 0;
}

/* user */
form.user {
margin:10px 0;
}

form.user label {
width:40%;
float:left;
}

/* article index */
table.contenttoc {
border:solid 1px #ccc;
padding:10px;
margin:10px;
}

.pagenavcounter {
font-weight:bold;
}



/* Advertisement */

.moduletable_text
{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.banneritem_text
{
margin: 10px 0 10px 0;
background:#f5f5f5;
padding:5px;
border:solid 1px #eee
}

/* image link default alignment */

a img {
vertical-align: bottom;
}

/*****************************position***************************/

*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #4e4e4e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
}

/* ################   Position ################  */
#all
{
	color: #4e4e4e;
	font-size: 0.9em !important;
	max-width: 1000px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: -36px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
}

#page {
	float: left;
	min-width: 500px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0 0;
	padding-bottom: 25px;
}

#header
{
	color: #4e4e4e;
	position: relative;
	text-align: left;
	border-bottom: solid 0px #ccc;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
}

#contentarea,#contentarea2
{
	padding: 0px;
	position: relative;
	margin-top: -40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: transparent;
}
#wrapper { margin: 0 0 0 21%}
#left
{
	border-right: solid 0px #EEEEEE;
	float: left;
	width: 23%;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}

#right
{
	color: #4e4e4e;
	float:right;
	width: 23%;
	padding-top:12px;


}
/*	position: absolute;
	top: 18px;
	right: -6px;*/

#main2
{
	width:60%;
margin: 10px 10px 10px 10px
	position: relative;
	min-height:420px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	min-width:493px;
}

#main
{
	background: #fff;
	margin: 0 0 0 0;
	padding: 0px 20px -1px 12px;
	position: relative;
}

/* ###################### generell ###################### */
.unsichtbar,.u2,.invisible , .unseen
{
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
}

.wrap
{
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#logo
{
	font-size: 1em !important;
	font-weight: bold !important;
	position: relative;
	text-align: left;
	text-transform: none !important;
	z-index: 0;
	margin-top: 1em;
}

#logo  img { display: block; }

#logo span
{
	display: block;
	margin: 0px 0 0 100px !important;
	border-bottom: solid 1px #666;
}

/* ###############  main * ########################### */
/* position */
.leading {
    border: 1px solid #CCCCCC;
    color: #000000;
    margin: 0 0;
    padding: 8px 10px 230px;
    position: relative;
}

.leading_separator
{
	border-bottom: solid 0px #4e4e4e;
	display: block;
	height: 10px;
	margin: 0 0 0px 0;
}

.article_separator
{
	border: solid 1px #4e4e4e;
	display: none;
	margin: 0px 0 0px 0;
}

.blog { padding: 0; }

.cols1
{
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 { width: 45%; }
.cols3 { width: 30%; }

.column1 , .column2
{
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}

.column2 , .column1
{
	float: left;
	margin: 0;
}

.column2
{
	float: right;
	margin: 0;
	width: 45%;
}

.article_row
{
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
}

.article_column
{
	border: solid 0px #ccc;
	padding: 10px 10px 10px 0;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}

/********************************eigene**********************************/

.kopfbg {
	background-image: url(../images_general/kopf_bg.gif);
	background-repeat: no-repeat;
	background-position: center 1px;
}

.centercontent .pagetitle {
    margin: 0 20px 10px;
}
h2.pagetitle {
	color: #123055;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: 0.01em;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A9BACC;
}


h1, h2, h3, h5, span.h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.item51 {
	color: #32415A;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images_general/titlebg.png);
	border-bottom: 1px solid #CCCCCC;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
}
 .item1 {
	color: #32415A;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding: 9px 10px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #d9e2ea;
}

 .linki_block {
	color: #32415A;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	box-shadow: 0 1px 0 #FFFFFF inset;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d9e2ea;
	border-right-color: #d9e2ea;
	border-bottom-color: #d9e2ea;
	border-left-color: #d9e2ea;
	background-attachment: scroll;
	background-color: #f4f8f8;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 16px;
}

.anrede{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #365982;
	line-height: 21px;
}

.anredegruess{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #365982;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	margin-top: 10px;
	margin-bottom: 120px;
	line-height: 30px;
	padding-top: 3px;
	padding-bottom: 6px;
	margin-left: 30px;
	margin-right: 10px;
	
}

.anredegruess h3, .anredegruess a{
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	
}

.anredegruess a{
	padding: 3px;
}

img.alignleft {
    float: left;
    margin: 10px 16px 10px 0;
}

.MT0 {
    margin-top: 0 !important;
}

#mainlevel-nav li a {
	color: #4E4E4E;
	font-weight: 400;
	padding: 17px 10px;
}
#mainlevel-nav{
		height: 40px;
}


.kontaktdaten{
	color: #D36A6A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	margin-top: 25px;
	background-image: url(../images_general/Logo_russisch24.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	height: 65px;
	padding-top: 25px;
	text-align: right;
	display: block;
	vertical-align: text-bottom;
}

#phone {
	font-size: 22px;
}

#fax {
	font-size: 18px;
}

#mailadresse a{
	color: #C33132;
	font-size: 14px;
}

.symb{
	float: right;
	height: 28px;
	width: 28px;
	margin-top: 5px;
}

.footerseo{
	font-size: 12px;
	color: #839fc1;
	text-align: left !important;
	display: block;
	float: left;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
}

.select_language{
	position: absolute;
	left: 783px;
	top: 285px;
	width: 110px;
	height: 22px;
	
}
h2.pagetitle{
	text-shadow: 1px 1px #FFFFFF;
	padding-left: 5px;
}

.style1 {
	color: #123055;
}

.style4 {
	color: #365982;
}

.slogan {
	position:absolute;
	width:326px;
	height:79px;
	z-index:1;
	left: 616px;
	top: 100px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #d9e2ea;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

 #menu48 td  a.item1{
	padding-left: 55px;
	font-size:11px;
}

 #menu48 td  a:visited{
	font-size:9px !important;
}

.ddmx48 a.item1,
.ddmx48 a.item1:hover,
.ddmx48 a.item1-active,
.ddmx48 a.item1-active:hover {
	padding: 7px 5px 7px 18px  !important;
	top: 0px !important;
	left: 0px;
	text-align: left !important;
	color: #4e4e4e !important;
	display: block;
	white-space: nowrap;
	width:160px;
	font-size:12px !important;

}

#stadt_aktiv{
	color: #365982 !important;
}

a.high{
	color: #365982 !important;
	;
}

.linki_block a {
	text-decoration: none;
	font-size:12px;
}

.style2 {
	font-size: 1em;
	line-height: 21px;
}


/***** 31. TYPOGRAPHY STYLES *****/
/*********************************/

blockquote {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 18px;
	padding-left: 30px;
	margin: 10px 0;
	color:#666666;
}
blockquote.alignleft {
	background: url(../images_general/quote2.png) no-repeat 0 0;
	float: left;
	margin: 10px 10px 5px 0;
	text-align: justify;
}
blockquote.alignright { width: 300px; float: right; margin: 10px 0 5px 10px; text-align: left; }

.contenttitle2 h3 {
	text-align: left;
	padding-left: 30px;
	color: #515151;
	text-decoration: underline;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bannermain_bottom {
	margin-left: 51px;
}



/* SKILLS --------------------------------------------------------*/

ul.skills {
	list-style-type: none;
	width: 180px;
}

.skills li{
	height: 42px;
	line-height: 42px;
	background: url(../images_general/divider.gif) repeat-x top left;
	text-align: left;
}

.skills li:first-child{ background: none; }

.skills li span{
	display: block;
	width: 100%;
	height: 100%;
}


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

ul.bottomdaten{
	padding-top: 35px;
	display: block;
	list-style-type: none;
}

#footer{
	color: #d9e2ef;
	padding-top: 15px;
	margin-top: 50px;
}

#footer a{
	color: #839fc1;
	text-decoration: none;
	padding:4px;
}

#footer a:hover{
	background-color: #B0C4E1;
	color: #123055;
	padding:4px;
}



#footer .wrapper_f{
	background-image: url(../images_general/Logo_russisch24_unten.png);
	background-repeat: no-repeat;
	background-position: 756px center;
}

.footer-left {
	float:left;
	width: 200px;
	margin-right:60px;
	margin-left: 10px;
	background-image: url(../images_general/divider-ver.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.footer-right {
	float:left;
	width: 729px;
	margin-right:0px;
}

.wrapper_f{
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

#footer .wrapper_f .kontaktdaten{
	color: #839fc1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	background-image: none;
	height: auto;
	text-align: right;
	display: block;
	float: right;
	margin-bottom: 20px;
	padding-top: 0px;
	margin-top: 70px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #839fc1;
}

.werbungblok_right {
	width: 164px;
	padding: 9px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 2px;
	margin-right: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border: 1px solid #d9e2ea;
}


/***************shapki**********/


#logo_index{
	background-image: url(../images_general/layout_blau_kopf.jpg);
}

#kopfbild {
	position: absolute;
	left: 114px;
	top: 2px;
}

ul.mostread{
	list-style-type: none;
	display: block;
	width: auto;
}

.moduletable_text#linklist
{	position:absolute;
	left: 750px;
	top: 980px;
	line-height: 21px;
	padding: 0px;
	display:block;
	width: 300px;
}

.moduletable_text#linklist a
{	font-weight:600;
margin:0px;
}

/*******************2cols*******************/

.cols-2 .column-1, .cols-2 .column-2 {
	float: left;
	width: 47%;
}
.column-1 {
    margin: 0 0 20px;
    position: relative;
}

 .column-2  {
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 28px;
}

h2.item-page-title {
	margin-bottom: 15px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 1.3em;
	color:#123055;
}
 #main2 .cols-2  ul li {
	margin-left: 0px;
	margin-top:2px;
	margin-bottom:4px;
	font-size: 0.9em;
}


.cols-2 .column-1 ul li, .cols-2 .column-2 ul li{
	background-image: url(../images_general/red_kreis.gif);
	list-style: none;
	background-repeat: no-repeat;
}

.cols-2 .column-1 ul li{
	background-position: 67px 7px;
}

.cols-2 .column-2 ul li{
	background-position: 47px 7px;
}

.cols-2 .column-1 ul {
width:260px;
display:block;

}

.cols-2 .column-1 img{
	margin-left:0px;
	border:none;
	margin-right:6px;
	float:left;
}
 .cols-2 .column-2 img{
	margin-left:0px;
	border:none;
	margin-right:10px;
	float:left;
}

/****************inhalt***************/

#page ul li, #page .anredetext ul li{
	background-image: url(../images_general/red_kreis.gif);
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left:7px;
}

#page ul.merk li{
	background-image: none;
	margin-left: -40px;
	margin-top:6px;
	margin-bottom:4px;
	list-style-image: none;
	list-style-type: none;
	line-height:21px;
}

.anredetext td {
	height: 25px;
}

.zahlen{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2pt;
}

#main .anredetext a:link, #main2 .anredetext a:link, #main2 .anredetext a:visited {
	color:#365982;
	padding:2px;
	text-decoration:underline;
}

#main2 #page .toc1 a:link {
	color:#365982;
	padding:2px;
	text-decoration:underline;
}

#main .anredetext a:hover, #main2 .anredetext a:hover {
	color: #ffffff;
	background-color:#365982;
}

.anredetext {
	text-align: justify;
}


.style3 {font-size: 18px; color:#365982;}


#main .anwalt_block a:link, #main2 .anwalt_block a:link, #main .anwalt_block a:visited, #main2 .anwalt_block a:visited {
	color:#365982;
}

.anredetext table.werb {
	margin-left: 29px;
}

.anredetext table.werb td{
	height: 16px;
	font-family: Arial, Tahoma, sans-serif;
}

#main2 #page .anredetext .anredegruess a {
	color: #FFFFFF;
	padding: 3px;
}

a:link img  {
	border: none;
}

#main2 .anredegruess a:hover {
    background-color: #EAE8E9;
    color: #4E4E4E !important;
    text-decoration: none;
	padding: 3px;
}


.stadt_bild#all{
	background-image: url(../images_general/bild.gif);
	background-repeat: no-repeat;
	background-position: 650px 490px;
}
.alignleft span.style1{
	display: inline;
	margin: 0px;
}

span.style1{
	margin-left:29px;
	margin-bottom:30px;
	display: block;
}


/***************anwalt_staedte_aktiv********************/

.anwalt_block table td{
	height: 21px;
	line-height: 21px;
}

.anwalt_block table td.titel{
	text-decoration: underline;
	color: #CC0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	text-align: right;
}


.anwalt_block table td.subtitel{
	font-weight: bold;
	font-size: 0.9em;
	font-style: italic;
}

.anwalt_block table td.leer, #sprache table td.leer{
	height: 10px;
	line-height: 10px;
}

#sprache table td.leer{
	height: 10px;
}

#sprache td{
	text-align: right;	
}

.anwalt_name  {
	font-weight: bold;
	background-image:url(../images_general/icon_paragraf.png);
	background-repeat:no-repeat;
	background-position: left 6px;
	padding-right: 10px;
	padding-left: 14px;
	vertical-align: middle;
	padding-top: 16px;
	
 }
 
.anwalt_block table td.anwalt_line  {
	height: 37px;
	background-image: url(../images_general/anw_bottom_bg_ze.png);
	background-repeat: repeat-x;
	background-position: left bottom;
 }

#anwalt_staedte {
	margin-left:7px !important;
	width:153px;
 }

#stadt_aktiv{
	background-image:url(../images_general/stadt_red.png)
	!important;
	background-repeat: no-repeat;
	background-position: left 4px;
}
#anwalt_staedte_aktiv{
	background-image:url(../images_general/stadt_red.png)
	!important;
	background-repeat: no-repeat;
	background-position: left 4px;
	color:#365982!important;
	margin-left:7px !important;
	width:153px;
}
 em {
	font-weight: normal;	
 }

.anwalt_block table td.anwalt_name {
	vertical-align: middle;
	height: 81px;
	background-image: url(../images_general/anw_tite_bg.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	padding-top: 10px;
}
	
.anwalt_block table td.rechts {
	width: 9px;
	padding: 0px;
}
	
.anwalt_block table td.left {
	width: 10px;
}
	
 .anwalt_block td.left_coner_top {
	background-image: url(../images_general/coner_left_top.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}

 .anwalt_block td.right_coner_top {
	background-image: url(../images_general/coner_right_top.png);
	background-repeat: no-repeat;
	background-position: right 6px;
}

 .anwalt_block td.left_coner_btm {


}

 .anwalt_block td.right_coner_btm {


}

 .anwalt_block td#linia_mitte {
	background-image: url(../images_general/linia_mitte.gif);
	background-repeat: repeat-y;
	background-position: right;

}

.anwalt_block {
	background-image: url(../images_general/anw_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	width: 501px;
	font-size: 13px;
	margin-top: -11px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	float: left;
}

.anwalt_block table {
	background-image: url(../images_general/anw_table_bg_breit.png);
	background-repeat: no-repeat;
	background-position: center 80px;
	margin-left: 4px;
	
}

td.mini-icon {
	width: 18px;
	background-repeat: no-repeat;
	background-position: center center;
}
.mini-icon#map {
	background-image: url(../images_general/mini-map.png);
}

.mini-icon#tel {
	background-image: url(../images_general/mini-tel.png);
}

.mini-icon#mobil {
	background-image: url(../images_general/mini-mobil.png);
}


.mini-icon#fax {
	background-image: url(../images_general/mini-fax.png);
}

.mini-icon#web {
	background-image: url(../images_general/mini-web.png);
}

ul li.mostread a:link img{
	vertical-align: baseline;
}

.kopfbg #all #contentarea2 #right .moduletable_text .linki_block .mostread .mostread b {
	font-family: Arial, Helvetica, sans-serif !important;
}



.numm {
	margin-left: auto;
	margin-right: auto;
}

.numm ul {
	list-style-image: none;
	list-style-type: none;
	padding-top: 26px;
 	font-size: 11px;
}

#page .numm ul  li, .numm ul  li{
	display: inline;
	background-image: none; 
}

#main2 .numm ul  li{
	line-height: normal;
	margin:0;
	padding: 0;
}

.numm a:link   {
	color: #4e4e4e !important;
	padding: 1px;
}

#main2 .numm a:hover, .numm a:hover, .numm ul  li#aktiv{
	color: #FFFFFF  !important;
	background-color:#365982;
	padding: 1px;
}


 #main2 .numm a:visited, .numm a:visited{
	color: #4e4e4e;
	padding: 1px;
}

.anwalt_block table td{
		font-size: 12px;
}

#main .numm ul,#main2 .numm ul {
	margin: 0 0 0 13px;
	padding: 0 0 0 1px;
}

.anwalt_block table td.anwalt_name  {
	font-size: 1.2em !important;
 }
 
 .anwalt_name#reise  {
	background-image:url(../images_general/anw_tite_bg_reise.png)
 }
 
 .style10 {
	text-decoration: underline;
	color: #CC0000;
	font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
}

td.ueber {
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 10px;
	text-align: justify;
	min-height:102px;
 }
.anwalt_block table td.anleer{
		height: 20px;
	line-height: 20px;
}

.anwalt_block table td.ansprachleer, #sprache table td.ansprachleer{
	height: 14px;
	line-height: 14px;
}
.anwalt_block table td.ansprache{
	line-height: 1.2;
	text-align: right;
}

 .anwalt_name#medizin  {
	background-image:url(../images_general/anw_tite_bg_med.png)
 }
 
  .pravyj_stolbez {
	color: #32415A;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 217px;
	margin-top: 16px;
	padding-top: 0px;
	padding-bottom:6px;
	text-align: center;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	box-shadow: 0 1px 0 #FFFFFF inset;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d9e2ea;
	border-right-color: #d9e2ea;
	border-bottom-color: #d9e2ea;
	border-left-color: #d9e2ea;
	background-attachment: scroll;
	background-color: #ffffff;
	background-image: url(../images_general/pravyj_stolbez_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 1px;
}

 .pravyj_stolbez  p {
	font-size:14px;
	padding-top: 0px;
 }
 
 /*********************cookies*****************************/

.cc_container a, .cc_container a:visited {
    color: #999 !important;
}

.cc_container a:hover,.cc_container a:active{
	color:#333 !important}
	
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background-color: #000 !important;
}

.cc_container {
    padding: 5px 5px !important;
}

.cc_container .cc_message {
    font-size: 0.8em !important;
}

.cc_container .cc_btn {
    font-size: 0.8em !important;
    padding: 5px 5px !important;
}

/********************************************************/

.ddmx48 a.item1:hover,
.ddmx48 a.item1-active:hover {
	text-decoration: underline !important;
	background-image:url(../images_general/stadt_red.png)
	!important;
	background-repeat: no-repeat;
	background-position: left 4px;
}

.ddmx48 a.item1,
.ddmx48 a.item1-active {
	text-decoration: none !important;
	background-image:url(../images_general/stadt_rose.png) !important;
	background-repeat: no-repeat;
	background-position: left 4px;
}

* html .ddmx48 td { position: relative; } /* ie 5.0 fix */
.kopfbg #all #contentarea2 #wrapper #main2 .cols-2 #righticon ul {
}

