/* 
* Template: "rollin"
* Copyright 2009 - 2010 by: web-n-arts|Thomas Prachtel
* Letzte Änderung: 20.06.2010
* http://www.web-n-arts.de
* (Dieser Hinweis darf nicht entfernt werden!)
*/


/* -------------------------------------------------------- */
/* Globale Einstellungen */
/* --------------------- */
* {
	font-family:verdana,arial,helvetica,verdana,sans-serif;
	font-size:10pt;
	overflow:visible !important;
}
html, body {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	background:white;
}
div.strada {
	background-image:none;
}
a {
	color:#006699;
	font-weight:normal;
	font-size:inherit;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover	{
	color:#cc0033;
	text-decoration:none;
}

/*a:link:after, a:visited:after {
content: " (-->" attr(href) ") ";
font-weight: normal;
font-size: 80%
}*/

ul.mainmenu {
	margin:0px;
	padding:0px;
}
li.mainmenu {
	margin:0px;
	padding:0px;
	display:block;
	list-style-type:none;
}
ul.gallerymenu {
	margin:0px;
	padding:0px;
}
li.gallerymenu {
	display:inline;
	padding-right:10px;
	list-style-type:none;
}
ul.detailmenu {
	margin:0px;
	padding:0px;
}
li.detailmenu {
	display:inline;
	padding-right:0px;
}

em {
	font:inherit;
	font-style:normal;
	font-weight:bold;
}

/* -------------------------------------------------------- */
/* Haupt-Layer */
/* ----------- */
div.main {
	width:600px;
	height:auto;
	margin:0px;
}


/* -------------------------------------------------------- */
/* Beschreibung */
/* ------------ */
.description {
	font-family:inherit;
	text-align:right;
	color:#ffffff;
	font-size:0.9em;
	font-weight:bold;
	width:1008px;
	display:none;
}


/* -------------------------------------------------------- */
/* Header */
/* ------ */
div.header {
	display:none;
}


/* -------------------------------------------------------- */
/* Footer */
/* --------------- */
div.footer {
	display:none;
}


/*----------------------------------------------------------*/
/* Galeriefooter */
/* --------------- */
div.galleryfooter {
	background-image:url("../grafiken/galleryfooter.png");
	background-repeat:no-repeat;
	background-position:top;
	height:101px;
	width:1024px;
	font-size:0.8em;
	margin-top:0px;
}


/*----------------------------------------------------------*/
/* Detailmenu und Seiteninhalt */
/* --------------------------- */
div.catcontent {
	background-image:none;
	margin-top:0px;
	width:600px;
}

/* -------------------------------------------------------- */
/* Detailmenu und Seiteninhalt (Galerie) */
/* ------------------------------------- */
div.gallerycontent {
	width:1024px;
	margin-top:0px;
	padding-left:30px;
	background-image:url("../grafiken/bg_gallerycontent.png");
	background-repeat:repeat-y;
	overflow:hidden;
}

div.gallerycontent h1 {
	font-size:1.4em;
	margin-left:300px;
}


/* -------------------------------------------------------- */
/* Hauptmenu */
/* --------- */
div.mainmenu {
	display:block;
	float:left;
	width:250px;
	height:auto;
	margin-left:30px;
	margin-top:0px;
	display:none;
}

div.menufooter {
	height:88px;
	width:250px;
	background-image:url("../grafiken/menufooter.png");
	background-repeat:no-repeat;
	background-position:left top;
}


/* -------------------------------------------------------- */
/* Hauptmenu (Galerie) */
/* ------------------- */
div.gallerymenu {
	text-align:center;
	margin-bottom:5px;
	width:720px;
	padding-right:30px;
}


/* -------------------------------------------------------- */
/* Detailmenu */
/* ---------- */
div.detailmenu {
	width:698px;
	line-height:21px;
	text-align:left;
	margin-left:300px;
	padding-top:250px;
}

/* -------------------------------------------------------- */
/* Detailmenu (Galerie) */
/* -------------------- */
div.gallerynumbermenu {
	width:736px;
	text-align:center;
	float:none;
	margin:0px;
}


/* -------------------------------------------------------- */
/* Galerie-Tabelle (Uebersichtsmodus) */
/* --------------------------------- */
table.gallerytable {
	border-collapse:collapse;
}
td.gallerytd {
	vertical-align:top;
}
img.thumbnail {
	margin:20px;
}


/* -------------------------------------------------------- */
/* Seiteninhalt */
/* ------------ */
div.pagecontent {
	color:#000000;
	margin:0px;
	width:560px;
	text-align:left;
	line-height:1.4em;
	min-height:400px;
	background-image:none;
}

/* -------------------------------------------------------- */
/* Seiteninhalt (Galerie)*/
/* ------------ */
div.gallerypagecontent {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:240px;
	width:736px;
	text-align:justify;
	line-height:1.5em;
	min-height:400px;
	background-color:none;
}


/* -------------------------------------------------------- */
/* Letzte Aenderung */
/* --------------- */
div.lastchange {
	text-align:right;
	font-weight:bold;
	color:#006699;
	font-size:0.8em;
	padding-top:150px;
	width:1008px;
}

div.lastchange a {
	font-size:inherit;
	font-weight:bold;
	color:#006699;
	text-decoration:none;
}


div.lastchange a:hover {
	font-size:inherit;
	font-weight:bold;
	color:#cc0033;
	text-decoration:none;
}


/* -------------------------------------------------------- */
/* Hauptmenupunkt */
/* -------------- */
a.menu {
	display:block;
	text-align:left;
	text-indent:30px;
	color:#ffffff;
	text-shadow: #000000 1px 1px 3px;
	padding:10px 0px;
	width:250px;
	height:16px;
	font-weight:normal;
	font-size:1.2em;
	background-image:url("../grafiken/menubody.png");
	background-repeat:repeat-y;
	background-position:left;
	margin:0px;
}
a.menu:hover {
	text-decoration:none;
	color:#cc0033;
	text-shadow: #ffffff 1px 1px 3px;
	background-image:url("../grafiken/menubotton_a.png");
	background-repeat:no-repeat;
	background-position:left;
}


/* -------------------------------------------------------- */
/* Aktiver Hauptmenupunkt */
/* ---------------------- */
a.menuactive {
	display:block;
	text-align:left;
	text-indent:30px;
	color:#006699;
	text-shadow: #ffffff 1px 1px 3px;
	padding:10px 0px;
	width:250px;
	height:16px;
	font-weight:normal;
	font-size:1.2em;
	background-image:url("../grafiken/menubotton_a.png");
	background-repeat:no-repeat;
	background-position:left;
	margin:0px;
}
a.menuactive:hover {
	text-decoration:none;
	color:#006699;
}


/* -------------------------------------------------------- */
/* Detailmenupunkt */
/* --------------- */
a.detailmenu {
	padding:3px 10px;
	color:#cc0033;
	background-image:url("../grafiken/arrow.png");
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:normal;
	font-size:1.0em;
}
a.detailmenu:hover {
	color:#666666;
	text-decoration:none;
	background-image:url("../grafiken/arrow.png");
	background-repeat:no-repeat;
	background-position:left center;
}


/* -------------------------------------------------------- */
/* Aktiver Detailmenupunkt */
/* ----------------------- */
a.detailmenuactive {
	padding:3px 10px;
	color:#3399cc;
	background-image:url("../grafiken/arrow.png");
	background-repeat:no-repeat;
	background-position:left center;
	font-weight:normal;
	font-size:1.0em;
}
a.detailmenuactive:hover {
	color:#3399cc;
	text-decoration:none;
}


/* -------------------------------------------------------- */
/* Submenupunkt */
/* --------------- */
/*a.submenu {
	display:block;
	text-align:left;
	text-indent:10px;
	color:#FFFFFF;
	padding:5px 0px;
	width:240px;
	height:15px;
	font-weight:bold;
	font-size:13px;
	margin:0px;
	background-image:url("../grafiken/button_n.png");
	background-repeat:repeat-y;
}
a.submenu:hover {
	text-decoration:none;
	color:#000033;
	background-image:url("../grafiken/button_n.png");
	background-repeat:repeat-y;
}*/


/* -------------------------------------------------------- */
/* Aktiver Submenupunkt */
/* ----------------------- */
/*a.submenuactive {
	display:block;
	text-align:left;
	text-indent:10px;
	color:#000033;
	padding:5px 0px;
	width:240px;
	height:15px;
	font-weight:bold;
	font-size:13px;
	margin:0px;
	background-image:url("../grafiken/button_n.png");
	background-repeat:repeat-y;
}
a.submenuactive:hover {
	text-decoration:none;
	color:#000033;
	background-image:url("../grafiken/button_n.png");
	background-repeat:repeat-y;
}*/


/* -------------------------------------------------------- */
/* Fehler in Tag-Attribut oder -Wert */
/* --------------------------------- */
.deadlink {
	color:#FF4444;
	text-decoration:line-through;
	font-weight:bold;
}


/* -------------------------------------------------------- */
/* Suchwort-Hervorhebungen */
/* ----------------------- */
.highlight {
	padding:1px 1px;
	margin:2px;
	font-size:inherit;
	background-color:#FFCC00;
	color:#000000;
}


/* -------------------------------------------------------- */
/* Searchbox */
/* --------- */
div.searchbox {
	text-align:center;
	background-image:url("../grafiken/searchboxbody.png");
	background-repeat:repeat-y;
	background-position:left;
	color:#006699;
	text-shadow: #ffffff 2px 2px 5px;
	padding-top:5px;
	padding-bottom:10px;
}


/* -------------------------------------------------------- */
/* Suchformular */
/* ------------ */
div.search {
	width:155px;
	height:19px;
	background-color:#FFFFFF;
	border:1px solid #2D7DA2;
	margin-left:45px;
	margin-top:5px;
}
form.searchform {
	display:inline;
	padding:0px;
	margin:0px;
}
input.searchtextfield {
	font-size:0.9em;
	width:130px;
	margin:0px;
	padding-left:2px;
	border:none;
	background-color:transparent;
}
fieldset#searchfieldset {
   border:none;
   margin:0px;
   padding:0px;
}
input.searchbutton {
	margin-bottom:-4px;
	margin-left:2px;
}


