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

	Project		:	Redaxo Demo

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

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




/*	undo
*******************************************************************************/

:link,:visited {
	text-decoration:none;
	color: 000000;
}
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; }

body, div,p,li { background-repeat:no-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.0em; }

a:hover { text-decoration:none; }

/*	html
*******************************************************************************/
html {
	min-height: 100%;

}

/*	body
*******************************************************************************/
body {
	background-image:url(bg_body.jpg);
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: xx-small;
	voice-family: "\";
	background-repeat: no-repeat;
}\"";
	voice-family: inherit;
	font-size: x-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, 
#main-block .warning { color:#f00; }


/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:auto;
	padding:0;
	height:100%;
	width:790px;
	color:#000000;
	text-align:left;
	left: 0px;
	top: 20px;
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0;
	padding:0;
	height:145px;
	background-image:url(bg_header.jpg);
	width: 800px;
}

/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position:absolute;
	top:59px;
	left:500px;
	width: 118px;
	height: 85px;

}

#logo a {
	background-image:url(highlights.gif);
	display:block;
	height:32px;
	width:139px;

	background-repeat: no-repeat;
}


#breadcrumb {
	position:absolute;
	bottom:40px;
	left:22px;
}

#breadcrumb a, 

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

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


#content, #content2 {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
	left: 0px;
	top: 0px;
}


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


#content {}

#content2 {
	background-image:url(bg_content.jpg);
	background-repeat:repeat-y;
	border-bottom:1px solid #d9d9d9;
	border-left:0px solid #d9d9d9;
	height: 1200px;

}

#main {
	position: absolute;
	width:560px;
	left: 180px;
	top: 20px;
}

#main-block {}

#main-block2 {
	padding:14px;
}


/*	Navigation vertical - 
	Wenn die Navigation mit der ID 3 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/
#navigation {
	float:left;
	width:200px;
	padding:14px 0;
}

#navigation ul.nav1st {
	width:139px;
}


#navigation ul.nav1st li {
	padding:8px 0 8px 14px;
}

#navigation ul.nav1st li.active {
	background:#f7f7f7;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
	color:#000000;
}

#navigation ul.nav1st a, 
#navigation ul.nav1st a:link {
	display:block;
	color:#000000;
	font-size:1.0em;
	font-weight:bold;
}

#navigation ul.nav1st a:hover {
	color:#f3cf21;
}


#navigation ul.nav1st li ul.nav2nd li {
	padding:0;
	margin-left:4px;
	list-style-type:square;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding:4px 0 4px 0;
	font-size:1.0em;
	font-weight:normal;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	text-decoration:underline;
}


/*	Navigation horizontal and vertical - 
	Wenn die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/

#header-nav {
	position:absolute;
	width: 785px;
	left:0px;
	bottom: 5px;
	border-bottom:0px solid #cccccc;

	background-repeat: repeat-y;
}

#header-nav ul.nav1st {
	left: 10px;
	top: 150px;
}


#header-nav ul.nav1st li {
	display:block;
	float:left;
	padding:5px 7px 5px 7px;
}

#header-nav ul.nav1st li.active {
	background:#ffffff;
}

#header-nav ul.nav1st li.active a,
#header-nav ul.nav1st li.active a:link {
	color:#000000;
}

#header-nav ul.nav1st a, 
#header-nav ul.nav1st a:link {
	color:#000000;
	font-size:1.0em;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header-nav ul.nav1st a:hover {
	color:#ffffff;
}


#navigation {
	float:left;
	width:139px;
	padding:26px 0;
}

#navigation ul.nav2nd li {
	padding:0;
	margin-left:14px;
	font-size:1.1em;
	font-weight:normal;
	width: 139px;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding: 4px 0 4px 0;
	color:#000000;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	color:#f9372d;
	text-decoration:underline;
}



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

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

/* Headline 1 */
#main-block h1 {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.7em;
	font-weight:bold;
	line-height:1.8em;

	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

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

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


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

#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;
}


/*	footer
------------------------------------------------------------------------------*/
.footer {
	display:block;
	width:100%;
	background-image:url(bg_body.jpg);
	background-position:0 -100px;
}
.footer2 {
	padding:0 14px;
}
.footer p {
	margin:0;
	padding:9px 0;
	font-size:10px;
	text-transform:uppercase;
}

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

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

/*	login form
------------------------------------------------------------------------------*/
.login {
	position:absolute;
	top:23
px;
	background-color: #;
	margin:-3px 0 0 0;
	width:100px;
	
	font-size:1.0em;
	line-height:1.4em;
	border-bottom:0px solid #f0d027;
	border-top:0px solid #f0d027;
	border-left:0px solid #f0d027;
	border-right:0px solid #f0d027;
}

.login2 {
	padding:0px 4px 5px 8px;
}

.login label {
	display:block;
	clear:both;
	margin-top:5px;
	color:#000000;
}

.login input {
	float:left;
	margin:5px 0;
	width:130px;
	border:1px solid #000000;
	background-color:#fff;
}


.login input.submit { 
	border:none;
	background:none;
	color:#000000;
	text-decoration:underline;
	cursor:pointer;
}


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

#form-module {
	margin:0px;
	padding:0px;
	width:520px;

	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.0em;
}

#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;

	border-top:0px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:0px 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 100px;
	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.0em;
}


/* 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 2px;
	font-size:1.2em;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-bottom:0px solid #000000;
	border-top:1px solid #000000;
	font-weight:bold;
	color:#000000;
	background-color:#f0d027;
}

#main-block .download-file {
	padding:2px 2px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#main-block .download-desc {
	margin-bottom:1.0em;
	padding:0px 2px;
	background-color:#ffffff;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#main-block .download-without-desc {
	margin-bottom:1.0em;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}
	
#rightcontent {
	width:200px;
	height:470px;
	/*border:1px solid #555555;*/
	text-align:left;
	background-image:  url("logo_rechts3.gif");
	background-repeat: no-repeat;
	background-color:#c3ccd5;
	float:left;
}

#sprachen {
	position:absolute;
	bottom:62px;
	left:680px;
}
