/* Import von weiteren CSS-Dateien */
@import url("default-settings.css");
@import url("captcha-formular.css");

/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Envision
   TEMPLATE CODE: 	S-0013
   VERSION:          1.1
	LAST MODIFIED     Nov-14-2007 	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }


/* alignment classes */
.flLeft  { float: left; margin-right: 5px; }
.flLeft img { border-color: #003300; } 
.flRight  { float: right; margin-left: 5px; }
.flRight img { border-color: #003300; } 

.float-left  { float: left; margin: 5px 10px 10px 0px; }
.float-right { float: right; margin: 5px 0px 10px 10px;}
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++ Allgemein +++++++++++++++++++++++++ */

body {
	/* Text */
	color: #4d4d4d;
	margin: 0px;	
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* entspricht nachfolgend 1.0em */
	line-height: 16px;
	background-image: url(bg.gif);
	background-repeat: repeat;
}

/* ---------- berschriften ---------- */
h1 { font-size: 1.4em; line-height: 1.5em; margin: 5px 0px 10px 0px; padding-bottom: 5px; background-image:url(moin-phase-breit.gif); background-position: bottom left; background-repeat: no-repeat; font-weight: bold; } 
h2 { font-size: 1.25em; line-height: 1.4em; margin: 5px 0px 10px 0px; background-image:url(moin-phase.gif); background-position: bottom left; background-repeat: no-repeat;  font-weight: bold; } 
h3 { font-size: 1.125em; line-height: 1.2em; margin: 5px 0px; font-weight: bold; } 
h4 { font-size: 0.95em; line-height: 1.1em; margin: 5px 0px; font-weight: bold; }  
h5 { font-size: 0.75em; line-height: 1.8em; margin: 5px 0px; font-weight: bold; }  

p { margin: 0px 0px 5px 0px; }  

hr { margin: 5px 0px; };
td { vertical-align: top; padding: 2px 5px; }

td.border_bottom {
	border-bottom: 1px solid #999999;
}

img { border: none; }

a { color: #034f7b; text-decoration: none; font-weight: bold; }
a:hover { color: #068fcb; text-decoration: none; }


/* +++++ ENDE +++++ ENDE +++++ ENDE +++++ ENDE +++++ ENDE +++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++ Seitenlayout ++++++++++++++++++++++++ */

/* ++++++++++ Layer - Anfang ++++++++++ */
#wrapper {
	background-image:url(content_bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 10px auto;
	width: 590px;  
}

#header {
	background-image:url(head.jpg);
	background-repeat: no-repeat;
	width: 590px;  
	height: 215px;
	margin: 0px;
	padding: 0px;
}
#header_content {
	margin: 0px 0px 0px 175px;
	padding-top: 130px;
}
#webshop {
  float: left;
  padding: 0px 0px 0px 10px; 	
}
#webshop .extern {
  padding-right: 0px;
  background: none;
}


#menue {
  padding: 6px 0px  0px  0px;
  margin: 0px 10px 0px 145px; 
  text-align: left;
}



#faux {
}

#content {
	padding-left: 20px;
	padding-right: 20px;
}
#content ul {
	list-style-type: disc;
}
#content ol {
	list-style-type: decimal;
}

#content li {
	margin: 0px 0px 0px 1.0em; 
}


#footer {
	background-image:url(footer.gif);
	background-repeat: no-repeat;
	padding: 20px 20px 10px 20px;
	text-align: center;
}



/* ---------- Layer - Ende ---------- */

/* +++++ ENDE +++++ ENDE +++++ ENDE +++++ ENDE +++++ ENDE +++++ */




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++ breadcrumb +++++++++++++++++++++++++++ */

/* ---------- <a></a> - Element ---------- */
#breadcrumb {
	font-size: 0.6em; /* 10px */
	text-decoration: none;
	color: #5F5F5F;
}

/* +++++ ENDE +++++ ENDE +++++ ENDE +++++ ENDE +++++ ENDE +++++ */



.newstext {
	margin: 5px 0px 20px 0px;
}


/* ----------------------------------------------------------------------------------
  externe Links
---------------------------------------------------------------------------------- */ 
.extern{
  padding-right:15px;
  background:url('extern.gif') no-repeat right center;
}


/* ----------------------------------------------------------------------------------
   Download anbieten
---------------------------------------------------------------------------------- */ 

.download-box .extern {
  padding-right: 0px;
  background: none;
}



.download-box {
  background-color: #eeeeee;
  border: 1px solid #000;
  width: 500px;
  margin: 5px 0px;
  padding: 5px;

}

.download-hdl {
	font-weight: bold;
}

.download-file { }

.download-desc {
  background-color: #ffffff;
  margin: 0px;
  padding: 5px;	
}

.download-without-desc { }

