/***************************************
*  
*   ek_base.css
*   Copyright Elflein-Kosmetik
*   
***************************************/

* {
	margin:0;
	padding:0;
}

html[xmlns^="http"] {
	height:100%;
	padding-bottom:0.005em;
} 

body {
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif;
	background: #e7fabd;
	color: #7e7e7e;
	font-size: 0.8em;
}


a {
	text-decoration: none;
}

a:focus, 
a:active {
	outline:0;
}

#wrapTop {
	width: 900px; 
	margin: auto;
}

#wrapTop1 {
	float: left;
	width: 100%; 
	margin: 20px 0 0 0;
}

#wrapTop2 {
	float: left;
	width:100%;
}

.hidden{
display: none;
}


/***************************************
*   left column styles
***************************************/

#colLeft {
	float: left;
	width:206px;
	background: transparent url(../images/shadow_left.jpg) no-repeat;
	background-position: 236px 25px;	
	padding: 22px 22px 30px 22px ;
}

#top_logo img{
border: 0;
}

#preamble {
display: none;
}

#search {
float: left;
position: relative;
top: -260px;
left: 8px;
} 

#search input {
	background: #fff; 
	color: #9e9e9e;
	font-size: 0.75em;
	width: 165px;
	height: 15px;
	padding: 2px 0 0 2px;
	border: 1px solid #aeaeae;
}

#search input.searchButton {
	border: 0;
	width: 16px;
	height: 16px;
	vertical-align: top;
	padding: 0;
	margin:1px 0 0 0;
 }

#navPath {
        float: left;
	width: 430px;
	height: 16px;
	background: #E7FABD;
	color: #7e7e7e;
	padding: 4px 220px 0 0 ;
	font-size: 0.75em;
} 

/***************************************
*   content styles
***************************************/

.clear {
clear: both;
}

#navPath a {
	color: #7e7e7e;
	background: #E7FABD;	
}

#content {
	float: left;
	width:400px;
	padding: 18px 30px 25px 0;	
}

#content a {
	color: #649C15;
	border-bottom: 1px dotted #649C15; 
    background: #fff;
}

#content a.extern {
	color: #649C15;
	border-bottom: 1px dotted #649C15; 
	background: #fff url(../images/achor_ext.gif) no-repeat;
	background-position: 0px 4px;
	padding: 0 0 0 13px;
	margin: 0 0 0 2px;
}

#content h1 {
	clear: both;
	text-transform: uppercase;
	font-size: 1.45em;
	color: #6e6e6e;
	height: 34px;
	padding: 3px 0 0 40px;
	margin: 0px 0 15px 0;
	background: #fff url(../images/h1_bg36.gif) no-repeat;
	background-position: 0px 3px;
}

#content h1 span {
	text-transform: lowercase;
	position: relative;
	top: -1px;
	left: 7px; 
	display: block;
	width: 350px;
	font-size: 0.6em;
	text-indent: 0px;
	color: #649C15;
	background: #fff;
}

#content h2 {
	clear: both;
	text-transform: none;
	font-size: 1.2em;
	color: #649C15;
	background: #fff;
	padding: 0 0 0 40px;
	margin: 0px 0 5px 0;
}

#content img {
	border: solid #7e7e7e;
	border-width: 1px 0 1px 0;
	padding: 4px 0 4px 0;
}

#content ul {
	padding: 0 0 20px 80px;
} 

#content ul li span {
	background: inherit;
        color: #649C15;
        font-weight: normal;
} 

#content p {
	padding: 0 0 15px 40px;
	color: #7e7e7e;
	line-height: 1.3em;
	background: inherit;	
}

#content .p50left {
	float: left;
	width: 175px;
	padding: 0 5px 0 40px;
}

#content p.p50right {
	float: right;
	width: 165px;
	padding: 0 0 0 5px;
}

#content .p80left {
	float: left;
	width: 200px;
	padding: 0 5px 0 40px;
}

#content .linkLineLeft {
    float: left;
    border-left: 1px solid #669900;
    padding: 3px 0 3px 17px;
    margin: 5px 0 0 40px;
}
 
#content .linkLineRight {
    float: right;
    width: 185px;
    padding: 3px 15px 3px 0;
    text-align: right; 
    border-right: 1px solid #669900;
    line-height: 17px;
}

#content .linkLineRight a:hover{
    font-weight: bold;
}

#content div.searchResult h1 {
	margin: 0px 0 35px 0;
}
#content div.searchResult h1 span{
	text-transform: none;
}

#content div.searchResult p {
	padding: 0 0 0 40px;
}

#content div.searchResult h2{
border: 0;
font-size: 1em;
	color: #6e6e6e;
	background: #eaeaea;
	margin-left:40px;
text-transform: uppercase;
padding: 2px 4px 2px 4px;
}

#content div.searchResult h2 a {
display: block;
border: 0;
font-size: 1em;
	color: #6e6e6e;
	background: #eaeaea;
	margin-left:0;
text-transform: uppercase;
}


#content div.searchResult strong {
	color: #CC6600;
background: inherit;
}

#content div.searchResult a.readOn {
        clear: both;
        float: right;
        font-size: 0.75em;
        margin: 4px 10px 15px 0;
	color: #7e7e7e;
	border: 0;
	background: inherit;	
}

#content div.searchResult p.pageturning {
        clear: both;
        padding: 10px 0px 15px 40px;
        text-align: center;
}

#content div.searchResult p.pageturning a {
background: inherit;
color: #6e6e6e;
        margin: 0px 5px;
        border: 0px ;
}


/***************************************
*   right column styles
***************************************/

#colRightTop a {
    display: block;
	height: 100px;
	width: 100%;	
}

#colRightInnerWrap {
position: relative;
top: 0px;
margin:10px 15px 15px 15px;
padding: 5px;
}

#colRightInnerWrap  h4 {
text-transform: uppercase;
font-size: 0.9em;
font-weight: bold;
color:#fffffe;
background:inherit;
padding: 0 0 3px 0;
}

#colRightInnerWrap  p.text {
font-size: 0.9em;
color:#dedede;
background:inherit;
padding: 0 0 25px 0;
}

/***************************************
*   footer styles
***************************************/

#wrapBot {
    clear: both;
	width: 100%; 
	height: 100px;	
	margin: auto;
	color: inherit;
	background: #bfd45b;
}

#footer {
	width: 900px; 
	height: 100px;
	margin: auto;
	background: #bfd45b url(../images/shadow_bot.jpg) no-repeat;
	background-position: 250px -3px;
	color: #5e5e5e;	
} 

#footerCompany {
	width: 630px;
	float: right;
	font-size: 0.85em;
	padding: 0 20px 0 0;
}

#footerCompany p.top {
	text-align: left;
    color: #7e7e7e;	
	background: #fff url(../images/top.gif) no-repeat;
	background-position: 0px 2px;
	margin: 0 0 8px 40px;
}


#footerCompany p.top a {
    display: block;
    color: #7e7e7e;	
   	background: inherit;
    width: 55px;
	padding: 0 0 0 18px;
}

#footerCompany p.footernavi {
	text-align: right;
}

#footerCompany p.footernavi a {
	background: inherit;
	color: #5e5e5e;	
} 