/* @override 
	https://www.lasik-finder.de/style.css */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #edf3fa url(images/header_augenaerzte.jpg) no-repeat;
	background-position: 50% 100px;
}
body.home {
	background: #edf3fa url(images/header_homepage_schmal.jpg) no-repeat;
	background-position: 50% 100px;
}
body.augenaerzte, body.info-abend-termine {
	background: #edf3fa url(images/header_augenaerzte.jpg) no-repeat;
	background-position: 50% 100px;
}
body.augenlaser {
	background: #edf3fa url(images/header_augenlaser.jpg) no-repeat;
	background-position: 50% 100px;
}
body.linsenchirurgie {
	background: #edf3fa url(images/header_linsenchirurgie.jpg) no-repeat;
	background-position: 50% 100px;
}
body.das-auge {
	background: #edf3fa url(images/header_dasauge.jpg) no-repeat;
	background-position: 50% 100px;
}
body.ueber-uns, body.kontakt, body.datenschutz, body.impressum, body.sitemap {
	background: #edf3fa url(images/header_ueber_uns.jpg) no-repeat;
	background-position: 50% 100px;
}

/*body.notloggedin {
	background: #edf3fa;
}*/

a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
#wrap {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

/* @group Header */

#header {
	position: relative;
	height: 100px;
	background: url(images/gradient_background_180.jpg) no-repeat 0px 48px;
}

/* @group Logo */

#logo a {
	position: absolute;
	top: 15px;
	left: 0;
	font-size: 45px;
	font-weight: bold;
	/*color: #606f86;*/
	color: #2c3c49;
	letter-spacing: -1px;
	text-decoration: none;
}
.red {
	font-weight: normal;
	color: #fa464e;
}
#description {
	position: absolute;
	top: 68px;
	left: 1px;
	color: #607183;
}

/* @end */

/* @group Navigation */

#navigation {
   	position: absolute;
	top: 66px;
	right: 0px;
	width: 960px;
}
#navigation ul {
	margin: 0 0 0 390px;
	padding: 0;
	list-style: none;
	z-index: 1000;
}
#navigation li {
	display: inline;
	float: left;
}
#navigation li a {
	margin: 0 0 0 20px;
	color: #2c3c49;
	font-size: 16px;
	padding: 4px 8px 16px 8px;
	border: none;
}
#navigation li:hover a, #navigation li.active:hover a {
	color: #fa464e;
	text-decoration: none;
}
#navigation li.active a {
	color: #fa464e;
}
#navigation .flyout {
	display: none;
    position: absolute;
	right: -5px;
    top: 34px;
    float: left;
    padding: 10px 20px 10px 20px;
    width: 260px;
    background: #e4e9ef;
	z-index: 100;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-bottom: 1px solid #dee3ea;
}
#navigation .nav_aerzte .flyout {
	right: 410px;
    width: 110px;
}
#navigation .nav_augenlaser .flyout {
	right: 265px;
    width: 110px;
}
#navigation .nav_linsen .flyout {
	right: 145px;
    width: 110px;
}
#navigation .weitere-infos:hover .flyout, #navigation .nav_aerzte:hover .flyout, #navigation .nav_augenlaser:hover .flyout, #navigation .nav_linsen:hover .flyout {
    display: block;
}
#navigation .flyout .menu {
	float: left;
	margin: 0 35px 0 0;
	width: 110px;
}
#navigation .flyout #menu-augenlaser {
	float: left;
	width: 225px;
}
#navigation .flyout #menu-ueber-uns {
	float: left;
	margin: 0;
	width: 110px;
}
#navigation .flyout .menu h4 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #bfc6ce;
}
#navigation .flyout .menu ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100px;
}
#navigation .flyout #menu-augenlaser ul.left-menu {
	margin: 0 25px 0 0;
}
#navigation .flyout .menu ul li {
	margin: 0 0 7px 0;
	padding: 0;
	width: 110px;
}
#navigation .flyout .menu a, #navigation ul li:hover ul li a, #navigation ul li.active .menu ul li a {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 13px;
	line-height: 13px;
	color: #2c3c49;
}
#navigation .flyout .menu a:hover, #navigation ul li:hover ul li a:hover {
	color: #fa464e;
}
#navigation .weitere-infos a {
	padding: 0 25px 16px 0;
	background: url(images/pfeil-weitere-infos.png) no-repeat 100px 5px;
}
.new {
	position: absolute;
	top: -10px;
	left: 683px;
	margin: 0 0 0 -4px;
	padding: 1px 3px 3px 3px;
	color: #fff;
    background: #fa464e;
	font-size: 10px;
	line-height: 10px;
    border-radius: 3px
}

/* @end */

/* @group Suche */

#suchen {
	position: absolute;
	top: 8px;
	right: 0px;
}
#search {
	position: absolute;
	right: 85px;
	top: 0;
	margin: 0 -5px 0 0;
	padding: 3px 8px;
	width: 150px;
	height: 15px;
	font-size: 14px;
	line-height: 14px;
	color: #666;
	border: 1px inset #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow:	0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
}
#suche {
	position: absolute;
	right: 15px;
	top: 0;
	margin: 0;
	padding: 4px 10px 5px 10px;
	width: 70px;
	height: 24px;
	font-size: 13px;
	line-height: normal;
	color: #fff;
	/*background: url(images/button_background.gif) center left repeat-x;*/
	background: #2c3c49;
	border: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}

/* @end */

