@charset "utf-8";

/* CSS Document */ 

/*******************************************************************************/
/* Tag Elemente*/
/*******************************************************************************/

* {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body {
	background-image: url(../bilder/bg_main.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

p {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}

h1 {
	font-size: 12px;
	color: #FFCD0D; /* gelb */
	/*color: #007BB5;*/ /* blau */
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	color: #FFCD0D;
	font-weight: normal;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 0px;
}

a {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	color: #ffffff;
}

ul {
	margin-bottom: 10px;
	list-style-position: inside;
	list-style-type: disc;
}
li {
	margin-bottom: 4px;
}



/*******************************************************************************/
/* Tag Elemente*/
/*******************************************************************************/

.eingabe {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	background-color: transparent;
	letter-spacing: 1px;
	width: 220px;
	cursor: auto;
	margin: 0;
	padding: 0;
	border-style: solid solid dotted;
	border-width: 0 0 1px;
	border-color: #333 #333 #efc700;
	outline-width: 0;
	outline-color: #333;
}

.eingabe:hover {
	cursor:           auto;
	border-style:     solid;
	border-width:     0 0 1px;
	border-color:     #333 #333 #efc700;
	outline-width:    0;
	outline-color:    #333;
}

.eingabe:focus {
	cursor:        auto;
	border-style:  solid;
	border-width:  0 0 1px;
	border-color:  #333 #333 #efc700;
	outline-width: 0;
	outline-color: #333;
}

.textarea {
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 14px;
	background-color: transparent;
	width: 218px;
	height: 78px;
	margin: 0;
	padding: 0;
	border: dotted 1px #efc700;
}

.textarea:hover {
	font-family:      Verdana, Arial, Helvetica, sans-serif;
	border-color: #efc700;
	border-style: solid;
	border-width: 1px 0 1px 1px;
}

.textarea:focus {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: #efc700;
}

.button {
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	line-height: 12px;
	position: relative;
	width: 114px;
	height: 21px;
	padding: 0;
	border-style:     solid;
	border-width:     0px;
	border-color:     #efc700 #000 #000 #efc700;
	background-color: #FFCD0D;
	background-image: url(../bilder/knopf_senden.png);
	margin: 0;
}

.button:hover {
	position: relative;
	top: 1px;
	left: 1px;
	border-style:     solid;
	border-width:     0px 0px 0px 0px;
	border-color:     #141414;
}

/*******************************************************************************/
/* Links in den Übersichtsseiten z. B. */
/* (beschriftung.php Fahrzeugbeschriftung, Schaufensterbeschriftung, */
/* Magnet-, DiBond- & Acrylschilder) */
/*******************************************************************************/

#content_main #text h1 a {
	font-size: 12px;
	color: #FFCD0D;
	font-weight: bold;
}

#content_main #text h1 a:hover {
	color: #CCCCCC;
}

/*******************************************************************************/
/* Bullet für Links in den Übersichtsseiten */
/*******************************************************************************/

#content_main #text h1 img {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: -6px;
	margin-left: 0px;
}

/*******************************************************************************/
/* Textbesonderheiten */
/*******************************************************************************/

.text_farbig {
	color: #FFCD0D;
}

.text_klein {
	font-size: 9px;
}

/*******************************************************************************/
/* Design-Elemente*/
/*******************************************************************************/

/*******************************************************************************/
/* Seitenleiste mit Anschrift*/
/*******************************************************************************/

#schieber_leiste {
	background-image: url(../bilder/schieber.png);
	position: absolute;
	height: 471px;
	/*width: 276px;*/
	width: 8px;
	display: block;
	/*left: 570px;*/
	left: 698px;
	top: 197px;
	background-repeat: no-repeat;
	background-position: -130px;
	overflow: hidden;
}

#schieber_leiste:hover {
	background-image: url(../bilder/schieber.png);
	position: absolute;
	height: 471px;
	width: 138px;
	display: block;
	left: 698px;
	top: 197px;
	background-position: 0px;
}

#schieber:hover {
	visibility: hidden;
	display: none;
}

#sch_text1 {
	font-size: 11px;
	width: 120px;
	left: 11px;
	top: 100px;
	position: absolute;
}

#sch_text2 {
	font-size: 11px;
	position: absolute;
	left: 11px;
	top: 230px;
	width: 120px;
}

/*******************************************************************************/
/* Text für Suchmaschinen*/
/*******************************************************************************/

#unsichtbar {
	visibility: hidden;
	display: none;
}

/*******************************************************************************/
/* Urlaub*/
/*******************************************************************************/

#urlaub {
	position: absolute;
	top: 137px;
	z-index: 50;
	left: 110px;
	
	/*visibility: hidden;*/
}


/*******************************************************************************/
/* Zurückknopf*/
/*******************************************************************************/

#zurueck {
	position: absolute;
	top: 190px;
	z-index: 50;
	left: 360px;
}

