﻿/***********************************/
/* CSS DEFINITIONS FOR LOGIN-STYLE */
/***********************************/

form table, form tr, form th, form td {
	border-width: 0px; 
}



/**************************************/
/* CSS DEFINITIONS FOR ACCESS-MODULE  */
/**************************************/

#access {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#access div.message,
#access div.message_ok,
#access div.message_error,
#access div.profile,
#access div.paging,
#access div.member_list,
#access div.letter_index,
#access div.search,
#access div.functions {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#access div.message_error {
	color: #ff0000;
}

#access div.message_ok {
	color: #029202;
}

#access img.member_gender_female {
	background-color:#f4d7f4;
	padding:2px;
}

#access img.member_gender_male {
	background-color:#a2c0ff;
	padding:2px;
}

#access img.member_gender_undefined {
	background-color:#dddddd;
	padding:2px;
}

#access table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px; 
	cell-spacing: 0px;
}

#access th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

#access tr.row2 {
	background-color: #f9f9f9;
}

#access tr.row1 {
	background-color: #FFFFFF;
}

#access td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
	border-spacing: 0px;
	vertical-align:top;
}

#access p {
    width: 360px;
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 155px;
    _padding-left: 165px;
    height: 1%;
}

#access p label {
    font-weight: bold;
    float: left;
    margin-left: -155px;
    width: 150px;
}

#access p label.description {
    font-weight: normal;
    float: left;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

#access input[type=checkbox], #access input[type=radio]{
    float: left;
	width: 20px;
	text-align:left;
}

#access input[type=text], #access input[type=password]{
    overflow: hidden;
	width: 250px !important;
    width:250px ; /* nur f�r den IE */
}

#access select {
	width: 254px !important;
    width:254px ; /* nur f�r den IE */
}


#access textarea {
    width: 250px !important;
    width:250px ; /* nur f�r den IE */
    height: 150px !important;
}



/***************************************/
/* CSS DEFINITIONS FOR GALLERY-MODULE  */
/***************************************/

#gallery div.category_tree {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
}

#gallery div.category_row_1, #gallery div.category_row_2  {
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
	border-bottom: 1px dotted #D0D0D0;
}

#gallery div.category_row_1 {
	background-color: #f9f9f9;
}

#gallery div.category_row_2 {
	background-color: #ffffff;
}


#gallery div.category_image {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#gallery  div.category_informations {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#gallery div.category_informations h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

#gallery div.category_comment {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

#gallery div.category_images {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#gallery div.show_image, #gallery div.image_navigation {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
	text-align: center;
}


#gallery div.image_voting, #gallery div.image_comment {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#gallery div.category_images div.image {
	width: 33%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	float: left;
}

#gallery div.category_paging {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

#gallery div.show_image img, #gallery div.category_image img, #gallery div.category_images img{
	border:2px solid #1679CE;
	margin: 0px 15px 0px 0px;
}

#gallery div.show_image a:hover img, #gallery div.category_image a:hover img, #gallery div.category_images a:hover img {
	border:2px solid #51BBF9;
	margin: 0px 15px 0px 0px;
}

#gallery table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

#gallery tr.row1 {
	background-color: #ffffff;
}

#gallery tr.row2 {
	background-color: #f9f9f9;
}

#gallery table th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

#gallery th a {
	color: #000000;
}


#gallery table td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
}





/****************************************/
/* CSS DEFINITIONS FOR CALENDAR-MODULE  */
/****************************************/

#calendar div.search {
	float: none;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	height: auto !important;
}

#calendar div.notes_list, #calendar div.logo, #calendar div.categories {
	float: none;
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	height: auto !important;
}

#calendar div.back, #calendar div.registration, #calendar div.export {
	float: none;
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	height: auto !important;
	text-align:right;
}


#calendar table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

#calendar tr.row1 {
	background-color: #ffffff;
}

#calendar tr.row2 {
	background-color: #f9f9f9;
}

#calendar table th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

#calendar th a {
	color: #000000;
}


#calendar table td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
}



/***************************************/
/* CSS DEFINITIONS FOR CONTACT-MODULE  */
/***************************************/

#contactFrame {
    width: 550px;
    background-color: #F2F2F2;
}

form.contactForm p {
    width: 300px;
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 155px;
    _padding-left: 165px;
    height: 1%;
}

form.contactForm p label.noCaption {
    float: left;
    width: 150px;
    margin-left: 2px;
    margin-top: 2px;
}