.socialmedia {
	position: absolute;
	top: 8px;
	right: 260px;
	width: 120px;
	white-space: nowrap;
}
.socialmedia a {
	display: block;
	float: left;
	margin: 0 6px 0 0;
	width: 24px;
	height: 24px;
	text-indent: -9999px;    
}
.twitter {
	background: url(images/icons/twitter.png);
}
.facebook {
	background: url(images/icons/facebook.png);
}
.youtube {
	background: url(images/icons/youtube.png);
}
.socialmedia div {
	display: block;
	float: left;
	margin: 0 6px 0 0;
	width: 24px;
	height: 24px;
	overflow: hidden;
}
.google-plus {
	position: ;
    background: url(images/icons/google-plus.png);
}
.google-plus .hide {
    opacity: 0;
    margin: 0 0 0 -8px;
}

/* @end */

/* @group Sidebar */

#sidebar {
	position: relative;
	float: left;
	margin: 320px 35px 0 0;
	padding: 0 0 50px 0;
	width: 260px;
}
#sidebar .heading {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	color: #303e4d;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 17px;
	list-style: none;
}
#sidebar ul li {
	
}
#sidebar ul li a {
	display: block;
	margin: 0 0 1px 0;
	padding: 8px 10px;
	color: #303e4d;
	border-bottom: 1px solid #d7e1e9;
}
#sidebar ul li .hidden {
	display: none;
}
#sidebar ul li:hover .hidden {
	display: block;
}
#sidebar ul li .nolink {
	display: block;
	margin: 0 0 1px 0;
	padding: 8px 10px;
	color: #a2acb3;
	border-bottom: 1px solid #d7e1e9;
}
#sidebar ul li ul li a {
	padding: 8px 10px 8px 25px;
}

#sidebar .active a {
	font-weight: bold;
	color: #fa464e;
}
#sidebar .active ul li a {
	font-weight: normal;
	color: #303e4d;
}

#sidebar h2 {
	font-size: 14px;
	line-height: 16px;
}
#sidebar .infobox {
	padding: 15px;
	font-size: 13px;
	line-height: 18px;
	color: #455061;
	background: url(images/teaser_90.png);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#sidebar .infobox h2 {
	margin: 0 0 2px 0;
}
#sidebar .infobox p {
	margin: 0 0 15px 0;
	font-size: 13px;
	line-height: 18px;
	color: #455061;
}
#sidebar .infobox ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	font-size: 13px;
	line-height: 18px;
	color: #455061;
	list-style: disc;
}
#sidebar .infobox p.arztlogo {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #dce1e7;
}
#sidebar .extern {
	display: block;
	padding: 1px 0 0 2px;
	font-size: 12px;
}
#sidebar hr {
	clear: both;
	margin: 15px 0 10px 0;
	border: none;
	border-bottom: 1px solid #d7e1e9;
}
#sidebar p, #sidebar h2 {
	clear: both;
}
#sidebar .button {
    float: left;
    margin: 0 0 15px 0;
}

#sidebar .funktionierts h3 {
	margin: 0 0 8px 0;
	padding: 0 0 5px 0;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px solid #d7e1e9;
}
#sidebar .funktionierts ol {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}
#sidebar .funktionierts ol li {
	margin: 0 0 5px 0;
	padding: 5px 0 0 32px;
	min-height: 30px;
}
.funktionierts ol li.one {
	background: url(images/one.gif) no-repeat 0 0;
}
.funktionierts ol li.two {
	background: url(images/two.gif) no-repeat 0 0;
}
#sidebar .funktionierts ol li.three {
	padding: 0 0 0 32px;
	background: url(images/three.gif) no-repeat 0 0;
}
.funktionierts ol li.four {
	background: url(images/four.gif) no-repeat 0 0;
}
#sidebar .funktionierts ol li.five {
	padding: 0 0 0 32px;
	background: url(images/five.gif) no-repeat 0 0;
}
#sidebar .funktionierts ol li.six {
	padding: 0 0 0 32px;
	background: url(images/six.gif) no-repeat 0 0;
}

.new-features {
	position: absolute;
	left: -290px;
	padding: 14px 10px 0 10px;
	width: 344px;
	height: 71px;
	background: url(images/hinweis_balken.png) no-repeat;
	z-index: 1000;
}
#content .new-features p {
	margin: 0;
	padding: 0 0 0 5px;
	width: 250px;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}
.security {
	position: absolute;
	left: -290px;
	padding: 14px 10px 0 10px;
	width: 344px;
	height: 71px;
	background: url(images/hinweis_balken.png) no-repeat;
	z-index: 1000;
}
#content .security p {
	margin: 0;
	padding: 0 0 0 25px;
	width: 250px;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
	background: transparent url(images/icon_lock.gif) no-repeat 4px 1px;
}
#content .security p a {
	color: #c8dce8;
	border-bottom: 1px solid #9babb4;
}
#content .security p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #c8dce8;
}

/* @end */

/* @group Content */

#content {
	position: relative;
	padding: 120px 0 0 0;
	background: url(images/gradient_background_dark.jpg) no-repeat 0 301px;
}
.home #content {
	padding: 0;
	background: none;
}
#content-inner {
	position: relative;
	float: left;
	margin: 0 0 15px 0;
	padding: 20px 20px 20px 20px;
	width: 625px;
	min-height: 300px;
	/*background: url(images/teaser_90.png);*/
	background: #edf3fa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.home #content-inner {
	margin: 0;
	padding: 0;
	width: 960px;
	background: none;
	-webkit-boder-radius: 0;
}
#content a {
	color: #fa464e;
}

