/*******************************************************************************

        Project                :        Redaxo Demo

        Copyright        :        blumbeet - web.studio
                                        www.blumbeet.com

        edit NPS 070303
*******************************************************************************/




/*        undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }



/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

p,li, a { background-repeat:no-repeat; }

/*        html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
	background-image: url(../pics/bg_body.jpg);
}

/*        body
*******************************************************************************/
body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: xx-small;
}

.clearer {
	display: block;
	clear: both;
	line-height: 0;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear {
	clear: both;
}

.flLeft {
	float: left;
}

.flRight {
	float: right;
}

.warning {
	color: #f00;
}

/*        website
*******************************************************************************/
#website {
	display: block;
	width: 997px;
	text-align: left;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	/* Seiteninhalt wieder links ausrichten */
        margin: 1px auto;
	/* standardkonforme horizontale Zentrierung */: ;
}

/*        logo / breadcrumb
*******************************************************************************/


#breadcrumb a:visited,
#breadcrumb a:Link {
	text-decoration: none;
	color: #FFFFFF;
}

/*        content
*******************************************************************************/

#suche {
	width: 250px;
	height: 50px;
	background-color: white;
	border-bottom-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 1px;
}

/* hide from IE/MAC \\*/
* html #content, * html #content2 {
	height: 1px;
}

/* end hide */


#main {
	float: left;
	width: 772px;
	min-height: 400px;
	background-color: white;
}

#main-block {
}

#main-block2 {
	padding: 14px;
}

/*        Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color: black;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 15px;
	letter-spacing: 3px;
}

#main-block .teaser h1 {
	font-size: 1.4em;
}

/* Headline 2 */
#main-block h2 {
	color: #000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

/* Headline 6 */
#main-block h6 {
	color: #000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 20px;
	letter-spacing: 3px;
}

/*        Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom: 1.2em;
	font-size: 1.2em;
	line-height: 1.6em;
}

#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size: 1em;
}

#main-block ul {
	margin-left: 14px;
	list-style-type: square;
}

#main-block ol {
	list-style-type: decimal-leading-zero;
}

/*        Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color: black;
}

#main-block a:hover {
	color: #000;
}

/*        Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom: 0;
}

#main-block div.image p {
	margin: 0;
	font-size: 0.9em;
}

#main-block div.flLeft {
	margin-right: 14px;
}

#main-block div.flRight {
	margin-left: 14px;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding: 0px;
	margin: 0px;
}

#form-module {
	margin: 0px;
	padding: 0px;
	width: 800px;
	color: #575757;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.5em;
}

#form-module fieldset {
	border: 0px solid #fff;
}

#form-module legend {
	display: none;
}

#form-module p {
	margin: 0;
	padding: 5px;
	font-size: 1em;
	font-weight: bold;
}

#form-module .element {
	display: block;
	clear: both;
}

#form-module label {
	display: block;
	float: left;
	padding: 5px;
	width: 120px;
}

#form-module label.checkbox {
	width: 372px;
	border-right: none;
}

#form-module input,
#form-module select,
#form-module textarea {
	float: left;
	margin: 5px;
	width: 295px;
	border: 1px solid #333;
}

#form-module input.text {
	height: 20px;
	color: gray;
}

#form-module input.checkbox {
	width: 120px;
	padding: 0;
	border: none;
}

#form-module input.submit {
	margin: 5px 5px 5px 137px;
	padding: 2px 5px;
	border: 1px solid #333;
	color: #666;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
}

#form-module input.submit:hover {
	background-color: #f7f7f7;
	color: #000;
}

#form-module label.textarea,
#form-module textarea.textarea {
	height: 96px;
}

#form-module-thanks {
	display: block;
	color: #666;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 1.5em;
}

/* download
*******************************************************************************/
#main-block .download-hdl p,
#main-block .download-file p,
#main-block .download-desc p {
	margin: 0;
}

#main-block .download-hdl p {
	padding: 5px 7px;
	background-color: #DCDCDC;
	font-weight: bold;
	color: black;
}

#main-block .download-file {
	padding: 1.2em 7px;
	border-left: 2px solid #DCDCDC;
	border-right: 2px solid #DCDCDC;
}