/*******************************************************************************/
/* Grundlayout der Seite (Boxen) */
/*******************************************************************************/

#main_schatten {
	/*height: auto;
	width: 703px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #222222;*/
}

#main {
	/* height: 1170px; /*gesamthöhe*/
	width: 697px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #333333;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: 0px;
	border-bottom-width: 1px;
}

/*******************************************************************************/
/* Kopfbereich der Seite*/
/*******************************************************************************/

#head {
	height: 141px;
	width: 716px;
	position: absolute;
	left: -19px;
	top: 14px;
}

#head_links {
	background-image: url(../bilder/head_links.png);
	height: 141px;
	width: 114px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#head_mitte {
	background-image: url(../bilder/head_mitte.png);
	height: 141px;
	width: 432px;
	position: absolute;
	left: 114px;
	top: 0px;
}

#head_rechts {
	background-image: url(../bilder/head_rechts.png);
	height: 141px;
	width: 170px;
	position: absolute;
	left: 546px;
}

/*******************************************************************************/
/* Menü im Kopfbereich*/
/*******************************************************************************/

#men_home {
	height: 21px;
	width: 98px;
	position: absolute;
	top: 92px;
	left: 10px;
	background-image: url(../bilder/men_home_css.png);
}

#men_produkte {
	height: 21px;
	width: 98px;
	position: absolute;
	top: 92px;
	left: 110px;
	background-image: url(../bilder/men_produkte_css.png);
}

#men_service {
	height: 21px;
	width: 98px;
	position: absolute;
	top: 92px;
	left: 210px;
	background-image: url(../bilder/men_service_css.png);
}

#men_login {
	height: 21px;
	width: 98px;
	position: absolute;
	top: 92px;
	left: 310px;
	background-image: url(../bilder/men_login_css.png);
}

#men_home:hover, #men_produkte:hover, #men_service:hover, #men_login:hover {
	background-position: 0px -21px;
}

#men_kontakt {
	position: absolute;
	height: 28px;
	width: 131px;
	left: 25px;
	top: 75px;
	background-image: url(../bilder/men_kontakt_css.png);
}

#men_kontakt:hover {
	background-position: 0px -28px;
}

/*******************************************************************************/
/* Untermenü der Seite*/
/*******************************************************************************/

#menu {
	height: 31px;
	width: 697px;
	position: relative;
	background-image: url(../bilder/bg_menu.png);
	top: 158px;
}

#men_beschriftung {
	height: 21px;
	width: 114px;
	position: absolute;
	background-image: url(../bilder/men_beschriftung_css.png);
	left: 2px;
	top: 2px;
}

#men_webdesign {
	height: 21px;
	width: 114px;
	position: absolute;
	top: 2px;
	left: 118px;
	background-image: url(../bilder/men_webdesign_css.png);
}

#men_textildruck {
	height: 21px;
	width: 114px;
	position: absolute;
	top: 2px;
	left: 234px;
	background-image: url(../bilder/men_textil_css.png);
}

#men_drucksachen {
	height: 21px;
	width: 114px;
	position: absolute;
	top: 2px;
	left: 350px;
	background-image: url(../bilder/men_druck_css.png);
}

#men_grafikdesign {
	height: 21px;
	width: 114px;
	position: absolute;
	top: 2px;
	left: 466px;
	background-image: url(../bilder/men_grafik_css.png);
}

#men_giveaway {
	height: 21px;
	width: 114px;
	position: absolute;
	top: 2px;
	left: 582px;
	background-image: url(../bilder/men_giveaway_css.png);
}

#men_beschriftung:hover, #men_webdesign:hover, #men_textildruck:hover, #men_drucksachen:hover, #men_grafikdesign:hover, #men_giveaway:hover {
	background-position: 0px -21px;
}

/*******************************************************************************/
/* Inhalt der Seite*/
/*******************************************************************************/

#content_main {
	background-color: 222222;
	background-image: url(../bilder/bg_inhalt.png);
	position: relative;
	height: auto;
	width: 697px;
	top: 158px;
}

#content_main #deko {
	position: absolute;
	height: 152px;
	width: 149px;
	background-image: url(../bilder/deko.png);
	right: 9px;
	bottom: 0px;
}

#content_main #bild {
	position: absolute;
	height: 164px;
	width: 247px;
	background-image: url(../bilder/musterbild.png);
	right: 14px;
	top: 35px;
	border: 1px none cccccc;
	padding: 6px;
	background-repeat: no-repeat;
	background-position: center center;
}

#content_main #titel {
	position: absolute;
	left: 15px;
	top: 22px;
}

#content_main #titel h1 {
	background-repeat: no-repeat;
	height: 34px;
	width: 390px;
	text-indent: 0px;
}

#content_main #text {
	position: relative;
	left: 21px;
	top: 75px;
	width: 385px;
	/* height: 800px; /*gesamthöhe*/
	overflow: auto;
}