#content a:hover {
	text-decoration: underline;
}
#content h2 a {
	color: #303e4d;
	text-decoration: none;
}
.faq-augenlaser #content h2 {
	padding: 15px 0 0 0;
	font-size: 16px;
	line-height: 20px;
}
.faq-augenlaser #content-inner div {
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #edf3fa;
}
#content h1 {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	font-size: 26px;
	line-height: 27px;
	font-weight: normal;
	color: #303e4d;
	border-bottom: 1px solid #d7e1e9;
}
.home #content h1 {
	margin: 17px 0 17px 0;
	border-bottom: 1px solid #d7e1e9;
}
.profil #content h1 {
	margin: 0 0 1px 0;
}
#content h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #303e4d;
}
#content h2.abst {
	margin: 0 0 15px 0;
}
#content h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 18px;
	color: #303e4d;
}
.edit_profil #content h3 {
	padding: 10px 0 0 0;
} 
#content p {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 20px;
	color: #455061;
}
#content p.small {
	font-size: 12px;
	color: #afb3bb;
}
#content p.small a {
	color: #afb3bb;
}
#content ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 20px;
	color: #455061;
}
#content table ul {
	margin: 0;
	font-size: 13px;
	line-height: 16px;
}
#content ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 20px;
	color: #455061;
}

.home #content p {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 21px;
}
.home #content ul {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 21px;
}


.button, #content .button, #auswertung {
	display: inline;
	width: autoabe;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	/*background: url(images/button_background.gif) center right repeat-x;*/
	padding: 8px 30px 8px 15px;
	color: #fff;
	background: #2c3c49 url(images/entschlossener_pfeil.png) no-repeat right center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-raduis: 10px;
	text-decoration: none !important;
	white-space: nowrap;
	border: none;
}
.button.small, #content .button.small {
	padding: 6px 25px 5px 10px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 12px;
	width: auto;
}
.button:hover, #content .button:hover, #auswertung:hover {
	text-decoration: none;
	background: #fa464e url(images/entschlossener_pfeil.png) no-repeat right center;
}

.button-td {
	padding: 20px 0 20px 0;
	height: 0px;
	text-align: center;
	vertical-align: middle;
	background: #ecf0f6;
}
#content .button.profiletop {
    position: absolute;
    right: 20px;
    top: 24px;
}
#content .aerzte-waehlen {
	display: inline;
	width: autoabe;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	/*background: url(images/button_background.gif) center right repeat-x;*/
	padding: 8px 30px 8px 15px;
	color: #fff;
	background: #2c3c49 url(images/entschlossener_pfeil.png) no-repeat right center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-raduis: 10px;
	text-decoration: none !important;
	white-space: nowrap;
	border: none;
	cursor: pointer;
}
#content .aerzte-waehlen:hover {
	text-decoration: none;
	background: #fa464e url(images/entschlossener_pfeil.png) no-repeat right center;
}
#content hr {
	clear: both;
	margin: 30px 0 20px 0;
	border: none;
	border-bottom: 1px solid #d7e1e9;
}

.contentbild {
	float: left;
	margin: 0 20px 20px 0;
	padding: 10px 10px 5px 10px;
	border: 1px solid #dae1e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.contentbild.right {
	float: right;
	margin: 0 0 10px 20px;
}
.contentbild img {
	margin: 0 0 4px 0;
	border: none;
}
.contentbild .bu {
	display: block;
	clear: both;
	font-size: 13px;
	line-height: 15px;
	color: #515b6b;
}

.clear {
	clear: both;
}

.ort {
	display: block;
	padding: 0 0 2px 0;
	color: #979797;
	font-size: 16px;
	line-height: 18px;
}
table .ort {
	padding: 2px 0 3px 0;
	font-size: 13px;
	line-height: 15px;
}
.laser-icon {
	float: left;
	margin: 5px 5px 0 0;
	width: 23px;
	height: 17px;
	background: url(images/laser-icon-mini.png) no-repeat;
	text-indent: -9999px;
}

.linsenchirurgie-icon {
	float: left;
	margin: 3px 0 0 0;
	width: 17px;
	height: 20px;
	background: url(images/linsen-icon-mini.png) no-repeat;
	text-indent: -9999px;
}

.icon_laser {
	padding:  0 0 0 27px;
	background: url(images/icon_laser_small.gif) no-repeat;
	white-space: nowrap;
}
.icon_lense {
	padding:  2px 0 2px 24px;
	background: url(images/icon_lense_small.gif) no-repeat;
	white-space: nowrap;
}

.box {
	float: right;
	padding: 10px 10px 0 10px;
	margin: 0 0 15px 0;
	width: 260px;
	font-size: 14px;
	line-height: 18px;
	color: #303e4d;
	border: 1px solid #dae1e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.box.alt {
	float: none;
}
#content .box p {
	margin: 0 0 10px 0;
}

#content .contact {
	display: block;
	margin: 20px 0 20px 0;
	padding: 15px 0;
	border: 1px solid #dae1e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	background: #fff;
}
#content .infobox + .contact {
	margin: -20px 0 20px 0;
	background: none;
	border: none;
}
table {
	font-size: 13px;
	line-height: 16px;
}
#content .infobox table {
    background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
table.aerzte {
	padding: 30px 0 20px 0;	
}
table.aerzte .notonline td {
	background: #fce1e4;
}
.profil table {
	margin: 0 0 20px 0;
	width: 100%;
	border: 1px solid #dae1e8;
	border-collapse: collapse;
}
.profil #content table td {
	padding: 4px;
}