/* -------------------------------------------------------- */
/* Newsletterbox */
/* --------- */
div.newsletterbox {
	display:block;
	background-image:url("../grafiken/searchboxbody.png");
	background-repeat:repeat-y;
	background-position:left;
	text-align:center;
	color:#006699;
	line-height:1.4em;
	text-shadow: #ffffff 2px 2px 5px;
	padding-top:5px;
	padding-bottom:10px;
	padding:10px 30px;
}


/* -------------------------------------------------------- */
/* Kontaktformular */
/* --------------- */
form#contact_form {
	padding:10px;
	background-image:url("../grafiken/verlauf.png");
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
	border:1px solid #2D7DA2;
	width:520px;
}
table#contact_table {
	padding-left:30px;
}
table#contact_table td {
  vertical-align:top;
  padding-top:0px;
  line-height:25px;
}
span#contact_errormessage{
  	display:block;
    margin-bottom:10px;
    color:#aa0000;
    border:1px solid #aa0000;
    padding:8px;
    font-weight:bolder;
    text-align:center;
    background-color:#FFDDDD;
}
span#contact_successmessage{
  	display:block;
    margin-top:10px;
    color:#00aa00;
    border:1px solid #00aa00;
    padding:8px;
    font-weight:bolder;
    text-align:center;
    background-color:#DDFFDD;
}
input#contact_name, input#contact_mail, input#contact_website {
  	width:260px;
  	color:#000000;
  	border:1px solid #2D7DA2;
}
/*nachträglich eingefügt - nicht Bestandteil der Standard-CSS*/
input#contact_calculation {
	width:80px;
	color:#000000;
	line-height:1.0em;
	border:1px solid #2D7DA2;
}
/**/
textarea#contact_message {
  	width:400px;
  	color:#000000;
  	border:1px solid #2D7DA2;
}
input#contact_submit {
	color:#000000;
	width:100px;
	cursor:pointer;
}