form.contactForm .contactFormGroup {
    float: left;
    margin-top: -15px !important;
}

form.contactForm p input.contactFormClass_checkbox {
    float: left;
}

form.contactForm p input.contactFormClass_checkboxGroup {
    clear: left;
    float: left;
}

form.contactForm p input.contactFormClass_radio {
    clear: left;
    float: left;
}

form.contactForm p label, .contactForm p span {
    font-weight: bold;
    float: left;
    margin-left: -155px;
    width: 150px;
}

form.contactForm input[type="text"], form.contactForm input[type="password"] {
    width: 250px;
}

form.contactForm select {
    width: 254px;
}

form.contactForm input{
    overflow: hidden;
}

form.contactForm img.captcha {
    float: left;
}

form.contactForm .is_required {
    color: red;
}

form.contactForm textarea {
    width: 250px;
    height: 150px;
}

form.contactForm #contactFormCaptcha {
    margin-left: 147px;
}


form.contactForm .contactFormClass_button {
    margin-left: 0px;
	width: 100px;
	cursor: pointer;
	margin: 2px;
}

.contactFormClass_button:hover, .contactFormClass_button:focus  {
	width: 100px;
	cursor: pointer;
	margin: 2px;
}

form.contactForm  #contactFormCaptcha {
    margin-left: 3px !important;
    margin-top: 5px !important;
}


/*****************************************/
/* CSS DEFINITIONS FOR GUESTBOOK-MODULE  */
/*****************************************/

#guestbook {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#guestbook div.entries,
#guestbook div.status,
#guestbook div.paging,
#guestbook div.add_entry,
#guestbook div.error_message,
#guestbook div.information,
#guestbook div.form,
#guestbook div.count_entries
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#guestbook div.entry_row1, #guestbook div.entry_row2 {
	width: 100%;
	padding: 10px 5px 10px 5px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
	border-bottom: 1px dotted #D0D0D0;
}

#guestbook div.entry_row1 {
	background-color: #ffffff;
}

#guestbook div.entry_row2 {
	background-color: #f9f9f9;
}

#guestbook div.error_message {
	color:#FF0000;
}

#guestbook div.title {
	float:left;
	height: 27px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 60%;
}

#guestbook div.title h3{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

#guestbook div.location {
	float:left;
	height: 22px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 20%;
	font-style:italic;
}

#guestbook div.date {
	float:left;
	height: 22px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 20%;
	text-align:right;
}

#guestbook div.message,
#guestbook div.links {
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
	height:auto !important;
	float:left;
	width:100%;
}

#guestbook p {
	width: 300px;
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 155px;
    _padding-left: 165px;
    height: 1%;
}

#guestbook p label {
    font-weight: bold;
    float: left;
    margin-left: -155px;
    width: 150px;
}

#guestbook p label.description {
    font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	width: 225px;
}

#guestbook input[type=radio]{
    float: left;
	width: 25px;
	text-align:left;
}

#guestbook input[type=text], #guestbook input[type=password]{
    overflow: hidden;
	width: 250px;
}

#guestbook textarea {
    width: 250px;
    height: 150px;
}



/*************************************/
/* CSS DEFINITIONS FOR MEDIA-MODULE  */
/*************************************/

#media {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
}

#media th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

#media th a {
	color: #000000;
}

#media tr.row1 {
	background-color: #EFEFEF;
}

#media tr.row2 {
	background-color: #ffffff;
}

#media td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
}





/************************************/
/* CSS DEFINITIONS FOR NEWS-MODULE  */
/************************************/

#news table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px; 
	cell-spacing: 0px;
}

#news th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

#news tr.row1 {
	background-color: #f9f9f9;
}

#news tr.row2 {
	background-color: #FFFFFF;
}

#news td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
	border-spacing: 0px;
}


/******************************************/
/* CSS DEFINITIONS FOR NEWSLETTER-MODULE  */
/******************************************/

#newsletter {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#newsletter div.errorMessage, #newsletter div.okMessage, #newsletter div.form  {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#newsletter div.errorMessage {
	color: #ff0000;
}

#newsletter p {
	width: 300px;
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 155px;
    _padding-left: 165px;
    height: 1%;
}

#newsletter p label {
    font-weight: bold;
    float: left;
    margin-left: -155px;
    width: 150px;
}