.linsenchirurgie #content table td {
	padding-right: 10px;
}
thead td {
	padding: 4px 0;
	font-size: 12px;
	line-height: 14px;
	color: #303e4d;
	font-weight: bold;
	vertical-align: bottom;
	border-bottom: 1px solid #d7e1e9;
}
#content tbody td {

	border-bottom: 1px solid #d7e1e9;
	vertical-align: top;
	font-size: 13px;
	line-height: 16px;
	color: #455061;
}
table .dd {
	background: #eff3f9;
}
tbody .image {
	padding: 4px 10px 0 0;
}
tbody .image img {
	max-width: 80px;
}
tbody .name {
	padding: 4px 15px 4px 0;
	width: 120px;
}
tbody .short-profile {
	padding: 4px 10px 4px 0;
}
tbody .action {
	padding: 10px 0 10px 0;
	width: 110px;
}
#content tbody h2 {
	margin: 0;
	font-size: 15px;
	line-height: 18px;
}
tbody h2 a {
	color: #303e4d;
}

table.ueberblick {
	
}
table.ueberblick .verfahren {
	padding: 4px 20px 4px 0;
}
table.ueberblick .kurzsichtigkeit, table.ueberblick .weitsichtigkeit {
	width: 120px;
}
.grenzbereich {
	color: #a8adb6;
}

table.table_infoabende {
	margin: 0 0 20px 0;
	width: 100%;
}
#content table.table_infoabende td {
	vertical-align: middle;
}
.table_infoabende .datum, .kontakt .datum {
	width: 220px;
}
.table_infoabende .veranstalter {
	padding-right: 20px;
	width: 170px;
}

#content .table_infoabende .veranstalter a, #content .kontakt .veranstalter a {
	color: #475262;
}

#content table thead td a {
	color: #303e4d;
}
#content table thead td a.sort {
	padding: 0 15px 0 0;
	background: url(images/pfeil_active.png) no-repeat center right;
}
#content table thead td a.sort.desc {
	padding: 0 15px 0 0;
	background: url(images/pfeil_desc.png) no-repeat center right;
}

#content .back {
	position: absolute;
	top: -26px;
	left: 12px;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 16px;
	color: #98abb9;

}
#content .back:hover {
	text-decoration: underline;
}

#content .images {
	margin: 0 0 20px 0;
	padding: 3px 2px 0 2px;
	text-align: center;
	background: #fff;
	border: 1px solid #dae1e8;
}
#content .images img {
	margin: 0;
	padding: 0;
	max-width: 119px;
	border: none;
}
#content .images a {
	margin: 0;
	padding: 0;
}

.video {
	float: left;
	margin: 0 20px 10px 0;
	padding: 10px 10px 10px 10px;
	border: 1px solid #dae1e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.termin {
	float: left;
	margin: 5px 20px 5px 0;
	padding: 10px 10px 5px 10px;
	border: 1px solid #dae1e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#content .linklist {
	margin: 0;
	padding: 0;
	list-style: none;
	column-count: 2;
	column-gap: 50px;
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-count: 2;
	-moz-column-gap: 50px;
}
#content .linklist a {
	color: #4f5c6a;
}
#content .linklist li {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}
#content .linklist ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}
#content .linklist li ul li {
	padding: 0;
}


#content .angebote {
	margin: 0 0 25px 0;
	padding: 10px;
   	background: #607183 url(images/entschlossene_background.jpg) repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
}
#content .angebote-table {
	margin: 0 0 5px 0;
	width: 600px;
}
#content .angebote-table thead td, #content .angebote-table thead td.center {
	vertical-align: bottom;
}
#content .angebote-table td {
	padding: 4px 4px;
	vertical-align: top;
	color: #fff;
	border-bottom: 1px solid #6f7e90;
}
#content .angebote-table td.center {
	text-align: center;
	vertical-align: middle;
}
#content .angebote-table td.middle {
	vertical-align: middle;
}
#content .angebote-table td.arzt, #content .angebote-table td.datum {
	padding-right: 10px;
}
#content .angebote-table td.last {
	text-align: right;
	vertical-align: middle;
}
#content .angebote-table a {
    color: #fff;
}
#content .angebote-table a:hover {
	text-decoration: none;
	color: #fa464e;
}
#content .angebote-table a.button:hover {
	color: #fff;
}
.angebote-table .ort {
    color: #a7b7c1;
}
.angebote .price {
	padding: 4px 6px 3px 6px;
	background: #303e4d;
	border-radius: 4px;
}
.angebote .rebate {
	padding: 4px 6px 3px 6px;
	background: #fa464e;
	border-radius: 4px;
	white-space: nowrap;
}

#content .angebot-form {
	padding: 10px;
	color: #fff;
   	background: #607183 url(images/entschlossene_background.jpg) repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
}
#content .angebot-form thead td {
	padding: 4px;
	font-size: 12px;
	color: #a7b7c1;
	border-bottom: 1px solid #586571;
}
#content .angebot-form td {
	padding: 10px 4px;
	font-size: 14px;
	color: #fff;
	border-bottom: none;
}
#content .angebot-form td.last {
	padding: 4px;
	text-align: right;
	vertical-align: middle;
}

div.footnote {
	float: left;
	margin: 0 0 00px 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #afb7c0;
}
span.foot {
	display: block;
	float: left;
	width: 10px;
}
span.note {
	display: block;
	float: left;
	width: 590px;
}
#tdeonline {
    padding: 0 0 0 130px;
}
#content .jump {
	clear: both;
}
#content .topjump {
	display: block;
	float: right;
	padding: 0 20px 10px 0;
	text-align: right;
	background: url(images/pfeil_top.png) no-repeat right 1px;
	color: #8ca0ac;
	font-size: 13px;
	line-height: 15px;
	border-bottom: 1px solid #d7e1e9;
	width: 605px;
	margin: 0 0 25px 20px;
}

