﻿/*	Seiten-Layout	*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;	*/
	font-family: Arial;
	margin: 0;
	background: #EF9A48;
}

p {
	line-height: 120%;
	margin: 10px 0;
	padding: 0;
}

hr {
	margin: 10px 0;
	padding: 0;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

A:link {
/*	color: #92896B;
	color: #EF9A49;
	color: #000000;	*/
	color: #4d7978;
	font-weight: normal;
	text-decoration: none;
}

A:visited {
/*	color: #92896B;
	color: #EF9A49;
	color: #000000;	*/
	color: #4d7978;
	font-weight: normal;
	text-decoration: none;
}

A:active {
/*	color: #92896B;
	color: #EF9A49;
	color: #000000;	*/
	color: #4d7978;
	font-weight: normal;
	text-decoration: none;
}

A:hover {
	color: #EF9A49;
	text-decoration: underline;
}

input, select, textarea {
	color: #EF9A49;
	font-family: Arial;
	font-size: 10pt;
	background-color: #fdf2c5;
	border: 1px solid #ef9a48;
}

fieldset {
	padding: 10px;
	border: 1px solid #999999;
}

legend {
	color: #92896B;
}

dl {
	display: inline;
}

ul {
	list-style-type: none;
/*	margin: 10pt 0;	*/
	margin: 0 0 0 10pt;
	padding: 0;
}

li{
	background:url(../images/layout/dot.gif) left top no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
}

input[type = checkbox] {
	color: #EF9A49;
	border: none;
}

input[type = radio] {
	color: #EF9A49;
	border: none;
}

.errormsg {
	color: red;
}

.___button {
	color: #EF9A49;
	background-color: #fdf2c5;
	padding: 0px 10px 0px 10px;
	border: 0px solid #ef9a48;
}

.button {
	color: #f6f8d1;
	background: #4d7978;
	border: 1px solid #fff1c6;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
}

.button3 {
	color: #EF9A49;
	background-color: #fdf2c5;
	padding: 0px 5px 0px 5px;
	border: 0px solid #ef9a48;
}

.tx-srfeuserregister-pi1-submit {
	color: #f6f8d1;
	background: #4d7978;
	border: 1px solid #fff1c6;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
}

.image_button {
	border: none;
	background: none;
}

.wrapper {
	width: 960px;
/*	text-align: left;	*/
	float: left;
	background: #D6C298;
	background-image: url(../images/layout/bg_wrapper.gif);
	background-repeat: repeat-y;
}

.header {
	width: 790px;
	height: 145px;
	float: left;
/*	background: yellow;	*/
	background-image: url(../images/layout/banderole.jpg);
}

.sidebar {
	width: 170px;
	float: right;
}

.sidebar a {
	color: #92896B;
	font-size: 8pt;
	text-decoration: none;
}

.sidebar a:link {
	color: #92896B;
	text-decoration: none;
}

.sidebar a:active {
	color: #92896B;
	text-decoration: none;
}

.sidebar a:hover {
	color: #92896B;
	text-decoration: none;
}

.sidebar a:visited {
	color: #92896B;
	text-decoration: none;
}

.sidebar_box {
	height: 100%;
	font-size: 9pt;
	font-family: Arial;
	margin: 5px;
	background: #c6b48e;
	border: 0px solid #fff1c6;
	text-align: left;
}

.sidebar_button {
	color: #f6f8d1;
	background: #4d7978;
	border: 1px solid #fff1c6;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
}

.sidebar_header {
	height: 15px;
	border: 0px;
	color: #fff3c7;
	background: #999282;
	text-align: center;
}

.sidebar_content {
	color: #92896B;
	padding: 10px 5px;
}

/*	FE-Login	*/

.sidebar_content .tx-felogin-pi1 {
}

.sidebar_content .tx-felogin-pi1 form {
	display: inline;
}

.sidebar_content .tx-felogin-pi1 label {
	float: right;
	font-weight: bold;
	margin-top: 2px;
}

.sidebar_content .tx-felogin-pi1-item {
	width: 100%; 
	float: left;
	margin-bottom: 3px;
}

.sidebar_content .felogin-username {
	width: 85px;
	float: left;
	margin-right: 5px;
	font-weight: normal;
/*	border: none;	*/
}

.sidebar_content .felogin-password {
	width: 85px;
	float: left;
	margin-right: 5px;
	font-weight: normal;
/*	border: none;	*/
}

.sidebar_content .felogin-login-button {
	margin-top: 7px;
}

.sidebar_content .felogin-logout-button {
	margin-left: 30px;
}

.sidebar_content .felogin-hidden {
}

.sidebar_content .felogin-forgot-password-link {
	margin: 10px 0px 0px 0px;
}

.sidebar_content .felogin-forgot-password-link img {
	float: left;
	margin: 3px 5px 0px 0px;
	padding: 0px;
	border: none;
}

.sidebar_content .felogin-forgot-password-link-text {
	margin-top: 2px;
	float: left;
	font-weight: bold;
	cursor: pointer;
}

.sidebar_content .felogin-register-link {
	margin: 10px 0px 0px 0px;
}

.sidebar_content .felogin-register-link img {
	float: left;
	margin: 3px 5px 0px 0px;
	padding: 0px;
	border: none;
}

.sidebar_content .felogin-register-link-text {
	margin-top: 2px;
	float: left;
	font-weight: bold;
	cursor: pointer;
}

.sidebar_content .felogin-permalogin {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px solid red;
}

.sidebar_content .felogin-permalabel {

}

.sidebar_content .felogin-permalogin-checkbox {
	float: left;
	margin-right: 5px;
	background: #d3cca7;
}

.sidebar_iconset {
	width: 80px;
	height: 15px;
	overflow: hidden;
}

.navi {
	width: 780px;
	height: 15px;
	float: left;
	margin-left: 10px;
	background: #999282;
	background-image: url(../images/layout/bg_main_menu.gif);
	background-repeat: repeat-y;
}

.info {
	width: 780px;
	height: 15px;
	float: left;
	left: 10px;
/*	margin-left: 10px;	*/
}

.content {
	width: 780px;
	color: #92896B;
	float: left;
	left: 10px;
/*	margin-left: 10px;	*/
/*	padding-top: 15px;
	padding-bottom: 15px;	*/
}

.content_area {
	width: 740px;
/*	float: left;	*/
	clear: both;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	border: 0px solid red;
}

.content_area h1 {
	font-style: italic;
	font-weight: normal;
}

.content_right {
	width: 530px;
	float: left;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

.content_info {
	width: 200px;
	float: right;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 5px;
	border: 0px solid blue;
}

.content_info_box {
	color: #92896B;
	background: #c6b48e;
	margin: 15px 0px 0px 0px;
	padding: 5px;
	border: 0px solid #ffd842;
}

.content_info_box h1, .content_info_box h2 {
	margin-top: 0;
	padding-top: 0;
}

.contenttable {
	margin: 0px 0px 0px 1px;
	border-collapse: collapse;
	border: none;
}

.contenttable p {
	margin: 0;
	padding: 0;
}

.contenttable th {
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #92896B;
	text-align: center;
}

.contenttable td {
	margin: 0px;
	padding: 5px;
	border: 1px solid #92896B;
}

.footer {
	height: 40px;
	width: 950px;
	float: left;
	color: #fff1c6;
	margin-left: 10px;
	background: #000000;
	border: 0px solid red;
	background-image: url(../images/layout/balken_unten.gif);
	background-repeat: repeat-y;
}

.footer_Area {
	margin-left: 30px;
	margin-top: 17px;
	float: left;
}

.disc_Area {
	margin-right: 30px;
	margin-top: 17px;
	float: right;
}

.captcha_img {
	width: 95px;
	height: 25px;
	border: 1px solid #ef9a48;
}




/*	Timtab Social Bookmarking	*/

.tx-timtabsociable-pi1 {
	margin-top: 5px;
	margin-left: 2px;
}

.tx-timtabsociable-pi1 img {
	width: 16px;
	height: 16px;
	margin: 1px;
	padding: 3px;
	background: #fff1c6;
	border: 1px solid black;
/*	*float: left;	*/	/* für IE 6+ */
}




/*	form4_socialmedialinks	*/

ul.socialmedialinks {
	margin: 0px;
	padding: 0px;
}

ul.socialmedialinks li.socialmedialink {
	padding: 0px;
	margin: 0px 3px;
	list-style: none;
	float: left;
	line-height: 21px;
}

ul.socialmedialinks li.socialmedialink a img {
	border: 0px;
	display:block;
}

.socialmedialinks-clear {
	clear: both;
}




/*	YP-Menü	*/

.mmContent DIV A {
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular;
	line-height: 11px;
	padding: 5px;
	text-decoration: none;
	display: block;
	color: #EF9A49;
	background: #FBF3C5;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 1px #EF9A49;
}

/* für IE >5 */
* html .mmContent DIV A {
	width: 185px;
	w\idth: 185px; /* für IE 6 */
/*	-moz-opacity: .9;	*/ /* für IE 5.5+ */
/*	filter:alpha(opacity=90); 	*/	/* für IE 5.5+ */

	font-size: 8pt;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, Geneva, SunSans-Regular;
	line-height: 11px;
	padding: 5px;
	text-decoration: none;
	display: block;
	color: #EF9A49;
	background: #FBF3C5;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 1px #EF9A49;
}

.mmContent DIV.mmlink A.submenu {
	font-weight: bold;
	text-decoration: none;
	background: #FBF3C5 url(../images/layout/ypmenu/menu_sub.gif) top left no-repeat;
	color: #EF9A49;
}

.mmContent DIV.mmlink A.submenu:hover {
	font-weight: bold;
	text-decoration: none;
	background: #c2b08c url(../images/layout/ypmenu/menu_sub.gif) bottom left no-repeat;
	color: #fff1c6;
}

.mmContent[id] DIV.mmlink A.submenu {
	font-weight: bold;
	text-decoration: none;
	background: url(../images/layout/ypmenu/menu_sub.png) top left no-repeat;
	color: #EF9A49;
}

.mmContent[id] DIV.mmlink A.submenu:hover {
	font-weight: bold;
	text-decoration: none;
	background: url(../images/layout/ypmenu/menu_sub.png) bottom left no-repeat;
	color: #fff1c6;
}

.mmContent DIV.mmlink A:hover {
	font-weight: bold;
	text-decoration: none;
	background: #C2B08C;
	color: #fff1c6;
}

/* folgende anweisung wird nicht vom ie interpretiert */
.mmContent[id] DIV.mmlink A {
	background: url(../images/layout/ypmenu/menu.png) top left no-repeat;
}

.mmContent[id] DIV.mmlink A:hover {
	background: url(../images/layout/ypmenu/menu.png) bottom left no-repeat;
}




/*	RTE	*/

p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }
