* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* ************************* STYLES **************************** */

body {
	position: relative;
	background-color: #ffec00;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 20px;
}

#right {
	line-height: 18px;
}

#left {
	line-height: 22px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 22px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 25px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 10px;
}

a.more {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
	background: none;
	padding: 0;
}

p,
#main ul,
cite {
	padding-bottom: 15px;
}

a {
	text-decoration: none;
	color: #444444;
	background: transparent url(img/arrow.gif) no-repeat 2px 2px;
	padding-left: 14px;
}

#menu a,
.floatImg a,
.quote a,
#footer a {
	background: none;
	padding: 0;
}

strong {
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#main li {
	margin-left: 40px;
	padding: 0 30px 14px 5px;
}

.date {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	padding-bottom: 0;
	position: relative;
	top: 5px;
}

blockquote {
	background: transparent url(img/cite_back.gif) no-repeat 0 0;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 26px;
	padding: 10px 33px 25px;
}

.center {
	text-align: center;
	padding-top: 10px;
}

.button,
.lightbox form .button {
	display: inline-block;
	width: 146px;
	height: 36px;
	background-image: url(img/button_small_back.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 2px 0;
	border: none;
	line-height: 13px;
	vertical-align: middle;
	text-align: center;
}

a.button,
.lightbox form a.button {
	padding: 11px 0 0 0;
	height: 26px;
}

.button:hover {
	text-decoration: none;
}

/* ************************* LAYOUT **************************** */

#center {
	width: 740px;
	margin: 0 auto 50px auto;
}

#header {
	height: 196px;
	clear: both;
	background: transparent url(img/logo.gif) no-repeat 0 20px;
}

#menu {
	float: right;
}

#menu {
	height: 84px;
	width: 100%;
	list-style-type: none;
}

#menu li {
	float: left;
	width: 147px;
	height: 84px;
}

#menu li a {
	display: block;
	height: 84px;
	padding: 17px 9px 0 9px;
	background: transparent url(img/menu_back.gif) no-repeat 0 0;
	line-height: 16px;
	color: #000000;
}

#menu li span {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 18px;
}

#menu .active a,
#menu a:hover {
	background-image: url(img/menu_back_active.gif);
	color: #ffffff;
	text-decoration: none;
}

#menu .active span,
#menu a:hover span {
	color: #ffec00;
	text-decoration: none;
}


/* OLD MENU
#menu li {
	position: relative;
	display: inline-block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	margin-left: 40px;
}

#menu li a {
	display: block;
	z-index: 1000;
	position: relative;
}

#menu .openable a {
	background: transparent url(img/menu_arrow_closed.gif) no-repeat right 8px;
	padding-right: 14px;
}

#menu .open a {
	background: transparent url(img/menu_arrow_open.gif) no-repeat right 8px;
}

#menu li .layer {
	display: none;
	width: 272px;
	height: 500px;
	position: absolute;
	padding: 57px 22px 30px 22px;
	z-index: 500;
}

#menu .open .layer {
	display: block;
}

*/

.submitquote {
	top: -9px;
	right: -16px;
	background: transparent url(img/layer_submitquote_back.png) no-repeat 0 0;
}

#banner {	
	display: block;
	float: right;
	margin-top: 28px;
	background-image: url(img/banner_back.gif);
	width: 250px;
	padding: 20px;
	height: 81px;
	color: #ffffff;
	line-height: 17px;
}

#banner span {
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 21px;
	line-height: 23px;
	padding: 7px 0 17px 45px;
}

#banner:hover {
	text-decoration: none;
}

#left {
	float: left;
	width: 530px;
}

#main {
	background-color: #fefefe;
	padding: 32px 20px 80px 20px;
	margin: 4px;
	-moz-box-shadow: 0px 0px 8px #aaaaaa;
	-webkit-box-shadow: 0px 0px 8px #aaaaaa;
}

.quote {
	display: block;
	position: relative;
	background: transparent url(img/quote_back.gif) no-repeat 56px 0;
}

.quote .radio {
	position: absolute;
	left: 20px;
	top: 30px;
}

.quote .radio {
	padding: 10px;
	visibility: hidden;
	z-index: -10;
}

/* JS RADIOBUTTONS */
.JSS .text {
	background: transparent url(img/radio_unchecked.gif) no-repeat -2px 11px;
}
.JSS .checked {
	background-image: url(img/radio_checked.gif);
}