#content .bottom {
    clear: both;
    float: left;
    padding: 15px 0 0 0;
    width: 625px;
    height: 20px;
}
#content .top {
	display: block;
	float: right;
	padding: 0 20px 0 0;
	text-align: right;
	background: url(images/pfeil_top.png) no-repeat right 1px;
	color: #8ca0ac;
	font-size: 13px;
	line-height: 15px;
}
#content .top {
	padding: 5px 26px 5px 10px;
    background: #d7e1e9 url(images/pfeil_top.gif) no-repeat right 9px;
    font-size: 11px;
    line-height: 13px;
    border-radius: 10px;
    text-decoration: none;
}
#content .top:hover {
    text-decoration: none;
    background: #ced9e1 url(images/pfeil_top.gif) no-repeat right 9px;
}

/* @end */

/* @group Kontaktformular */

form#kontakt {
	padding: 20px 0 0 0;
	color: #515c6c;
}

.messages {
	margin: 0 0 20px 0;
	padding: 10px;
	color: #fff;
	background: #fa464e;
	border: 1px solid #fa464e;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#content .messages p {
	margin: 0;
	color: #fff;
}


fieldset {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border: none;
	border-bottom: 1px solid #d7e1e9;
}
.re {
	width: 23px;
}
.remove {
	display: block;
	margin: 43px 0 0 0;
	width: 23px;
	height: 24px;
	background: url(images/remove_button.png) no-repeat;
	text-indent: -9999px;
}
#content #show_optional {
	display: block;
	margin: -10px 0 20px 0;
	padding: 0 0 0 15px;
	font-size: 13px;
	color: #74848e;
	background: url(images/pfeil.png) no-repeat;
	background-position: 0 2px;
}
#content #show_optional.active {
	padding: 0 0 0 15px;
	background: url(images/pfeil_active.png) no-repeat;
	background-position: 0 2px;
}
fieldset#optional {

}
p.abst {
    padding: 25px 0 0 0;
}
legend {
	padding: 0 0 15px 0;
}
label {
	float: left;
	padding: 5px 10px 0 0;
	font-size: 15px;
	line-height: 17px;
	display: block;
	width: 180px;
	text-align: right;
}

#setone .label {
	float: left;
	margin: -2px 15px 0 15px;
	width: 68px;
}
#setone label.after {
	float: left;
	margin: 0 30px 0 0;
	width: auto;
}
#setone .checkbox {
	float: left;
	margin: 2px 8px 0 0;
}
#setone #eignungscheck {
    margin: 2px 8px 10px 0;
}
#setone #label-eignungscheck {
	float: left;
    width: 200px;
}
#setone #infomaterial {
	clear: both;
    margin: 2px 8px 0 98px;
}
#setone #label-infomaterial {
	float: left;
    width: 200px;
}

label.after {
	float: left;
	padding: 0;
	width: 550px;
	text-align: left;
}
.checkbox {
	float: left;
	margin: 2px 15px 0 20px;
}
select {
	padding: 2px;
	width: 300px;
	font-size: 14px;
	line-height: 14px;
	color: #6e7784;
	border: 1px solid #a8afb7;
}

.marked {
	margin: 0 0 0 3px;
	color: #fa464e;
}

.text {
	padding: 2px;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	width: 300px;
	border: 1px solid #d7e1e9;	
}
.text.mini {
	width: 25px;
}
.text.mini.double {
	width: 50px;
}
.textarea {
	padding: 2px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	width: 300px;
	height: 100px;
	border: 1px solid #d7e1e9;		
}
.submit {
	display: inline;
	width: autoabe;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	/*background: url(images/button_background.gif) center right repeat-x;*/
	padding: 8px 30px 8px 15px;
	color: #fff;
	background: #2c3c49 url(images/entschlossener_pfeil.png) no-repeat right center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-raduis: 10px;
	text-decoration: none !important;
	white-space: nowrap;
	border: none;
	cursor: pointer;
}
.submit:hover {
	text-decoration: none;
	background: #fa464e url(images/entschlossener_pfeil.png) no-repeat right center;
}
/* @end */

/* @group Homepage */

#homepage {
	clear: both;
	float: left;
	position: relative;
	height: 25px;
	width: 960px;
	background: url(images/gradient_background_dark.jpg) no-repeat center 1px;
}

/* @group Teaser oben */

