/*******************************************************************************

	Project		:	Redaxo Demo

	Copyright	:	blumbeet - web.studio
					www.blumbeet.com

*******************************************************************************/




/*	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 { margin:0; padding:0; vertical-align:top; }
address { font-style:normal }

legend { display:none; }

body, div,p,li { background-repeat:repeat; }

/*	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; }

/*	html
html {
	height: 100%;
}
*******************************************************************************/

/*	body
*******************************************************************************/
body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	background-color:white;
	scrollbar-face-color: #eeeeee; 
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: white; 
	scrollbar-3dlight-color: black; 
	scrollbar-arrow-color: #00a6eb; 
	scrollbar-track-color: #eeeeee; 
	scrollbar-darkshadow-color: black;
}

.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 {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:100%;
	text-align:left;
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:85px;
	border-bottom:1px dotted;
}

/*	logo / breadcrumb
*******************************************************************************/
#logo1 {
	height:85px;
	width:227px;
	float:left;
}

#logo2 {
	height:85px;
	width:181px;
	float:right;
	margin-right:20px;
}

#breadcrumb {
	position:absolute;
	bottom:9px;
	left:237px;
}

#breadcrumb a, 
#breadcrumb a:link {
	color:#000;
}

#breadcrumb a:hover {
	text-decoration:underline;
}
/*	content
*******************************************************************************/


#content, #content2 {
	display:block;
	float:left;
	position:relative;
	padding:0 0 0 0;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */


#content {
}

#content2 {

}

#main {
	float:left;
	width:560px;
}

#main-block {}

#main-block2 {
	padding:14px;
}


/*	Navigation vertical - 
------------------------------------------------------------------------------*/

#leftcol {
	float:left;
	width:227px;
	padding:14px 0;
}

#leftcol1 {
	float:left;
	width:227px;
}


#navigation {
	float:left;
	width:227px;
	padding:14px 0;
	margin:30px 0 10px 0;
	background:#ffffff;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
}

#leftcol2 {
	clear:left;
	width:227px;
}

#globalnavigation {
	float:left
	width:65px;
	padding:1px 2px 1px 2px;
	margin:5px 0 0 150px;
	background:#ffffff;
}

/*	donate Werbebanner
------------------------------------------------------------------------------*/
#donate {
	margin:2em 0 0 14px;
}


/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color:#000000;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.6em;
	font-weight:normal;
	line-height:1.6em;
}

#main-block .teaser h1 {
	font-size:1.4em;
}

/* Headline 2 */
#main-block h2 {
	color:#000000;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	line-height:1.4em;
}

/* Headline 3 */
#main-block h3 {
	color:#000000;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.2em;
}

/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom:1.2em;
	font-size:1.0em;
	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:#00a6eb;
	text-decoration:none;
}

#main-block a:hover {
	color:#00a6eb;
}



/*	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;
}


/*	footer
------------------------------------------------------------------------------*/
.footer {
	display:block;
	clear:both;
	width:560px;
	margin:20px 0 0 227px;
	background-position:0 -100px;
}
.footer2 {
	padding:0 14px;
}
.footer p {
	margin:0;
	padding:9px 0;
	font-size:10px;
	text-transform:lowercase;
}

.footer p, 
.footer p a,
.footer p a:link {
	color:#888888;
}
.footer p a:hover {
	text-decoration:underline;
}

.footer .col-left {
	float:left;
	width:560px;
}
.footer .col-right {
 	float:left;
}


/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	background-color:#f7f7f7;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#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;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	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;
}

#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;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, 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:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}


/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:2px 4px;
	background-color:#e5e5e5;
	font-weight:bold;
	color:#000000;
}

#main-block .download-file {
	padding:0.5em 4px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:0.5em 4px;
	background-color:#e5e5e5;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}

#main-block .download-without-desc {
	margin-bottom:1.2em;
	border-top:1px solid #e5e5e5;
}

a:link  { color: #00a6eb; text-decoration: none } 
a:visited  { color: #00a6eb; text-decoration: none } 
a:hover  { color: #00a6eb; text-decoration: none }

.logo  { color: #000000; text-decoration: none; font-style: normal; font-weight: bold; font-size: 18px; font-family: Verdana, Helvetica, Arial, sans-serif }
.head  { color: #000000; font-style: normal; font-weight: normal; font-size: 13px; font-family: Verdana, Helvetica, Arial, sans-serif }
.headbold  { color: #000000; font-style: normal; font-weight: bold; font-size: 13px; font-family: Verdana, Helvetica, Arial, sans-serif }
.headboldgray  { color: gray; font-style: normal; font-weight: bold; font-size: 13px; font-family: Verdana, Helvetica, Arial, sans-serif }
.copy  { color: #000000; font-style: normal; font-weight: normal; font-size: 11px; font-family: Verdana, Helvetica, Arial, sans-serif }
.copygray { color: gray; text-decoration: none; font-style: normal; font-weight: normal; font-size: 11px; font-family: Verdana, Helvetica, Arial, sans-serif }
.copygraybold { color: gray; font-style: normal; font-weight: bold; font-size: 11px; font-family: Verdana, Helvetica, Arial, sans-serif }
.copygraysmall { color: gray; text-decoration: none; font-style: normal; font-weight: normal; font-size: 9px; font-family: Verdana, Helvetica, Arial, sans-serif }
.copybold  { color: #000000; font-style: normal; font-weight: bold; font-size: 11px; font-family: Helvetica, Arial, sans-serif }
.linksmall { color: gray; text-decoration: none; font-style: normal; font-weight: normal; font-size: 9px; font-family: Verdana, Helvetica, Arial, sans-serif }
.linkwhite { color: white; text-decoration: none; font-style: normal; font-weight: normal; font-size: 9px; font-family: Verdana, Helvetica, Arial, sans-serif }
.field {
	width : 160px;
	height: 17px;
	font: 8pt Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	text-align : left; }
.field_plz {
	width : 40px;
	height: 17px;
	font: 8pt Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	text-align : left; }
.field_ort {
	width : 118px;
	height: 17px;
	font: 8pt Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	text-align : left; }
.field_nr {
	width : 20px;
	height: 17px;
	font: 8pt Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	text-align : left; }
.field_str {
	width : 138px;
	height: 17px;
	font: 8pt Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	text-align : left; }
.area {
	width : 280px;
	height: 80px;
	font: 8pt Verdana, Helvetica, Arial, sans-serif ;
	color: #000000;
	text-align : left; }
.btn {
	padding-left : 2px;
	padding-right : 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	width : 180px;
	height : 18px;
	color: #000000;
	font: bold 7pt Verdana, Helvetica, Arial, sans-serif ;
	text-align : left;
	cursor : hand; }


