/***** RESET *****/
/***** ONLINEMARKETING FÜR NECKERMANN SHOP IM INTERNET *****/


body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td { margin: 0; padding: 0; border: 0; outline: none; }

body { background-color: #fff; line-height: 1.2em; font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
	color: #036; 
	font-size: 100%; 
	font-weight: normal; 
	line-height: 1.2em; 
	padding: .6em 0; 
}

ul, ol { list-style: none; }
a { color: black; font-weight: normal; text-decoration: none; }
a:hover { text-decoration: underline; }

/***** BASIC LAYOUT *****/

#container {
	background: url(img/bg_container.png) repeat-y 0% 0%; 
	float: left; 
	margin: 20px auto 0 20px; 
	width: 760px;  
}

#header { background: #fff url(img/bg_header.gif) no-repeat top right; float: left; width: 760px; }

#mainContent {
	float: left; 
	height: auto !important; 
	height: 500px; 
	margin: 0 10px; 
	min-height: 500px; 
	width: 380px; 
}

#sidebar { 
	float: left;
	height: auto !important; 
	height: 500px;
	margin: 10px 0 10px 10px;
	min-height: 500px; 
	width: 340px; 
}

#advertisement { 
	float: left;
	height: auto !important; 
	height: 500px;
	margin: 20px 0 10px 10px;
	min-height: 500px; 
	width: 190px; 
}

#footer { 
	float: left; 
	width: 710px; 
	height: auto !important;
	min-height: 200px;
}

/***** HEADER *****/

#sitename { background-color: #fff; }
#sitename h1 { color: #000; padding: 0; }

#headerLeft, #headerCenter, #headerRight { padding-top: 1.2em; }
#headerLeft { float: left; height: 80px; margin-left: 10px; width: 180px; }
#headerCenter { float: left; height: 80px; width: 380px; }
#headerCenter1 { float: left; height: 80px; width: 480px; }
#headerRight { float: left; height: 80px; margin-right: 10px; width: 180px; }

#pagename { 
	background-color: #f3f3f3; 
	border: 1px solid #ccc; 
	border-top-width: 0; 
	float: left; 
	padding: 0 0 0 10px; 
	width: 748px; 
}

#pagename h2 { color: #000; font-size: 1.3em; font-weight: bold; }

/***** BANNER *****/

#teaser {
	background: #fff url(img/line.png) repeat-y top right;
	border-bottom: 1px solid #ccc;
	float: left; 
	height: auto !important;
	padding: 0 10px 10px 10px;
	min-height: 200px;
	width: 740px; 
}

#teaser h3 { padding-bottom: .3em; }

/***** MENU 1 *****/

#navigation1 {
	background: #c00 url(img/bg_navigation1.png) repeat-x 0% 0%;
	border: 1px solid #c00;
	float: left;
	width: 758px; 
}

ul#menu1, ul#menu1 ul { padding: 0; margin: 0; list-style: none; }
ul#menu1 li { position: relative; float: left; }
ul#menu1>li li { float: none; }

#menu1 a {
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	padding: 4px 8px;
}

ul#menu1 a:hover { background-color: #fff; color: #c00; text-decoration: none; }

ul#menu1 li ul {
	background-color: #fff;
	border: 1px solid #c00;
	left: -999em;
	position: absolute;
	white-space: nowrap;
}

ul#menu1 li ul a { 
	background-color: #fff;
	color: #333; 
	font-weight: normal;
	line-height: 1em;
	padding: 4px 8px;
	width: 200px; 
}

ul#menu1 li ul a:hover { background-color: #fff; color: #c00; }
#menu1 li:hover ul, #menu1 li li:hover ul, #menu1 li.sfhover ul, #menu1 li li.sfhover ul { margin-left: 100%; top: 0; left: -1px; }
#menu1 li:active ul, #menu1 li:hover ul, #menu1 li.sfhover ul { top: 100%; margin-left: 0; }

/***** ARTICLE *****/

#article {
	background: #fff url(img/line.png) repeat-y top right;
	float: left; 
	height: auto !important;
	padding: 0 10px 10px 10px;
	min-height: 200px;
	width: 740px; 
}

#article h3 { padding-bottom: .3em; }

/***** BASIC ELEMENTS *****/

body { font: normal 0.8em/1.4em Arial, Helvetica, Sans-Serif; }

p { padding: 0 0 1.2em 0; width: 100%; }

