@charset "utf-8";
/*<![CDATA[*/

/* CSS-Datei APMM */


/* ALLGEMEINES */
*
{
	font-family: arial, helvetica, sans-serif;
	font-size: 101%;
	color: #000;
	margin: 0px;
	padding: 0px;
}

/* iepng-Fix*/
img, div {
	behavior: url(../iepngfix/iepngfix.htc);
}

html {
        height: 100.05%;
        /*overflow-y:scroll;
		overflow-x:auto;*/
}

body {
	background: #fff url(../img/apmm_bg.jpg) repeat-x;
	overflow: auto;
    text-align: center;
}

#wrap {
	margin: 0px auto;
	width: 950px;
	text-align: left;
	_height: 4500px;
	overflow: hidden;
}

#wrap_left-top {
	width: 225px;
	height: 14px;
	background: url(../img/apmm_left-bg-top.png) repeat-y;
}

#wrap_left {
	width: 225px;
	background: url(../img/apmm_left-bg.png) repeat-y;
}

#wrap_left ul {
	margin: 5px 5px 0px 15px;
}

#wrap_left-bottom {
	width: 225px;
	height: 14px;
	background: url(../img/apmm_left-bg-bottom.png) repeat-y;
}

#wrap_right {
	float: right;
	width: 705px;
	margin-bottom: 35px;
}

#news {
	margin: 35px 20px 0px 20px;
	padding-top: 10px;
	border-top: dashed 1px #999;
}

#news p, #news a {
	color: #f00;
}

#news h2 {
	font-size: 110%;
	color: #f00;
}

#logo {
	text-align: center;
	padding-top: 13px;
}

#logo img {
	border: 0px;
}

#navi {
	width: 200px;
	margin-top: 52px;
}

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

/* Erste Ebene */
#navi ul li {
	list-style: url(../img/naviicon1.gif);
}

#navi ul li, #navi ul li a {
	/*font-size: 105%;*/
}

#navi ul li ul li, #navi ul li ul li a {
	/*font-size: 100%;*/
}

#navi ul li ul li {
	list-style: url(../img/naviicon2.gif);
}

/* Zweite Ebene */
#navi ul ul {
	margin-left: -9px;
}

#navi ul li.act a, #navi ul li.act ul li.act a {
	font-weight: bold;
}

#navi ul li ul li a, #navi ul li.act ul li a {
	font-weight: normal;
}

#slogan {
	width: 527px;
	height: 66px;
	margin-top: 45px;
	margin-left: 4px;
	text-align: left;
}

#service {
	margin-top: 25px;
	margin-right: 11px;
	width: 688px;
	height: auto;
	float: right;
}

#service img {
	margin-left: 3px;
}

#search {
	width: auto;
}

.tx-macinasearchbox-pi1 {
	width: auto;
}

#sword {
	width: 200px;
	/*background-color: transparent;*/
	border: hidden;
	margin: 2px 5px 0 0;
	padding: 2px 4px 2px 4px;
	font-size: 100%;
	display: block;
	float: left;
}

#fontsize {
	float: right;
}

#content-top {
	height: 12px;
	width: 700px;
	background: url(../img/apmm_content-bg-top.png) repeat-y;
	clear: right;
}

#main {
	text-align: left;
	padding: 5px 25px;
	background: url(../img/apmm_content-bg.png) repeat-y;
	width: 650px;
	clear: right;
}

#content-bottom {
	height: 14px;
	width: 700px;
	background: url(../img/apmm_content-bg-bottom.png) repeat-y;
}

#content {
	width: 655px;	
}

/*
#lastchange {
	text-align: center;
	color: #333;
	border-top: dashed 1px #333;
	padding-top: 5px;
	margin-top: 30px;
}
*/

p
{
	margin-bottom: 8px;
}

ul, ol {
	padding-left: 30px;
}
li {
	padding: 2px 0 2px 0;
}

h1
{
	font-size: 140%;
	font-weight: bold;
	color: #262867;
	margin-bottom: 10px;
}

h2
{
	font-size: 125%;
	font-weight: bold;
	color: #262867;
	margin-top: 8px;
	margin-bottom: 6px;
}

h3
{
	font-size: 110%;
	font-weight: bold;
	color: #262867;
	margin-bottom: 6px;
}

a:link, a:active, a:visited 
{
	color: #262867;
	text-decoration: underline;
}
a:hover
{
	color: #262867;
	text-decoration: none;
}
a.extern:before a.extern:active:before
{
	content: url(img/externlink2.gif);
	display: inline;
	width:10px;
	height:10px;
}