.teaser {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 270px;
	height: 79px;
	padding: 16px 20px 10px 20px;
	background: url(images/teaser_background.png) right center;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
}
.teaser#augenarzt-finden {
	position: absolute;
	top: 20px;
    display: block;
    background: url(images/home_teaser_aerzte.png);
}
.teaser#infoabend-termine {
	top: 145px;
    background: url(images/home_teaser_infoabende.png);
}
.teaser#eignungscheck {
	top: 270px;
    background: url(images/home_teaser_eignungscheck.png);
}
#content .teaser h1 {
	margin: 0 30px 5px 0;
	padding: 0;
	font-size: 15px;
	line-height: 20px;
	color: #303e4d;
	border: none;
}
#content #eignungscheck h1 {
    padding: 3px 0 0 0;
}
#content .teaser input {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0;
    width: 77px;
	height: 105px;
	border: none;
	border-radius: 0px 5px 5px 0;
	-moz-border-radius: 0px 5px 5px 0;
	-webkit-border-radius: 0px 5px 5px 0;
	text-indent: -9999px;
    cursor: pointer;
}
#content .teaser #zudenaerzten {
    background: url(images/home_aerzte_anzeigen_button.png) no-repeat 0 0;
}
#content .teaser #zudenaerzten:hover {
    background: url(images/home_aerzte_anzeigen_button.png) no-repeat 0 -105px;
}
#content .teaser #zudenterminen {
    background: url(images/home_termine_anzeigen_button.png) no-repeat 0 0;
}
#content .teaser #zudenterminen:hover {
    background: url(images/home_termine_anzeigen_button.png) no-repeat 0 -105px;
}
#content .teaser#eignungscheck .button_arzt_auswaehlen {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0;
    width: 77px;
	height: 105px;
	border: none;
	border-radius: 0px 5px 5px 0;
	-moz-border-radius: 0px 5px 5px 0;
	-webkit-border-radius: 0px 5px 5px 0;
    background: url(images/home_arzt_auswaehlen_button.png) no-repeat 0 0;
	text-indent: -9999px;
    cursor: pointer;
}
#content .teaser#eignungscheck .button_arzt_auswaehlen:hover {
    background: url(images/home_arzt_auswaehlen_button.png) no-repeat 0 -105px;
}
#content .teaser select {
    font-size: 13px;
    line-height: 13px;
}
#content .teaser
.methode label {
	width: 170px;
}
.methode label.after {
	width: 270px;
}
.methode .checkbox {
	margin: 2px 10px 0 60px;
}
#auswertung {
	margin: 15px 0 0 0;
}
.methode {
	float: left;
	margin: 0 60px 0 0;
	width: 450px;
}
#content .methode h1 {
	margin: 17px 0 17px 0;
}
.home select {
	width: 190px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #303e4c;
}
.home .text {
	width: 160px;
}

/* @end */

.triple {
	position: relative;
    height: 400px;
 	width: 960px;
}
/* @group entschlossene */
.entschlossene-inner {
	position: absolute;
	top: 0;
	right: 0;
	position: relative;
	clear: both;
	float: right;
	width: 370px;
	margin: 20px 0 0 0;
	padding: 20px 20px 20px 20px;
	background: #607183 url(images/entschlossene_background.jpg) repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
}
#content .entschlossene h1 {
	margin: 0 0 8px 0;
	padding: 0 0 7px 0;
	color: #edf3fa;
	font-size: 22px;
	border-bottom: 1px solid #505f6b;
}
#content .entschlossene h2 {
	font-size: 14px;
	color: #afb7c0;
}
#content .entschlossene p {
	color: #edf3fa;
}
.entschlossene-left {
    float: left;
	margin: 0 30px 0 0;
    width: 300px;
}
.entschlossene-right {
    float: left;
	margin: 0;
    width: 590px;
}
#content .entschlossene-nav {
	float: left;
	margin: 0;
	padding: 0;
	width: 590px;
	list-style: none;
}
.entschlossene-nav li {
	float: left;
}
#content .entschlossene-nav a {
	margin: 0 10px 0 0;
	padding: 4px 6px;
	color: #51696b;
	background: #9daab0;
	border-radius: 6px;
	font-size: 12px;
}
#content .entschlossene-nav a.active {
	margin: 0 10px 0 0;
	padding: 4px 6px;
	color: #9daab0;
	background: #51696b;
	border-radius: 6px;
	font-size: 12px;
}
#content .entschlossene .alle-entschlossene {
	margin: 0;
	text-align: right;
}
#content .entschlossene .alle-entschlossene a {
	margin: 0;
	padding: 8px 25px 8px 10px;
	color: #fff;
	background: #2c3c49 url(images/entschlossener_pfeil.png) no-repeat right center;
	border-radius: 10px;
	font-size: 13px;
}
#content .entschlossene .alle-entschlossene a:hover {
	text-decoration: none;
	background: #fa464e url(images/entschlossener_pfeil.png) no-repeat right center;
}
.entschlossene-so {
   display: none; 
	clear: both;
}
#content .entschlossene table {
	margin: 0 0 15px 0;
	width: 370px;
}
#content .entschlossene .entschlossene-table {
	margin: 0;
}
#content .entschlossene table td {
	padding: 8px 4px 6px 4px;
	color: #edf3fa;
    font-size: 13px;
	border-bottom: 1px solid #6f7e90;
}
#content .entschlossene table thead td {
	padding: 0px 4px 6px 4px;
    font-size: 11px;
    vertical-align: bottom;
}
#content .entschlossene table td.last {
	padding: 8px 0 6px 4px;
	text-align: right;
}
#content .entschlossene table thead td.last {
	padding: 0px 4px 6px 4px;
    font-size: 12px;
}
.entschlossene table td.center {
	text-align: center;
}
.entschlossene table td .ent_ort {
    white-space: nowrap;
}
.entschlossene table td .price {
	padding: 4px 6px 3px 6px;
	background: #303e4d;
	border-radius: 4px;
	border: ;
}
.entschlossene table td .rebate {
	padding: 4px 6px 3px 6px;
	background: #fa464e;
	border-radius: 4px;
	white-space: nowrap;
}
#content .buchen {
	display: inline;
	padding: 5px 22px 5px 10px;
	width: autoabe;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	background: url(images/button_background.gif) center right repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-raduis: 5px;
	text-decoration: none !important;
	white-space: nowrap;
	padding: 3px 22px 3px 8px;
	font-size: 12px;
	line-height: 12px;
	width: auto;
}
/* @end */

