@charset 'utf-8';

/********************************************************
* MAIN LAYOUT
********************************************************/


* {
	margin: 0px;
	padding: 0px;
}

img {
}

body {
	color: #CCCCCC;
	background: #000;
	width: 100%;
	font: 11px Arial;
	line-height: 20px;
	text-align: center;
	background-image: url(../img/BAck3.jpg);
}

div#all {
	width: 850px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

div#content {
	width: 850px;
	display: block;
	position: absolute;
	top: 240px;
	left: 0px;
	text-align: left;

	 /*background: transparent url(../img/anoto1.png) left center repeat-y;*/
}

#anotopen {
	border:none;
1px dotted yellow; 
	float:left;
	position:absolute;
	width:477px;
	height:382px;
	z-index:-1;
	top:230px;
	left:200px;
	background-image: url(../../../Kugelschreiberminen/img);
	background-repeat: no-repeat;
	Xbackground-position: 200px 230px;
}

div#content_left {
	width: 580px;
	padding-right: 25px;
	float: left;
	margin-bottom: 100px;
}

div#content_right {
	width: 180px;
	padding-left: 5px;
	float: left;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-top: 40px;
	margin-top: 10px;
}

div#footer {
	display: block;
	position: relative;
	margin: auto;
	width: 100%;
	border-top: 0px solid #ccc;
	margin-bottom: 50px;
}

.hidden {display: none;}
.clear {clear: both;}

/********************************************************
* TYPO
********************************************************/

a {
	color: #33CCFF;
}

a:hover {
	color: #3399CC;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #33CCFF;
	line-height: 25px;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.Headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	margin-bottom: 10px;
	line-height: 38px;
}

.meta {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EAF9FD;
}

.Stil2 {
	color: #666666
}

/********************************************************
* MAIN MENU
********************************************************/

div.menubox {
	width: 110px;
	position: absolute;
	z-index: 10;
}

#menubox_1		{
	top: 170px;
	left: 0px;
}
#menubox_2		{
	top: 170px;
	left: 110px;
}
#menubox_3		{
	top: 170px;
	left: 220px;
}
#menubox_4		{
	top: 170px;
	left: 330px;
}
#menubox_5		{
	top: 170px;
	left: 440px;
}

.menubox .mainmenu {
	width: 110px;
	float: left;
	background-color: #000;
	filter: alpha(opacity=80);
 	-moz-opacity: 0.80; opacity: 0.80;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.mainmenu ul {
	text-align: left;
	list-style-type: none;
	width: 110px;
	padding-bottom: 1px;
	background: #eee;
	border-bottom: 0px solid #ccc;
	color: #FFFFFF;
}

.mainmenu ul li.menu {
	color: #fff;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.mainmenu ul li.listend {
	border-bottom: 1px solid #fff;
}


.mainmenu ul li.menu:hover {
	color: #3399CC;
	background-color: #001;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.mainmenu a {
	display: block;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #000000;
	
}

.mainmenu a:hover {
	color: #3399CC;
	background-color: #000;	
}

.mainmenu h4 {
	width: 110px;
	height: 30px;
	text-indent: -5555px;
	overflow: hidden;
	cursor: pointer;
	background-color: #000;
	filter: alpha(opacity=40); -moz-opacity: 0.40; opacity: 0.40;
}



.Stil1 {
	color: #000000;
	background-color: #333333;
}

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

#logo {
	width: 247px;
	height: 82px;
	text-indent: -5555px;
	overflow: hidden;
	position: absolute;
	top: 55px;
	z-index: 2;
	left: 580px;
	background-image: url(../img/Logo.gif);
}

#slideshow {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 170px;
	width: 550px;
	z-index: 1;
	overflow: hidden;
}

#slideshow img {
	height: 170px;
	width: 550px;
    top:  0px; 
    left: 0px;
} 



/********************************************************
* TEASER
********************************************************/

#teaser {
	background: #008db5;
	height: 300px;
	width: 299px;
	position: absolute;
	top: 68px;
	left: 551px;
	z-index: 1;
	overflow: hidden;
	text-align: left;
}

div.teasercover {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 299px;
	z-index: 2;
}

.page_home div#teaser		{background: url(teaser/teaser_1b.jpg) no-repeat;}
#teasercover_1			{background: url(teaser/teaser_1a.jpg) no-repeat;}



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

div.article {
}

hr {
	border: 0;
	outline: 0;
	color: #FFFFFF;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 30px;
}


div.feature {
	margin-bottom: 0px;
	margin-top: 5px;
}

div.feature h4 {
	height: 30px;
	width: 100%;
	text-indent: -5555px;
	overflow: hidden;
}

div.feature p {margin-bottom: 20px;}

h4#h_ziel {background: url(img/ziel.png) 
	background-repeat: no-repeat;}
h4#h_newsletter {
	background-image: url(../img/h_newsletter.gif);
		background-repeat: no-repeat;
}
h4#h_fundament {background: url(../../../Kugelschreiberminen/css/img/h_fundament.gif) no-repeat;}


#feature_fundament {
	padding-bottom: 50px;
	background-repeat: no-repeat;	
}


ul.options {
	list-style-type: none;
	border-top: 1px dotted #ccc;
}

ul.options li {
	border-bottom: 1px dotted #ccc;
}

ul.options a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 3px 11px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	color: #FFFFFF;
}

ul.options a:hover {color: #02a0c6;}


#fragezeichen {background-color:green; width:20px; height:20px; }


/********************************************************
* FORMS & FIELDS
********************************************************/

form, input, textarea, select {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0px;
	outline: 0px;
}

fieldset legend {display: none;}

form {
	display: block;
	position: relative;
}

form#newsletter input.button {
	position: absolute;
	top: 0px;
	right: 0px;
}

form#newsletter input.text {
	width: 160px;
	padding: 3px 3px 4px 3px;
}

input.passive {color: #aaa;}

input.text, select, textarea {
	border: 1px solid #999;
	background: #f2f2f2;
	padding: 2px;
}



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

ul#footermenu {
	list-style-type: none;
	display: inline;
}

ul#footermenu li {display: inline;}


/********************************************************
* TExt neu
********************************************************/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	}
.textweiss {
	color: #FFFFFF;
	font-size: 12px;
}
.textweiss2 {
	color: #FFFFFF;
	font-size: 12px;
}
.textweissbold {
	color: #FFFFFF;
	font-size: 12px;
}
.Stil5 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.Stil6 {
	color: #FFFFFF
}
.Stil7 {font-size: 11px; font-weight: normal; font-family: verdana, arial, sans-serif;}
.head2 {
	font-size: 18px;
	color: #FFFFFF;
}

#footlogo {
	background-image:url(../img/Logoweiss.gif);
	width:159px;
	height:35px;
	background-repeat: no-repeat;
}

body {background-color:#ffffff;}