/*******************************************************************************/
/* Register */
/*******************************************************************************/

#reg_oben {
	background-image: url(../bilder/register_oben.png);
	height: 58px;
	width: 697px;
	position: relative;
	top: 158px;
}

#reg_reiter1 {
	height: 25px;
	width: 129px;
	position: absolute;
	left: 58px;
	top: 6px;
	float: right;
}

#reg_reiter2 {
	height: 25px;
	width: 129px;
	position: absolute;
	left: 170px;
	top: 6px;
	float: right;
}

#reg_reiter3 {
	height: 25px;
	width: 129px;
	position: absolute;
	left: 282px;
	top: 6px;
	float: right;
}

#reg_reiter4 {
	height: 25px;
	width: 129px;
	position: absolute;
	left: 394px;
	top: 6px;
	float: right;
}

#reg_reiter5 {
	height: 25px;
	width: 129px;
	position: absolute;
	left: 506px;
	top: 6px;
	float: right;
}

#reg_oben img {
	margin-top: 6px;
	margin-left: 23px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#reg_mitte {
	height: 78px;
	width: 697px;
	position: relative;
	top: 158px;
	background-color: #434343;
	z-index: 5;
}

#reg_mitte img {
	margin-top: 6px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#reg_bild1 {
	background-image: url(../bilder/register_bilderrahmen.png);
	position: relative;
	height: 74px;
	width: 101px;
	left: 76px;
	top: 2px;
	float: left;
}

#reg_bild2 {
	background-image: url(../bilder/register_bilderrahmen.png);
	position: relative;
	height: 74px;
	width: 101px;
	top: 2px;
	float: left;
	left: 86px;
}

#reg_bild3 {
	background-image: url(../bilder/register_bilderrahmen.png);
	position: relative;
	height: 74px;
	width: 101px;
	left: 96px;
	top: 2px;
	float: left;
}

#reg_bild4 {
	background-image: url(../bilder/register_bilderrahmen.png);
	position: relative;
	height: 74px;
	width: 101px;
	left: 106px;
	top: 2px;
	float: left;
}

#reg_bild5 {
	background-image: url(../bilder/register_bilderrahmen.png);
	position: relative;
	height: 74px;
	width: 101px;
	left: 116px;
	top: 2px;
	float: left;
}

#reg_mitte a.vorschau {
}

#reg_mitte a.vorschau:hover {
}

#reg_mitte a.vorschau span {
	display: none;
	background-repeat: no-repeat;
}

#reg_mitte a.vorschau:hover span {
	border: 1px solid #CCCCCC;
	display:block;
	position:absolute;
	width:247px;
	height:164px;
	top: -250px;
	left: -73px;
	background-position: 6px 6px;
	padding: 6px;
	background-color: #181818;
}

#reg_unten {
	background-image: url(../bilder/register_unten.png);
	height: 58px;
	width: 697px;
	position: relative;
	top: 158px;
}

/*******************************************************************************/
/* Reichweitenangabe*/
/*******************************************************************************/

#content_reichweite {
	background-color: 222222;
	background-image: url(../bilder/bg_inhalt.png);
	position: relative;
	height: 160px;
	width: 697px;
	top: 158px;
}

#content_reichweite #deko {
	position: absolute;
	height: 120px;
	width: 149px;
	background-image: url(../bilder/deko_rot.png);
	left: 412px;
	top: 0px;
}

#content_reichweite #titel {
	position: absolute;
	left: 15px;
	top: 10px;
}

#content_reichweite #titel h1 {
	background-repeat: no-repeat;
	height: 23px;
	width: 164px;
	text-indent: -2000px;
}

#content_reichweite #text {
	position: relative;
	left: 21px;
	top: 35px;
	width: 380px;
	height: 129px;
	font-size: 10px;
	overflow: hidden;
}

/*******************************************************************************/

#trennbalken {
	background-color: 222222;
	background-image: url(../bilder/trennbalken.png);
	position: relative;
	height: 13px;
	width: 697px;
	top: 158px;
}

/*******************************************************************************/
/* Stichwortangabe*/
/*******************************************************************************/

#content_stichworte {
	background-color: 222222;
	background-image: url(../bilder/bg_inhalt.png);
	position: relative;
	height: 115px;
	width: 697px;
	top: 158px;
}

#content_stichworte #titel {
	position: absolute;
	left: 15px;
	top: 10px;
}

#content_stichworte #titel h1 {
	background-repeat: no-repeat;
	height: 23px;
	width: 102px;
	text-indent: -2000px;
}

#content_stichworte #text {
	position: relative;
	left: 21px;
	top: 35px;
	width: 380px;
	font-size: 10px;
	overflow: hidden;
	height: 74px;
}

/*******************************************************************************/

#endbalken {
	background-color: 222222;
	background-image: url(../bilder/endbalken.png);
	position: relative;
	height: 9px;
	width: 697px;
	top: 158px;
}