hr {
	background: #eee;
	color: #eee;
}

.line_before {
	border: 1px solid #ddd;
	margin-bottom: 10px;
}


/***************/
/* Bulletlists */
/***************/

/* Bulletlists, general */

#bottomleft ul, #bottomleft ol { padding-left: 30px; }
#bottomleft li { padding: 2px 0 2px 0; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { list-style-type: circle; }
UL.csc-bulletlist-1 { list-style-type : decimal; margin-left: 20px;}
UL.csc-bulletlist-2 { margin-left: 12px;}
UL.csc-bulletlist-3 { }





/*****************/
/* Various Forms */
/*****************/

/* Email, Login and Search forms generally: */
FORM FIELDSET { border: 0px; }
FORM FIELDSET DIV.csc-mailform-field { clear: left; margin-bottom: 3px; }
FORM FIELDSET DIV.csc-mailform-field LABEL {display: block; float: left; width: 200px;}
FORM FIELDSET DIV.csc-mailform-field INPUT, SELECT, TEXTAREA { padding: 2px; border: 1px solid #a5acb2; background: #fff; width: auto;}
FORM FIELDSET DIV.csc-mailform-field INPUT.csc-mailform-check { width: auto; border: 1px solid #737373; }
DIV.csc-mailform-check { padding: 4px 0px 4px 0px; }
FORM FIELDSET DIV.csc-mailform-field INPUT.csc-mailform-radio { width: auto; margin: 0px 0px 0px 150px; }
FORM FIELDSET DIV.csc-mailform-field INPUT.csc-mailform-submit { width: auto; margin-top: 20px; background: #bc001a; color: #fff; }
FORM DIV.csc-mailform-field P.csc-mailform-label-req LABEL { font-weight: bold; }
.csc-form-radio { margin-left: 50px; }

DIV#contentLeft FORM FIELDSET DIV.csc-mailform-field INPUT.csc-mailform-submit { margin: 5px 0px 0px 0px; }

FORM #mailformseminar-id {width: 350px;}


/* Search form, specifically */
FORM TABLE.csc-searchform { width: 100%; }
FORM TABLE.csc-searchform TR TD { padding: 5px 5px 5px 5px; }
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT { width: 100%; }

/* Login form, specifically */
FORM TABLE.csc-loginform { width: 70%; }




/* Tabellenformatierung */
.csc-frame-frame1 {
	background: #cae1f1;
	padding: 5px;
	padding-bottom: 0px;
}

.csc-frame-frame2 {
	background: #eee;
	padding: 5px;
}

/* .csc-textpic-imagewrap { */
.csc-textpic-clear {
	margin: 0px;
	padding: 0px;
}

.contenttable td {
	width: 210px;
	vertical-align: top;
}

.csc-linkToTop {
	text-align: right;
	margin-bottom: 10px;
}

/* FCE ZWEI SPALTEN */

.two_col_left
{
	width: 46%;
	vertical-align: top;
	padding-right: 30px;
}
.two_col_right
{
	width: 40%;
	vertical-align: top;
}


/* FCE BERICHT OHNE DATUM */
.bericht {
	width: 650px;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}

.bericht_text {
	width: 460px;
	margin: 0 5px 0 5px;
	vertical-align: top;
}

.bericht_download {
	width: 80px;
	text-align: center;
}




/* FCE BERICHT MIT DATUM*/
.bericht-mit-datum {
	width: 650px;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}

.bericht-mit-datum_datum {
	width: 60px;
	text-align: left;
	vertical-align: top;
}

.bericht-mit-datum_text {
	width: 400px;
	margin: 0 5px 0 5px;
	vertical-align: top;
}

.bericht-mit-datum_download {
	width: 80px;
	text-align: center;
}


/* FCE THERAPIE */
.therapie {
	width: 650px;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}

.therapie_text {
	width: 540px;
	margin: 0 5px 0 5px;
	vertical-align: top;
}

.therapie_download {
	width: 80px;
	text-align: center;
}

/* FCE LITERATUR */
.literatur {
	width: 650px;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}

.literatur_img {
	width: 100px;
	margin: 0 5px 0 5px;
}

.literatur_text {
	width: 480px;
	margin: 0 5px 0 5px;
	vertical-align: top;
}

.literatur_download {
	width: 80px;
	text-align: center;
}

.csc-textpic-caption {
	font-size: 85%;
}

/*]]>*/