.infoabende {
	float: left;
	width: 960px;
	margin: 0 0 20px 0;
	padding: 1px 0 0 0;
	background: url(images/gradient_background.jpg) no-repeat top center;
}

#content .infoabende .blue {
	color: #303e4d;
}
#content .infoabende h1 {
	margin: 17px 0 6px 0;
	padding: 6px 0 5px 0;
}
#content .infoabende h1 small {
	font-size: 18px;
	color: #8798a2;
}
.infoabende .infoabende-right {
	float: left;
	float: left;
	margin: 0;
	width: 450px;
}
.infoabende .infoabende-right .infoabend {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	line-height: 16px;
	border-bottom: 1px solid #d7e1e9;
}
.infoabende-right .date {
	padding: 0 0 0 20px;
	color: #303e4d;
	font-size: 14px;
	line-height: 16px;
	background: url(images/icon_clock.png) no-repeat;
}
#content .infoabende-right .ort {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 16px;
	color: #303e4d;
}
#content .infoabende-right .ort a {
	color: #303e4d;
}
#content .infoabende-right .stadt {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	color: #979797;
}
#content .infoabende-right .anmelden {
	position: absolute;
	top: 8px;
	right: 0;
}
#content .infoabende .alle-termine {
	font-size: 14px;
	line-height: 16px;
	text-align: right;
}
#content .infoabende .alle-termine a {
	color: #98abb9;
}
/* @group Ärzte im Fokus */

.aerzte-im-fokus {
	clear: both;
	position: relative;
	padding: 20px 25px 0 25px;
	height: 330px;
	background: #607183 url(images/entschlossene_background.jpg) repeat-x;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
}

#content .aerzte-im-fokus h1 {
	margin: 0 0 5px 0;
	padding: 0px 0 10px 0px;
	color: #fff;
	font-size: 24px;
	border-bottom: 1px solid #505f6b;
	/*background: url(images/icon_clip.png) no-repeat;*/
}
.weiter {
	position: absolute;
	top: 50px;
	right: 0;
	padding: 0 10px 0 0;
	width: 40px;
	height: 280px;
	background: #607183 url(images/entschlossene_background.jpg) repeat-x 0 -50px;
	text-indent: -9999px;
	z-index: 1000;
}
.weiter-inner {
	display: block;
	width: 40px;
	height: 280px;
	background: url(images/weiter_button.png) no-repeat center;
	text-indent: -9999px;
}
.weiter-inner:hover {
	background: url(images/weiter_button_over.png) no-repeat center;
}

.aerzte_overflow {
	width: 930px;
	overflow: hidden;
}
.aerzte-box {
	height: 280px;
	width: 940px;
	overflow: hidden;	
}
.aerzte-box .arzt {
	float: left;
	margin: 0 20px 0 0;
	width: 280px;
	height: 280px;
}
.aerzte-box .arzt.ende {
	margin: 0;
}
.arzt .ort {
    font-size: 13px;
    line-height: 15px;
	color: #afb7c0;
} 
.bild {
	float: left;
	margin: 0 20px 0 0;
	width: 110px;
	height: 147px;
}
.bild img {
	width: 110px;
	height: 147px;
}
#content .arzt h2 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}
#content .arzt a {
	color: #fff;
}

#content .arzt p {
	margin: 25px 0 10px 0;
	padding: 0 20px 0 0;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

/* @end */

/* @group Info-Teaser */

.informationen {
	float: left;
	padding: 10px 0 0 0;
	background: url(images/gradient_background.jpg) no-repeat top center;
}
#content .informationen p {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 21px;
	color: #303e4d;
}
#content .informationen a {
	text-decoration: underline;
}

.augenlaserbox {
	float: left;
	margin: 0 60px 30px 0;
	width: 450px;
}
#content .augenlaserbox h1 {
	margin: 17px 0 10px 0;
	padding: 3px 0 10px 55px;
	background: url(images/icon_laser.png) no-repeat;
}
#content .linsenchirurgie {
	float: left;
	margin: 0 0 40px 0;
	width: 450px;
}
#content .linsenchirurgie h1 {
	margin: 17px 0 10px 0;
	padding: 3px 0 10px 42px;
	background: url(images/icon_lense.png) no-repeat;
}

.ueber {
	clear: both;
	float: left;
	padding: 10px 10px 20px 10px;
	background: url(images/gradient_background.jpg) no-repeat top center;
/*	column-count: 2;
	column-gap: 50px;
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-count: 2;
	-moz-column-gap: 50px; */
}
.home #content .ueber h1 {
	margin: 15px 0 10px 0;
	padding: 0 0 10px 0;
}
.ueber .left {
	position: relative;
	float: left;
	margin: 0 50px 0 0;
	width: 445px;
}
#content .ueber .left .mehr {
	position: absolute;
	top: 25px;
	left: 223px;
	font-size: 14px;
	color: #98abb9;
}
.ueber .right {
	float: left;
	width: 445px;
}
#content .ueber .right ol {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	list-style: none;
	border-bottom: 1px solid #d7e1e9;
}
#content .ueber .right ol li {
	margin: 0 0 2px 0;
	padding: 2px 0 6px 32px;
}
#content .ueber .right ol li.one {
	background: url(images/one.gif) no-repeat 0 0;
}
#content .ueber .right ol li.two {
	background: url(images/two.gif) no-repeat 0 0;
}
#content .ueber .right ol li.three {
	background: url(images/three.gif) no-repeat 0 0;
}
#content .ueber .right ol li.four {
	background: url(images/four.gif) no-repeat 0 0;
}
#content .ueber .right ol li.five {
	background: url(images/five.gif) no-repeat 0 0;
}
#content .ueber .right ol li.six {
	background: url(images/six.gif) no-repeat 0 0;
}
.ueber .right .button {
	float: right;
}