/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                                                          */
/* AB HIER: CMS-SYNTAX                                      */
/*                                                          */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* [link|...]      */
/* --------------- */
a.link {
}


/* -------------------------------------------------------- */
/* [mail|...]      */
/* --------------- */
a.mail {
}


/* -------------------------------------------------------- */
/* [seite|...]      */
/* --------------- */
a.page {
}


/* -------------------------------------------------------- */
/* [kategorie|...]      */
/* --------------- */
a.category {
}


/* -------------------------------------------------------- */
/* [datei|...]      */
/* --------------- */
a.file {
}


/* -------------------------------------------------------- */
/* [galerie|...]      */
/* --------------- */
a.gallery {
}


/* -------------------------------------------------------- */
/* [bild|...] */
/* ---------- */
span.imagesubtitle {
	text-align:justify;
	font-size:8pt
	line-height:1.1em;
	font-weight:bold;
}

img {
	border:none;
	padding-bottom:3px;
	overflow:hidden;
}


/* -------------------------------------------------------- */
/* [bildlinks|...] */
/* --------------- */
span.leftcontentimage {
	margin:25px 25px 10px 0px;
	float:left;
	font-size:8pt;
	line-height:1.1em;
	font-weight:bold;
}

img.leftcontentimage {
	width:200px;
	max-width:200px;
	border:none;
	padding-bottom:3px;
}