#newsletter p label.description {
    font-weight: normal;
    float: left;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

#newsletter input[type=checkbox], #newsletter input[type=radio]{
    float: left;
	width: 20px;
	text-align:left;
}

#newsletter input[type=text], #newsletter input[type=password]{
    overflow: hidden;
	width: 250px;
}

#newsletter select {
	width: 254px;
}


#newsletter textarea {
    width: 250px;
    height: 150px;
}



/***************************************/
/* CSS DEFINITIONS FOR PODCAST-MODULE  */
/***************************************/

#podcast {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#podcast div.showMedium, #podcast div.categories, #podcast div.noMedium, #podcast div.player, #podcast div.information, #podcast div#podcast_container {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#podcast div.media_, #podcast div.media_row1, #podcast div.media_row2  {
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
	border-bottom: 1px dotted #D0D0D0;
}

#podcast div.media_row1 {
	background-color: #ffffff;
}

#podcast div.media_row2 {
	background-color: #f9f9f9;
}


#podcast div.image {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#podcast div.description {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#podcast div.description h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

#podcast div.image img{
	border:2px solid #1679CE;
	margin: 0px 15px 15px 0px;
}

#podcast div.image a:hover img {
	border:2px solid #51BBF9;
	margin: 0px 15px 15px 0px;
}

#podcast table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px; 
	cell-spacing: 0px;
}

#podcast th {
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

#podcast tr.row2 {
	background-color: #f9f9f9;
}

#podcast tr.row1 {
	background-color: #FFFFFF;
}

#podcast td {
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
	border-spacing: 0px;
	vertical-align:top;
}



/*****************************************/
/* CSS DEFINITIONS FOR RECOMMEND-MODULE  */
/*****************************************/

#recommend {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#recommend div.text, #recommend div.status, #recommend div.form  {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#recommend div.status {
	color: #ff0000;
}

#recommend p {
	width: 300px;
    clear: left;
    margin: 0;
    padding: 2px 0 3px 0;
    padding-left: 180px;
    height: 1%;
}

#recommend p label {
    font-weight: bold;
    float: left;
    margin-left: -180px;
    width: 180px;
}

#recommend p label.description {
    font-weight: normal;
    float: left;
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
}

#recommend input[type=radio]{
    float: left;
	width: 20px;
	text-align:left;
}

#recommend input[type=text], #recommend input[type=password]{
    overflow: hidden;
	width: 250px;
}

#recommend textarea {
    width: 250px;
    height: 150px;
}




/***************************************/
/* CSS DEFINITIONS FOR SITEMAP-MODULE  */
/***************************************/

#sitemap {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	height:auto !important;
}

#sitemap ul {
	padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
	list-style: none;
}

#sitemap ul li{
	padding: 2px 0px 2px 0px;
        margin: 0px 0px 0px 0px;
	list-style: none;
        color: #FFFFFF;
	font-weight: normal;
}

#sitemap ul li.sitemap_level_1 {
        color: #FFFFFF;
	font-weight: bold;
}



/****************************************/
/* CSS DEFINITIONS FOR DOWNLOADS-MODULE */
/****************************************/

#downloads {
}

#downloads div.category {
}

#downloads ul.subcategory_list,
#downloads ul.file_list {
	padding: 0px;
}

#downloads ul.subcategory_list li.header,
#downloads ul.file_list li.header {
	list-style: none;
	padding: 4px 5px 4px 5px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-color: #EFEFEF;
	border: 0px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px dotted #D0D0D0;
}

#downloads ul.subcategory_list li.subcategory_0,
#downloads ul.subcategory_list li.subcategory_1 {
	list-style: none;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
	border-spacing: 0px;
	vertical-align:top;
}

#downloads ul.subcategory_list li.subcategory_1 {
	background-color: #F9F9F9
}

#downloads ul.file_list li.file_0,
#downloads ul.file_list li.file_1 {
	list-style: none;
	padding: 3px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-bottom: 1px dotted #D0D0D0;
	border-right: 1px solid #ffffff;
	border-spacing: 0px;
	vertical-align:top;
}

#downloads ul.file_list li.file_1 {
	background-color: #F9F9F9;
}

#downloads div.message,
#downloads div.message_ok,
#downloads div.message_error {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	float:left;
	height:auto !important;
}

#downloads div.message_error {
	color: #ff0000;
}

#downloads div.message_ok {
	color: #029202;
}


