@import url("/sw/files/formats.css");

/*****************************************************************************/
/**********                                                         **********/
/**********                  allgemeine Einstellungen               **********/
/**********                                                         **********/
/*****************************************************************************/

body, p, strong {
	color:#000000;
	background:#ffffff;
	border: 0px;
	border-style: none;
} 

body {
	margin: 0px;
        padding: 0px;
}

* {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

input {
	color:#000000;
}

th {
	color:#ffffff;
	background:#000000;
}

th a:link,
th a:visited {
	color:#ffffff !important;
}

th a:hover,
th a:active {
	color:#ff0000 !important;
}

p       {
	color:#000000;
	text-align:justify;
}

h1, h2, h3 {
	font-weight:bold;
	color:#ff0000;
	clear: both;
}

a:link,
a:visited {
	color: #000000;
}

a:hover,
a:active {
	color:#ff0000;
}

/********************/
/* eingabeformulare */
/********************/

.inputform tr {
        vertical-align: top;
}

.inputform td {
        padding-bottom: 6px;
        padding-right: 6px;
}

.inputform th {
        text-align: left;
        font-weight: bold;
        color:#000000;
        background:#efefef;
        padding-bottom: 12px;
}

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

/*****************************************************************************/
/**********                                                         **********/
/**********                   oeffentlicher Bereich                 **********/
/**********                                                         **********/
/*****************************************************************************/

/**************/
/* title menu */
/**************/
table.title {
	width: 100%;
	margin: 0px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	background: inherit;
}

.title td.first {
	width: 20px;
}

.title td.button {
	width: 120px;
}

.title td {
        background: #ff0000;
        color: #ffffff;
	text-align: center;
	padding:0px;
	border: none;
	margin: 0px;
}

.title a:link,
.title a:visited {
	display: block;
	color: #ffffff;
        background: #ff0000;
        font-weight: bold;
        text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
	padding-top:4px;
	margin: 0px;
}

.title a:hover,
.title a:active {
	display: block;
	color: #ffffff;
        background: #000000;
        font-weight: bold;
        text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
	padding-top:4px;
	margin: 0px;
}

p.border {
	margin: 1px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/strich.png");
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

/********/
/* logo */
/********/

.public .logo {
	margin: 0px;
}

p.logo {
	text-align: left;
	padding: 0px;
	margin: 0px;
	background:#ffffff;
	height: 78px;
	background-image: url("/images/logo.gif") !important;
	background-repeat: no-repeat !important;
	background-position: 20px 0px !important;
}

.administration p.logo {
	background-image: url("/images/logo_admin.png") !important;
	background-position: 0px 0px !important;
}

/***************/
/* menueleiste */
/***************/

body.public table.public {
	margin-left: 25px;
	margin-right: 25px;
	border-spacing: 5px;
}

body.public td.menue {
        vertical-align: top;
        padding: 0px;
}

/* ueberschrift */
body.public table.ueberschrift {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	border: #ff0000 1px solid;
	margin: 0px;
	padding: 0px;
}

body.public table.ueberschrift td.logo {
	background: #ffffff;
	padding: 0px;
	width: 1%;
}

body.public td.text td.ueberschrift {
        font-size: 120%;
        font-weight: bold;
        text-align: center;
        color: #ff0000;
	background: #ffffff;
        padding: 5px 20px 0px 20px;
        margin: 0px 0px 0px 0px;
	border: none;
}

/* hauptpunkte */

body.public td.menue p.header {
	width: 152px;
        font-weight: bold;
	text-align: left;
        color: #000000;
        background: #ff0000;
	background-image: url("/images/pfeil_rechts.gif");
	background-repeat: no-repeat;
	background-position: 5px 50%;

        border: none;

        padding: 5px 5px 5px 20px;
        margin: 3px 0px 0px 0px;
}

body.public td.menue p.header a:link,
body.public td.menue p.header a:visited {
        color: #ffffff;
        font-size: 100%;
        background: #ff0000;
}

body.public td.menue p.header a:hover,
body.public td.menue p.header a:active {
        color: #000000;
        font-size: 100%;
        background: #ff0000;
}

img.inline {
	margin-top: 10px;
}

body.public td.menue p.login {
	text-align: center;
	width: 150px;
	border: #ff0000 1px solid;
	color: #ffffff;
	background: #000000 !important;
        padding: 5px 5px 5px 20px;
        margin: 3px 0px 0px 0px;
}

body.public td.menue p.login a:link,
body.public td.menue p.login a:visited {
	color: #ffffff;
        background: #000000;
}

body.public td.menue p.login a:hover,
body.public td.menue p.login a:active {
	color: #ff0000;
        background: #000000;
}

/* unterpunkte */

body.public td.menue p.item {
        color: #000000;
        background: #efefef;
        text-align: left;

        margin: 0px;
        padding: 2px 10px 2px 20px;
}

body.public td.menue p.item a:link,
body.public td.menue p.item a:visited {
	font-size: 90%;
        color: #000000;
        background: inherit;
}

body.public td.menue p.item a:hover,
body.public td.menue p.item a:active {
        color: #ff0000;
        background: inherit;
}

/* textfenster */

body.public td.text {
        vertical-align: top;
}

body.public td.text div.text {
        text-align: justify;

        background: #efefef;
        color: #000000;

        padding: 0px 15px 15px 15px;
        margin: 2px 0px 0px 0px;

        border: 1px;
        border-color: #ff0000;
        border-style: solid;
}

body.public td.text div.text p,
body.public td.text div.text h2,
body.public td.text div.text h3,
body.public td.text div.text strong,
body.public td.text div.text ul,
body.public td.text div.text table,
body.public td.text div.text td {
        text-align: justify;
        color:#000000;
        background:#efefef;
        font-size: 100%;
        padding: 0px;
        margin-top: 10px;
        margin-left: 10px;
}

body.public td.text div.text ul {
	margin-left: 30px;
}

body.public td.text div.text td {
        vertical-align: top;
}

body.public td.text a:link,
body.public td.text a:visited,
body.public td.news a:link,
body.public td.news a:visited {
        color: #000000;
}

body.public td.text a:hover,
body.public td.text a:active,
body.public td.news a:hover,
body.public td.news a:active {
        color: #ff0000;
}

body.public td.news {
	width: 175px;
	vertical-align: top;
	background: #efefef;
	border: 1px solid #ff0000;
}

body.public td.news p.img {
	text-align: center;
	background: #efefef;
	margin-bottom: 15px;
	border: none;
}

body.public td.news h2.title {
	text-align: center;
	background: #efefef;
	color:#ff0000;
	padding-top: 10px;
	font-size: 120%;
}

body.public td.news h2 {
	font-size: 100%;
	text-align: center;
	background: #efefef;
	color:#c9232d;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

body.public td.news p strong {
	background: #efefef;
}

body.public td.news p {
	text-align: left;
	background: #efefef;
	color:#000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
        margin:10px 0px 0px 0px;
        border-bottom: 2px #ff0000 solid;
}

.unsichtbar {
	display: none;
}