/* -------------------------------------------------------- */
/* [bildrechts|...] */
/* ---------------- */
span.rightcontentimage {
	margin:25px 0px 10px 25px;
	float:right;
	font-size:8pt;
	line-height:1.1em;
	font-weight:bold;
}

img.rightcontentimage {
	width:200px;
	max-width:200px;
	border:none;
	padding-bottom:3px;
}


/* -------------------------------------------------------- */
/* [fett|...] */
/* ---------- */
b.contentbold {
	font-size:inherit;
}


/* -------------------------------------------------------- */
/* [kursiv|...] */
/* ------------ */
i.contentitalic {
	font-size:inherit;
}


/* -------------------------------------------------------- */
/* [unter|...] */
/* ------------ */
u.contentunderlined {
	font-size:inherit;
}


/* -------------------------------------------------------- */
/* [durch|...] */
/* ------------ */
s.contentstrikethrough {
	font-size:inherit;
}


/* -------------------------------------------------------- */
/* [zentriert|...] */
/* --------------- */
.aligncenter {
    text-align:center;
}


/* -------------------------------------------------------- */
/* [links|...] */
/* ----------- */
.alignleft {
    text-align:left;
}


/* -------------------------------------------------------- */
/* [rechts|...] */
/* ------------ */
.alignright {
    text-align:right;
}


/* -------------------------------------------------------- */
/* [block|...] */
/* ----------- */
.alignjustify {
    text-align:justify;
}


/* -------------------------------------------------------- */
/* [ueber1|...] */
/* ------------ */
h1 {
	font-family:"Trebuchet MS",verdana,sans-serif;
	font-size:15pt;
	line-height:1.3em;
	color:#006699;
	margin-top:20px;
	margin-bottom:20px;
}


/* -------------------------------------------------------- */
/* [ueber2|...] */
/* ------------ */
h2 {
	font-family:"Trebuchet MS",verdana,sans-serif;
	font-size:13pt;
	color:#006699;
	margin-top:10px;
	margin-bottom:10px;
}


/* -------------------------------------------------------- */
/* [ueber3|...] */
/* ------------ */
h3 {
	font-family:"Trebuchet MS",verdana,sans-serif;
	font-size:11pt;
	color:#006699;
	margin-top:5px;
	margin-bottom:5px;
}


/* -------------------------------------------------------- */
/* [liste|...] */
/* [numliste|...] */
/* ------------ */
ul, ol {
	margin-top:0px;
	margin-bottom:0px;
}
li {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:5px;
}


/* -------------------------------------------------------- */
/* [----] */
/* ------ */
hr {
	border:1px solid #CCCCCC;
}

