/*------------------------------------------------------------------------
# JoomlAxe CSS
# ------------------------------------------------------------------------
# Author: Spy2furious@gmail.com
# Websites:  http://www.joomlaxe.com
# License:  Creative Commons Attribution 3.0 License
-------------------------------------------------------------------------*/



html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #EBF3CE url(../images/bg-body.jpg) repeat-x;
	font-size: 12px;
	line-height: 1.5em;
}

body#background{
	font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #444444;
	margin: 0; padding: 0;
	background: #EBF3CE url(../images/bg-body.jpg) repeat-x;
}

#tausendpix{
 	width: 900px;
}

/* Normal link */
a:link, a:visited {
	text-decoration: none;
	color: #3137E6;
}

a:hover, a:active {
	border-bottom: 1px dotted #E7C722;
         color: #E7C722;
}

a img {
	border: none;
	text-decoration: none;
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.2em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	color: #B1002A;
	padding: 0 5px 3px 3px;
}
h1 { font-size: 2.0em; font-weight: normal; }
h2 { font-size: 1.5em; font-weight: normal; color: #B1002A; }
h3 { font-size: 1.5em; font-weight: normal; }
h4 { font-size: 1.3em; }

/* Lists */
ul, ol {
	margin: 0 0 2px 10px;
	padding: 0 5px 5px 2px;
}
ul { list-style: none; }
li { line-height: 1.8; color: #444444; background: url(../images/list-content.gif) no-repeat; background-position: 2px 8px; padding-left: 15px; }
ol { list-style: decimal; }

strong {
 	color: #167631;
}

dt {
  font-weight: bold;
  color: #7BA857;
}
dd {
  padding-left: 25px;
}

p, dl { padding: 3px 5px 3px 5px; }


/* Images */
img {
	padding: 5px;
}


fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

/* ================================ Layout ================================*/

/* Wrapper */
#content-outer {
	background: #F8F4DC;
	width: 900px;
	padding:0;
         border-left: 1px dotted #93b876;
         border-right: 1px dotted #93b876;
	border-bottom: 1px dotted #93b876;
}
#content-wrapper {
	margin: 0 auto;
	background: #F8F4DC;
	padding: 0;
         overflow:auto;
}

/* Header */
#header-wrap {
	width: 900px;
	background: #FFFDF1 url(../images/bg.gif) repeat-x ;
	margin: 0; padding: 0;
         border-left: 1px dotted #93b876;
         border-right: 1px dotted #93b876;
         /*border-bottom: 1px dotted #93b876;*/
}
#header {
	margin: 0;
         padding: 0;
	background: url(../images/border.gif) repeat-x left bottom;
	height: 200px;
}

#header #logo{
 	width:900px;
         align:left;
         float:left;
         margin:0;
         padding:0;
}

#header #logo-bild{
 	width:350px;
         align:left;
         float:left;
         margin:0;
         padding:0;
}

#header h1#logo-text {
         width:340px;
         align:left;
         float:left;
         margin-top: 85px;
         padding: 0;
	font: normal 30px Georgia, 'Times New Roman', Times, serif;
	color: #167631;
	text-decoration: none;
         letter-spacing: -2px;
}

/* Search */
#header #search{
	background:#FFFDF1 url(../images/header-search.gif) no-repeat scroll 0 0;
	border:medium none;
	height:33px;
         width:150px;
	margin:0;
         margin-top:-140px;
	align:right;
         float:right;

}

#breadcrumb-wrapper{
	width: 900px;
	background: #EBF3CE;
}

.breadcrumb{
	width: 850px;
	background:transparent url(../images/border.gif) repeat-x scroll left bottom;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px;
}
#content-wrapper #left-columns{
	width:193px;
         align:left;
         float:left;
         margin:0;
         padding:0;
         }

#content-wrapper #main{
	width:675px;
         min-height:400px;
         align:left;
         float:left;
         margin:0;
         padding-left:15px;
         border-left: 1px dotted #93b876;
         }

/* ================================= Footer =============================*/
#footer-wrapper {
	clear: both;
	margin: 0 auto;
	text-align: right;
}

/* footer-content */
#footer-content {
	width: 900px;
	padding: 0 0 35px 0;
	margin: 10px 0 0 5px;
         float: right;
}

/* footer-bottom */
#footer-bottom {
	clear: both;
	width: 900px;
	margin: 0 auto;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}
#footer-bottom .bottom-left {
	float: right;
}
