/* CSS Document */

#inner {
	margin: 0 auto;
	width: 900px;
}

#header {
	height: 100px;
	color: #333;
}


.header_logo {
	padding: 42px 0 0 0;
	float: left;
	font-size: 24px;
}

.header_menu {
	padding: 45px 0 0 0;
	float: right;
	font-size: 16px;
}

.header_logo a {
	text-decoration: none;
	color: #333;
}

.header_menu a {
	text-decoration: none;
	color: #333;
}

#navigation {
	height: 244px;
	background: #58101b;
}

.navi {
	padding: 35px 0 0 0;
	font-size: 16px;
	color: #FFF;
}

.navi p {
}

.navi a {
	color: #FFF;
	text-decoration: none;
}

.navibg {
	background: url(images/anim_bg.png);
	height: 244px;
}

#main {
}

.main_left {
	padding: 50px 0 0 0;
	float: left;
}

.main_right {
	padding: 50px 16px 35px 16px;
	width: 500px;
	float: right;
	background: #ededed;
}

#bottom {
	padding-top: 15px;
	height: 45px;
	background: #d9dadc;
}

#bottom a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.bottom_left {
	/*padding-left: 16px;*/
	float: left;
}

.bottom_right {
	padding-right: 16px;
	float: right;
	text-align:right;
}

.left {
	float: left;
}

.right {
	float:right;
	width: 532px;
}

.clear {
	clear: both;
}

.info {
	margin-bottom: 15px;
	font-size: 14px;
}

.name {
	font-size: 22px;
	font-weight: bold;
}

.name2 {
	font-size: 16px;
	font-weight: bold;
}

.anwalt {
	width: 368px;
	margin-bottom: 15px;
}

.anwalt_info {
	padding-left: 15px;
}

.anwalt a {
	font-size: 14px;
	font-weight: bold;
	color: #58101b;
	text-decoration: none;
	vertical-align: top;
	padding-left: 15px;
}

.myriad a{
	text-decoration: none;
	visibility: visible !important;
}

.red {
	color: #58101b;
}

.important {
	 margin: 0 15px 0 30px;
}

.docs {
	
}

.docs a {
	text-decoration: none;
	margin-left: 15px;
	padding-left: 25px;
	background: url(images/docs.png) no-repeat;
	font-size: 14px;
	color: #58101b;
}

.docs a:hover {
	text-decoration: underline;
}

.docs a:visited {
	text-decoration: none;
}

.adress {
	font-size: 14px;
}

.cp {
	font-size: 10px;
}

.demoHeaders { margin-top: 2em; }
#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}