.zitat .platzierung {
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 35px;
	font-style: italic;
	padding-top: 3px;
	text-align: right;
	width: 25px;
}

.quote .text,
.zitat .zitat  {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 24px;
	font-style: italic;
	padding: 25px 20px 10px 76px;
	z-index: 10;
}

.zitat .zitat  {
	background:url("img/cite_back_small.gif") no-repeat scroll 40px 2px transparent;
	display: block;
	padding: 9px 0 30px 75px;
	font-size: 12px;
	line-height: 20px;
}

.quote .source {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 0 20px 0 76px;
	text-align: right;
	line-height: 14px;
}

.zitat .autor {
	display: block;
	padding: 0 0 0 50px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}

.quote .source a {
	color: #666666;
}

.quote .bottom {
	background: transparent url(img/quote_bottom.gif) no-repeat 56px bottom;
	padding: 3px 20px 28px 76px;
	color: #999999;
}

.quote .bottom .disabled {
	color: #bababa;
	padding-right: 10px;
}

.quote .bottom a {
	color: #3b5998 !important;
}

.quote .bottom span {
	padding: 0 3px;
}

.quote .fbshare span {
	padding: 0;
	display: inline;
	background-image: none !important;
	font-weight: normal !important;
	background-color: transparent;
}

.quote .fbshare .FBConnectButton_Small .FBConnectButton_Text {
	margin: 0 !important;
}

.quote .fbshare .FBConnectButton .FBConnectButton_Text, 
.quote .fbshare .FBConnectButton_RTL .FBConnectButton_Text  {
	background: none !important;
	border: none !important;
	color: #3b5998 !important;
	display: inline !important;
	font-family: inherit !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 11px !important;
}

.submit {
	width: 243px;
	height: 47px;
	background-image: url(img/button_back.gif);
	margin: 15px 0 0 282px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding-left: 20px;
	color: #ffffff;
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

#right {
	float: right;
	width: 207px;
}

#right .box {
	background-image: url(img/box_back.gif);
	color: #ffffff;
}	

#right .fb {
	background-image: url(img/box_fb_back.gif);
	color: #000000;
}

#right .box a {
	color: #ffec00;
}

#right .box h2 {
	color: #ffec00;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

#right .box h2.top {
	color: #ffffff;
}

#right .fb h2 {
	color: #000000;
}

#right p {
	padding-left: 20px;
	padding-right: 20px;
}

#right .box .bottom {
	background: transparent url(img/box_bottom.gif) no-repeat left bottom;
	height: 25px;
}

#right .fb .bottom {
	background-image: url(img/box_fb_bottom.gif);
}

#footer {
	text-align: center;
	margin-top: 50px;
	line-height: 10px;
	margin-bottom: 50px;
}

#footer li {
	display: inline;
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #000000;
}

#footer li:last-child {
	border-right: none;
	padding-right: 0;
}

#footer li a {
	color: #000000;
}

#layer {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url(img/layer_back.png) repeat 0 0;
	z-index:1000;
}

#layer.open {
	display: block;
}

#layer .lightbox {
	position: relative;
	width: 360px;
	background-color: #ffffff;
	margin: 100px auto 0 auto;
	-moz-box-shadow: 0px 0px 12px #000000;
	-webkit-box-shadow: 0px 0px 12px #000000;
	padding: 20px 30px 25px 30px;
	border: 3px solid #000000;
}	

#layer .lightbox h2 {
	font-size: 18px;
	padding-bottom: 20px;
}

.FBConnectButton {
	padding: 0;
}

.floatImg {
	float:right;
	margin: 0 0 10px 15px;
}

.lightbox form label {
	display: block;
	padding-bottom: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}

.lightbox form input,
.lightbox form textarea {
	width: 350px;
	border: 1px solid #dadada;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 20px;
	padding: 5px;
}

.lightbox form textarea {
	height: 100px;
}

.test label {
	padding-left: 5px;
	padding-right: 15px;
}

.close {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	position: absolute;
	right: 16px;
	bottom: 11px;
}

.ausschnitt {
	margin-left: 20px;
	margin-top: 10px;
}


.quelle {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	padding-bottom: 0;
	padding-top: 25px;
}

.floatImg .subtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 7px 0 5px 0;
	display: block;
	text-align: right;
}


/* ************************* BASICS **************************** */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
}

label, 
input[type=button],
input[type=submit], 
button {
	cursor: pointer;
}

q:lang(de) {
	quotes: '„' '“' '‚' '‘';
}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}