/* -------------------------------------------------------- */
/* [tabelle|...] */
/* ------------- */
table.contenttable {
	margin:20px auto;
	border-collapse:collapse;
	width:100%;
}
th.contenttable {
	vertical-align:top;
	background-image:url("../grafiken/zeile.png");
	background-repeat:repeat-x;
	background-position:top;
	padding:3px 5px;
}
td.contenttable1 {
	vertical-align:top;
	background-color:#ffffff;
	padding:3px 5px;
}
td.contenttable2 {
	vertical-align:top;
	background-color:#eeeeee;
	padding:3px 5px;
}


/* -------------------------------------------------------- */
/* {TABLEOFCONTENTS} */
/* ----------------- */
div.tableofcontents ul ul {
    /*padding-left:15px;*/
}
div.tableofcontents li.blind {
    list-style-type:none;
    list-style-image:none;
}
fieldset#searchfieldset {
   border:none;
   margin:0px;
   padding:0px;
}


/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                                                          */
/* AB HIER: BENUTZERDEFINIERTE SYNTAXELEMENTE               */
/*                                                          */
/* -------------------------------------------------------- */


/* Newsbox */
/* ------- */
div.sidebar {
	width:185px;
	height:auto;
	float:right;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left:30px;
}
div.newsbox {
	font-size:0.9em;
	line-height:1.6em;
	width:185px;
	text-align:center;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#006699;
	font-weight:normal;
	background-image:url("../grafiken/verlauf.png");
	background-repeat:repeat-x;
	background-position:top;
	background-color:#66ccff;
	border:1px solid #2D7DA2;
}
div.newsbox h1 {
	font-family:"Trebuchet MS",verdana,sans-serif;
	margin-top:0px;
	margin-bottom:10px;
	font-size:1.3em;
	font-weight:normal;
	text-align:center;
	color:#FFFFFF;
	text-shadow: #000000 1px 1px 3px;
	line-height:30px;
	vertical-align:middle;
	background-image:url("../grafiken/infoboxheader.png");
	background-repeat:repeat-x;
	width:185px;
	background-position:top left;
}


/* -------------------------------------------------------- */
/* Mediainhalt links */
/* --------------------- */
div.mediainhalt_links {
	font-size:0.9em;
	line-height:1.5em;
	width:auto;
	text-align:justify;
	float:left;
	margin-bottom:10px;
	margin-right:30px;
	margin-top:5px;
	color:#000000;
	font-weight:normal;
	display:none;
}


/* -------------------------------------------------------- */
/* Mediainhalt rechts */
/* --------------------- */
div.mediainhalt_rechts {
	font-size:0.9em;
	line-height:1.5em;
	width:auto;
	text-align:justify;
	float:right;
	margin-bottom:10px;
	margin-left:30px;
	margin-top:5px;
	color:#000000;
	font-weight:normal;
	display:none;
}


/* -------------------------------------------------------- */
/* Telefonbanner */
/* ------- */
div.fonbanner {
	width:185px;
	height:264px;
	margin-bottom:10px;
	background-color:none;
	background-image:url("../grafiken/telefonbanner.png");
	background-repeat:no-repeat;
	background-position:center;
	border:1px solid #2D7DA2;
}


/* -------------------------------------------------------- */
/* Rahmen */
/* ------- */
div.border {
	border:0px solid #2D7DA2;
	padding:0px;
}


/* -------------------------------------------------------- */
/* Rahmen mit Hintergrund */
/* ---------------------- */
div.bgborder {
	background-image:none;
	background-color:#ffffff;
	border:0px solid #2D7DA2;
	padding:0px;
}


/* -------------------------------------------------------- */
/* Inhaltslink */
/* ----------- */
div.inhaltslink {
	text-align:right;
	color:#999999;
	font-weight:normal;
}


/* -------------------------------------------------------- */
/* Kleiner Text */
/* ------------ */
div.smalltext {
	font-size:8pt;
	line-height:1.4em;
}


/* -------------------------------------------------------- */
/* Druckbutton */
/* ----------- */
.printbutton {
	float:right;
	width:20px;
	height:20px;
	background-image:url("../grafiken/printer.png");
	background-repeat:no-repeat;
	background-position:center;
}