#main-block .download-desc {
	margin-bottom: 1.2em;
	padding: 1.2em 7px;
	background-color: #e5ffe5;
	border-left: 2px solid #DCDCDC;
	border-right: 2px solid #DCDCDC;
	border-bottom: 2px solid #DCDCDC;
}

#main-block .download-without-desc {
	margin-bottom: 1.2em;
	border-top: 2px solid #DCDCDC;
}

/*        Navigation vertical - HANDBUCH!!
 für jede Ebene ein a.level? , a.current? und li.navhistory? zur Formatierung anlegen
------------------------------------------------------------------------------*/
#navigation {
	width: 225px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-image: url(../pics/bg_nav_gross.jpg);
	background-repeat: no-repeat;
	min-height: 378px;
}

#navigation ul.nav1st {
	position: relative;
}

#navigation ul.nav1st a {
	display: block;
}

#navigation ul.nav1st a.level1,
#navigation ul.nav1st a.current1 {
	padding-left: 10px;
	height: 18px;
	color: black;
	padding-top: 4px;
	/*background-image: url(../pics/bg_nav_button.jpg);
	*/
        font-size: 12px;
	letter-spacing: 1px;
}

#navigation ul.nav1st a:hover.level1,
#navigation ul.nav1st a:hover.current1 {
}

#navigation ul.nav1st a.level2,
#navigation ul.nav1st a.current2 {
	padding-left: 24px;
	padding-top: 4px;
	color: black;
	height: 16px;
	font-size: 12px;
	letter-spacing: 1px;
}

#navigation ul.nav1st a.level3,
#navigation ul.nav1st a.current3 {
	padding-left: 38px;
	padding-top: 4px;
	color: black;
	font-size: 12px;
	height: 16px;
	letter-spacing: 1px;
}

#navigation ul.nav1st a.level4,
#navigation ul.nav1st a.current4 {
	padding-left: 52px;
	padding-top: 4px;
	color: black;
	font-size: 12px;
	height: 16px;
	letter-spacing: 1px;
}

#navigation ul.nav1st li,
#navigation ul.nav1st li.navhistory1,
#navigation ul.nav1st li.navhistory2,
#navigation ul.nav1st li.navhistory3,
#navigation ul.nav1st li.navhistory4,
#navigation ul.nav1st li.navhistory5,
#navigation ul.nav1st li.navhistory {
	padding: 0px 0px 0px 0px;
}

#navigation ul.nav1st li.active {
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	background-image: url(../pics/bg_select.jpg);
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link,
#navigation ul.nav1st li.active a:active,
#navigation ul.nav1st li.active a:focus,
#navigation ul.nav1st li.active a:visited,
#navigation ul.nav2st li.active a,
#navigation ul.nav2st li.active a:link,
#navigation ul.nav2st li.active a:active,
#navigation ul.nav2st li.active a:focus,
#navigation ul.nav2st li.active a:visited,
#navigation ul.nav3st li.active a,
#navigation ul.nav3st li.active a:link,
#navigation ul.nav3st li.active a:active,
#navigation ul.nav3st li.active a:focus,
#navigation ul.nav3st li.active a:visited, {
	color: black;
}

#navigation ul.nav1st a.level1,
#navigation ul.nav2st a:hover,
#navigation ul.nav3st a:hover, {
	color: black;
}

input {
	color: red;
	border: 1px groove black;
	margin-left: 10px;
	margin-top: 15px;
}

/*        CSS für Modul Linie/Spacer
------------------------------------------------------------------------------*/
#L1 {
	border-bottom-color: black;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#S30 {
	height: 30px;
}

#S40 {
	height: 40px;
}

#S50 {
	height: 50px;
}

#main-block .headline {
	font-weight: bolder;
	letter-spacing: 1;
	height: 20px;
}

/* JAOS Gallery
*******************************************************************************/
.jaosg_galerie {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.jaosg_thumbnail {
	margin: 10px;
	float: left;
	height: 220px;
	width: 220px;
	text-align: left;
	vertical-align: middle;
}

.jaosg_nav {
	text-align: center;
}

.jaosg_bild {
	text-align: center;

.jaosg_bildbeschreibung {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}