a { color: #036; font-weight: bold; }
a:hover { color: #036; }

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.6em; padding: 0.6em 0 0 0; }
h4, h5, h6 { color: #000; font-size: 1.2em; font-weight: bold; }

h3 a { color: #036; font-weight: normal; }

ul, ol { padding: 0.6em 0; }
ul { margin-left: 2.4em; list-style-type: square; }
ol { margin-left: 2.7em; list-style-type: decimal; }

blockquote { background-color: #f3f3f3; padding: 0; margin: 0 0 1.2em 0; }
blockquote p { padding: 4px 8px; width: auto; }

blockquote h4 { 
	background-color: #999; 
	border-bottom: 2px solid #fff;
	color: #fff; 
	padding: 4px 8px; 
}

img { border: 0; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

/***** GENERIC CLASSES *****/

.float-left { float: left; margin: 0 0 1.2em 0; text-align: left; width: 50%; }
.float-right { float: right; margin: 0 0 1.2em 0; text-align: right; width: 50%; }

.imgLeft {
	border: 1px solid #ccc;
	float: left;
	margin: 4px 10px 0 0;
	padding: 4px; 
}

.imgLeft:hover { 
	background-color: #fff;
	border: 1px solid #000;
	float: left;
	margin: 4px 10px 0 0;
	padding: 4px; 
}

.thumbLandscape {height: 75px; width: 100px; }
.thumbPortrait { height: 100px; width: 75px; }

#sidebar .box { float: left; margin: 0 0 10px 0; }

#sidebar .box h4 { 
	background: url(img/bg_sidebar-box_h4.gif) no-repeat top right;
	border-left: 1px solid #ccc;
	color: #000; 
	padding: 8px;
}

#sidebar .box p { 
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom-width: 4px;
	border-top-width: 0;
	padding: 0 8px 8px 8px; 
	width: auto; 
}

p.borderBottom { border-bottom: 1px solid #ccc; margin: 1em 0 0 0; }

/***** CONTENT *****/

/* TABLE */

table { 
	border-top: 1px solid #999; 
	border-left: 1px solid #999;
	margin: 0 0 1.2em 0;
	width: 100%;
}

td, tr { padding: 4px 8px; vertical-align: top; width: auto; }
td { border-bottom: 1px solid #999; border-right: 1px solid #999; }
tr.title { background-color: #999; color: #fff; font-weight: bold; }
td.stripe { background-color: #f3f3f3; }

.textinput { 
	border: 1px solid #999; 
	width: 120px; 
	float: right; 
	height: 16px; 
	margin-right: 6px;
	padding: 2px; 
}

.go { float: right; margin: 0 5px 0 0; }

/* FORM */

div.form-container { margin: 0 0 1.2em 0; }

p.legend { margin-bottom: 1.2em; }
p.legend em { color: #c00; font-style: normal; }

div.form-container form input { border: 1px solid #ccc; padding: 4px; width: 180px; }

div.form-container form textarea {
	border: 1px solid #ccc;
	font: normal 1.1em/1.4em Arial, Helvetica, Sans-Serif; 
	height: 150px;
	padding: 4px;
	width: 260px; 
}

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; color: #000; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: 1px solid #ccc; }
div.form-container form legend { font-weight: bold; color: #000; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 60px; display: block; float: left; text-align: right; position: relative; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #c00; }

div.form-container .button { 
	background-color: #036; 
	border-right: 2px solid #036;
	border-bottom: 2px solid #036;
	border-left: 2px solid #7f99b2;
	border-top: 2px solid #7f99b2;
	color: #fff;
	font-weight: bold;
	width: 120px; 
}

div.form-container div.buttonrow { margin-left: 0; }

/***** FOOTER *****/

#footer {
	background: #fff url(img/line.png) repeat-y top right; 
	border-top: 1px solid #ccc; 
	color: #999;
	padding: 25px;
	text-align: center; 
} 

#footer ul { margin: 0 0 1.2em 0; }

#menu2 { margin: 0; padding: 0; }
#menu2 li { list-style-type: none; display: inline; padding: 0 .5em; }
#menu2 li a { color: #999;  text-decoration: underline; }
#menu2 li a:hover { text-decoration: none; }

/***** ETC. *****/

.clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { display: inline-block; }
/* Hides from IE-mac \*/
* html .clear { height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */


/* NEW STYLE FROM DON TOM  */
.Stil1 {color: #333333}

.Stil2 {
	font-size: 9pt
}
#seitenname {
	background-color: #fff;
	display: none;
}