.nowrap {
	white-space: nowrap;
}

/* @end */

/* @end */

.fb-like-button {
    display: block;
    position: absolute;
    top: 180px;
    right: 0px;
    padding: 10px 14px 11px 42px;
    height: 11px;
    background: url(images/like_button.png) no-repeat 10px 4px #edf3fa;
    color: #8091b8;
    font-size: 12px;
    border-radius: 5px;
}
.fb-like-button:hover {
    background: url(images/like_button.png) no-repeat 10px 4px #fa464e;
    color: #fff;
    text-decoration: none;
}
/* @group Footer */

#footer {
	position: relative;
	clear: both;
	padding: 5px 0 30px 1px;
	border-top: 1px solid #d7e1e9;
}
#footer p {
	margin: 0;
	color: #b3c2ce;
	font-size: 14px;
	line-height: 16px;
}
#footer ul {
	position: absolute;
	top: 5px;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	list-style: none;
}
#footer ul li {
	display: inline;
	margin: 0 0 0 15px;
}
#footer ul li a {
	color: #b3c2ce;
}

/* @end */

/* @group Overlay */

.overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: url(images/overlay_70.png);
}
.overlay-inner {
	position: absolute;
	margin: auto auto auto auto;
	padding: 15px 25px 10px 25px;
	width: 600px;
	color: #606f86;
	background: #edf3fa;
	border: 1px solid #edf3fa;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 1001;
}
.overlay-inner h2 {
	margin: 0 0 10px 0;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	color: #303e4d;
}
.overlay-inner hr {
	margin: 20px 0;
	background: none;
	border: none;
	border-bottom: 1px solid #d5dadf;
}
.overlay-inner p {
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 24px;
	color: #303e4d;	
}
.overlay-inner a {
	color: #fa464e;
	border-bottom: 1px solid #d5dadf;
	text-decoration: none;
}
.overlay-inner p.preview {
	font-size: 14px;
	line-height: 20px;
}
#fadein {
	display: none;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 4px 10px 4px 25px;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	text-align: center;
	background: #98a4b4 url(images/fadein_background.gif) no-repeat 3px -1px;
	border: 1px solid #98a4b4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
}

#fadein:hover {
	color: #fff;
	background: #606f86 url(images/fadein_background_over.gif) no-repeat 3px -1px;
	border: 1px solid #606f86;
}

/* @end */

#content #global_contact {
	position: absolute;
	top: 18px;
	right: 22px;
	position: absolute;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 16px;
	color: #6f7c9c;
	border: 1px solid #a1acba;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#content #global_contact:hover {
	background: #606f86;
	color: #edf3fa;
	border: 1px solid #606f86;
	text-decoration: none;
}

#login {
	margin: 20px auto 0 auto;
	padding: 10px 30px 20px 30px;
	width: 300px;
	background: #edf3fa;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#login h1 {
	margin: 0;
	font-size: 50px;
	font-weight: bold;
	color: #606f86;
	letter-spacing: -1px;
	text-decoration: none;
}
#login .beta {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: normal;
	color: #ccc;
}
#login p {
	margin: 0 0 5px 0;
}
#login label {
	float: left;
	padding: 4px 10px 0 0;
	width: 75px;
	color: #606f86;
	text-align: right;
}
#login .text {
	width: 200px;
}
#login .submit {
	float: right;
	margin: 0 10px 0 0;
}

#content .external {
	display: inline;
	padding: 5px 22px 5px 10px;
	width: autoabe;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	background: url(images/button_background.gif) center right repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-raduis: 5px;
	box-shadow: 0px 1px 3px #aaa;
	-webkit-box-shadow:	0px 1px 3px #aaa;
	-moz-box-shadow: 0px 1px 3px #aaa;
	text-decoration: none !important;
	white-space: nowrap;
}
#content .extern {
	display: block;
	padding: 1px 0 0 2px;
	font-size: 11px;
}
#content .hinweis {
	padding: 10px 0 0 0;
	display: block;
	font-size: 13px;
	color: #999;
}

.edit_seite {
	margin: 0 0 10px 0;
	padding: 4px 8px;
	width: 595px;
	height: 450px;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #dae1e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.edit_seite.short {
	height: 100px;
}
#content .edit_button {
	margin: 0 0 10px 0;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 16px;
	color: #98abb9;
	border: 1px solid #dae1e8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
}
#content .edit_button:hover {
	background: #dae1e8;
	text-decoration: none;
}

#logout {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 4px 10px 4px 25px;
	font-size: 13px;
	line-height: 13px;
	color: #fff;
	text-align: center;
	background: #98a4b4 url(images/fadein_background.gif) no-repeat 3px -1px;
	border: 1px solid #98a4b4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
}

#logout:hover {
	color: #fff;
	background: #606f86 url(images/fadein_background_over.gif) no-repeat 3px -1px;
	border: 1px solid #606f86;
}
iframe.conversion {
	display: none;
}
.debug {
	position: absolute;
	top: 297px;
	left: 50%;
	margin: 0 0 0 -180px;
	width: 623px;
	padding: 8px 10px 8px 25px;
	font-size: 20px;
	line-height: 24px;
	color: #333a1d;
	text-align: center;
	background: rgba(191,232,94,0.8);
	border: 1px solid #bfe85e;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 10000;
}
.achtung {
	color: #f0f;
}
