/* Webseite: www.creactiv-factory.de
Autor: CREactiv-Factory.de - Dirk Hildebrandt
Version: 1.0 - 26.12.2007

-----------------------------------------------------------------
--- Farben ---
Fliesstext:          #000000
Seiten-Hintergrund:  #FFFFFF
Content-Hintergrund: #FFFFFF

--- Farbschema ---
Farbe 1.0:           #0000CC (blau)
Farbe 2.0:           #990000 (rot)
Farbe 3.0:           #C0C0C0 (silber)
Farbe 3.1:           #DDDDDD (grau hell)
Farbe 3.2:           #999999 (Grau dunkel)

Schriftart Logo, Menue: 
Schriftart: Arial, Helvetica, sans-serif
--------------------------------------------------------------------*/

/* -----------------------------------------------------------------
Body
--------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	margin: 0px auto;
	text-align: center;
	background-attachment: fixed;
	background-image: url(../images/hg-seite.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

html {
	height: 100%;
}

body {
	height:100%;
}

/* -----------------------------------------------------------------
Layout und Div-Boxen
--------------------------------------------------------------------*/
#layout {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	min-height: 100%;
	font-size: 13px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

#layout-index {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	min-height: 100%;
	font-size: 13px;
	background-image: url(../images/hg-sub-index.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

#layout-referenzen {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	min-height: 100%;
	font-size: 13px;
	background-image: url(../images/hg-sub-referenzen.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}

#headmenu {
  	position:absolute;
  	top:0px;
  	width:980px;
  	height:155px;
}

#submenue {
	position: absolute;
	top: 155px;
	width: 190px;
	float: left;
	margin: 0px 0px 0px 50px;
	padding: 3px 5px 5px 5px;
}

* #submenue {
	/* IE6 */
	position: absolute;
	top: 155px;	
	width: 190px;
	float: left;
	margin: 0px 0px 0px 45px;
	padding: 3px 5px 5px 5px;
}

*+ #submenue {
	/* IE7 */
	position: absolute;
	top: 155px;	
	width: 190px;
	float: left;
	margin: 0px 0px 0px 50px;
	padding: 3px 5px 5px 5px;
}

#content {
	width: 700px;
	float: right;
	margin: 155px 10px 0px 0px;
	padding-top: 20px;
	padding-bottom: 50px;
}

div.content-center {
	text-align: center;
}

div.content-left {
	text-align: left;
	float: left;
	font-size: 13px;
}

div.content-right {
	text-align: left;
	float: right;
	font-size: 11px;
}

div.content-right2 {
	text-align: left;
	float: right;
	font-size: 13px;
}

div.box31 {
	border: 1px solid #DDDDDD;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}

div.impressionen {
	border: 1px solid #000000;
}

div.londoneye {
	background-image: url(../images/galerie/londoneye/hg1_london-eye.jpg);
	padding: 19px 0px 20px 17px;
	text-align: left;
}

/* -----------------------------------------------------------------
Headmenu
--------------------------------------------------------------------*/
#headmenu-logo-creactiv-factory {
  position:absolute;
  left:0px;
  top:0px;
  width:460px;
  height:122px;
}

#headmenu-subheadmenu {
	position: absolute;
	left: 460px;
	top: 0px;
	width: 520px;
	height: 122px;
	background-image: url(../images/menu/headmenu_subheadmenu.gif);
}

#headmenu-fotodesign {
  position:absolute;
  left:0px;
  top:122px;
  width:163px;
  height:33px;
}

#headmenu-webdesign {
  position:absolute;
  left:163px;
  top:122px;
  width:156px;
  height:33px;
}

#headmenu-referenzen {
  position:absolute;
  left:319px;
  top:122px;
  width:169px;
  height:33px;
}

#headmenu-service {
  position:absolute;
  left:488px;
  top:122px;
  width:118px;
  height:33px;
}

#headmenu-leistungen {
  position:absolute;
  left:606px;
  top:122px;
  width:162px;
  height:33px;
}

#headmenu-kontakt {
  position:absolute;
  left:768px;
  top:122px;
  width:124px;
  height:33px;
}

#headmenu-login {
  position:absolute;
  left:892px;
  top:122px;
  width:88px;
  height:33px;
}

/* -----------------------------------------------------------------
Sub-Head-Menue
--------------------------------------------------------------------*/
#subheadmenue {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #FFFFFF;
	border-bottom: 1px solid #990000;
	padding: 0px 2px 2px 0px;
}

#subheadmenue a:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	margin: 0px 2px 0px 2px;
}

#subheadmenue a:visited {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	margin: 0px 2px 0px 2px;		
}

#subheadmenue a:hover {
	background-color: #990000;
}

/* -----------------------------------------------------------------
Sub-Menue
--------------------------------------------------------------------*/
#submenu {
	width: 100%;
	float: left;
	margin: 0px;
	font-size: 11px;
}

/* --- Menuebox 1 --- */
#submenubox1 {
	padding: 2px 0px 2px 0px;
	border-top: 1px dotted #990000;
	border-bottom: 1px dotted #990000;
}

#submenubox1 a {
	padding: 1px 2px 1px 5px;
	display: inline-block;
	color: #FFFFFF;
	background-image: url(../images/hg-submenu_link.jpg);
	background-color: #999999;
	text-decoration: none;
	margin-top: 1px;
	border-left: 5px solid #990000;
	border-right: 2px solid #990000;
	width: 176px;
}

#submenubox1>a {
	display:block;
}

#submenubox1 a.current {
	padding: 1px 2px 1px 5px;
	display: inline-block;
	color: #000000;
	background-image: url(../images/hg-submenu_link-current.jpg);
	background-color: #C0C0C0;
	text-decoration: none;
	margin-top: 1px;
	border-left: 5px solid #990000;
	border-right: 2px solid #990000;
	width: 176px;
	font-weight: bold;
}

#submenubox1 a:hover {
	color: #000000;
	background-image: url(../images/hg-submenu_link-over.jpg);
	background-color: #DDDDDD;
	border-left: 5px solid #990000;
	border-right: 2px solid #990000;
}

/* --- Menuebox 2 --- */
#submenubox2 {
	padding: 2px 0px 2px 0px;
	border-top: 1px dotted #0000CC;
	border-bottom: 1px dotted #0000CC;
	margin-top: 5px;
}

#submenubox2 a {
	padding: 1px 2px 1px 5px;
	display: inline-block;
	color: #FFFFFF;
	background-image: url(../images/hg-submenu_link.jpg);
	background-color: #999999;
	text-decoration: none;
	margin-top: 1px;
	border-left: 5px solid #0000CC;
	border-right: 2px solid #0000CC;
	width: 176px;	
}

#submenubox2>a {
	display:block;
}

#submenubox2 a.current {
	padding: 1px 2px 1px 5px;
	display: inline-block;
	color: #000000;
	background-image: url(../images/hg-submenu_link-current.jpg);
	background-color: #C0C0C0;
	text-decoration: none;
	margin-top: 1px;
	border-left: 5px solid #0000CC;
	border-right: 2px solid #0000CC;
	width: 176px;
}

#submenubox2 a:hover {
	color: #000000;
	background-image: url(../images/hg-submenu_link-over.jpg);
	background-color: #DDDDDD;
	border-left: 5px solid #0000CC;
	border-right: 2px solid #0000CC;
}

/* -----------------------------------------------------------------
Linemenu
--------------------------------------------------------------------*/
#linemenu {
	font-size: 11px;
	background-color: #DDDDDD;
	color: #000000;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}

#linemenu a {
	font-size: 11px;
	font-weight: bold;
	background-color: #999999;
	color: #FFFFFF;
	border: 1px solid #990000;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

#linemenu a:hover {
	background-color: #DDDDDD;
	color: #000000;
}

.linemenu-current {
	font-weight: bold;
	background-color: #DDDDDD;
	border: 1px solid #999999;
	padding: 2px 5px 2px 5px;
}

/* -----------------------------------------------------------------
Bildermenu
--------------------------------------------------------------------*/
#bildermenu {
	background-color: #DDDDDD;
	color: #000000;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	padding-top: 2px;
	padding-bottom: 4px;
}

#bildermenu a {
	font-size: 11px;
	font-weight: bold;
	background-color: #999999;
	color: #FFFFFF;
	border: 1px solid #990000;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

#bildermenu a:hover {
	background-color: #DDDDDD;
	color: #000000;
}

/* -----------------------------------------------------------------
Menu Übersicht
--------------------------------------------------------------------*/
/* --- SitemapMenuebox 1 --- */
#sitemap-menubox1 {
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #990000;
}

#sitemap-menubox1 a {
	padding: 1px 2px 1px 5px;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;
	border-left: 2px solid #990000;
	border-right: 2px solid #990000;
	width: 328px;
}

#sitemap-menubox1>a {
	display:block;
}

#sitemap-menubox1 a:hover {
	color: #000000;
	background-color: #DDDDDD;
	border-left: 2px solid #990000;
	border-right: 2px solid #990000;
	text-decoration: none;
}

/* --- SitemapMenuebox 2 --- */
#sitemap-menubox2 {
	padding: 2px 0px 2px 0px;
	border-top: 1px dotted #0000CC;
	border-bottom: 1px dotted #0000CC;
	margin-top: 2px;
}

#sitemap-menubox2 a {
	padding: 1px 2px 1px 7px;
	display: inline-block;
	color: #990000;
	background-color: #CCCCCC;
	text-decoration: none;
	border-left: 2px solid #0000CC;
	border-right: 2px solid #0000CC;
	width: 326px;
	margin-top: 1px;
}

#sitemap-menubox2>a {
	display:block;
}

#sitemap-menubox2 a:hover {
	padding: 1px 2px 1px 4px;	
	color: #0000CC;
	background-color: #DDDDDD;
	border-left: 5px solid #0000CC;
	border-right: 2px solid #0000CC;
	text-decoration: none;
}


/* -----------------------------------------------------------------
Allgemeine Schriftdefiniton
--------------------------------------------------------------------*/
html, body, div, p, table, td, h1, h2, h3, h4, h5, span, ul, ol, li, a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/*------------------------------------------------------------------
Texte
------------------------------------------------------------------*/
b {
	font-weight: bold;
}

i {
	font-style : italic;
}

.error {
	color: #990000;
}

.error-kunden {
	color: #990000;
	border: 1px solid #990000;
	text-align: center;
}

.status {
	color: #0000CC;
	border: 1px solid #0000CC;
}

.zitat {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}

.author {
	font-size: 11px;
	font-style: italic;
}

.small {
	font-size: 11px;
}

.hinweis2 {
	color: #0000CC;
}

.hinweis2small {
	font-size: 11px;
	color: #0000CC;
}

/* --- Status --- */
.statushinweis {
	font-weight: bold;
	color: #0000CC;
	background-color: #FFE6E6;
	border: 2px solid #990000;
	text-align: center;
}

.tx1 {
	color: #990000;
}

.kwgruen {
	color: #000000;
	background-color: #00FF00;
	padding: 0px 2px 0px 2px;
}

.kwgelb {
	color: #000000;
	background-color: #FFFF00;
	padding: 0px 2px 0px 2px;	
}

.kwrot {
	color: #000000;
	background-color: #FF0000;
	padding: 0px 2px 0px 2px;	
}

.kwohne {
	color: #000000;
	background-color: #00CCCC;
	padding: 0px 2px 0px 2px;
}

.neu {
	font-weight : bold;
	color : #0000CC;
}

/*------------------------------------------------------------------
Linen
------------------------------------------------------------------*/
hr.line1 {
	color: #990000;
	height: 1px;
}

hr.line2 {
	color: #0000CC;
	height: 1px;
}

hr.line3 {
	color: #C0C0C0;
	height: 1px;
}

/*------------------------------------------------------------------
Listen
------------------------------------------------------------------*/
ul {
	list-style-type: square;
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
}

ol.type1 {
	list-style: decimal;
	font-weight: bold;
}

li {
	color: #0000CC;
	margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------------
Headline
------------------------------------------------------------------*/
h1 {
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	border-left: 19px solid #990000;
	border-bottom: 2px solid #990000;
	padding-left: 5px;
	margin-top: 3px;
}

h2 {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	border-left: 17px solid #0000CC;
	border-bottom: 2px solid #0000CC;
	padding-left: 5px;
}

h3 {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	border-left: 17px solid #C0C0C0;
	border-bottom: 2px solid #C0C0C0;
	padding-left: 5px;
	margin-top: 6px;	
	margin-bottom: 3px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #990000;
	padding: 0px 5px 0px 5px;
	background-color: #DDDDDD;
	margin: 7px 0px 3px 0px;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #990000;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
}

h6 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #C0C0C0;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 0px;
}

/* -----------------------------------------------------------------
Tabellen
--------------------------------------------------------------------*/
table.box3 {
	border : 1px solid #666666;
}

td.liste11 {
	border-bottom: 1px solid #990000;
	vertical-align: top;
	font-weight: bold;
}

td.liste12 {
	border-bottom: 1px solid #990000;
	vertical-align: top;
}

td.liste21 {
	border-bottom: 1px solid #0000CC;
	vertical-align: top;
	font-weight: bold;
}

td.liste22 {
	border-bottom: 1px solid #0000CC;
	vertical-align: top;
}

td.liste31 {
	border-bottom: 1px solid #C0C0C0;
	vertical-align: top;
	font-weight: bold;
}

td.liste32 {
	border-bottom: 1px solid #C0C0C0;
	vertical-align: top;
}

td.HLliste1 {
	font-weight: bold;	
	background-color: #DDDDDD;
	border-bottom: 1px solid #990000;
	padding-left: 2px;
}

td.status-aufgabe {
	background-color: #E9E9E9;
	border-bottom: 1px solid #C0C0C0;
	vertical-align: top;
}

/* -----------------------------------------------------------------
Bilder
--------------------------------------------------------------------*/
.img {
	border: 1px solid #000000;
	text-decoration: none;
}

.imglink {
	border: 3px double #000000;
	text-decoration: none;
}

/* -----------------------------------------------------------------
Linkklassen
--------------------------------------------------------------------*/
a:link {
	font-size: 13px;
	text-decoration: none;
	color: #990000;
}

a:visited {
	font-size: 13px;
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #0000CC;
}

/* -----------------------------------------------------------------
Formular
--------------------------------------------------------------------*/
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #000000;
	color: #0000CC;
}

textarea.pflicht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 2px solid #990000;
	color: #0000CC;
}

input.write {
	font-size : 13px;
	border : 1px solid #000000;
	color : #0000CC;
}

input.pflicht {
	font-size : 13px;
	border : 2px solid #990000;
	color : #0000CC;
}

input.read {
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	color: #0000CC;
	text-align: center;
}

input.button {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	border: 2px solid #990000;
	background-color: #999999;
	color: #FFFFFF;
	cursor: hand;
}

form input.button {
	/* for IE only */
	cursor: hand;
}

form input.button:hover {
	/* for Geckos */
	color: #000000;
	background-color: #DDDDDD;
	border: 2px solid #990000;
	cursor: hand;
}

/* -----------------------------------------------------------
--- cf-formmail -------------------------------------------------
--------------------------------------------------------------*/
div.cf-formmail {
	border: 1px solid #990000;
	width: 100%;
	padding: 2px 2px 2px 2px;
}

.cf-formmail-error {
	background-color: #FFFFFF;
	color: #990000;
	text-align: center;
	font-weight: bold;
	border: 1px solid #990000;
}

.cf-formmail-msg1 {
	border: 1px solid #C0C0C0;
	font-weight: bold;
	text-align: center;
}

.cf-formmail-msg2 {
	border: 1px solid #C0C0C0;
	margin: 2px 0px 2px 0px;
	padding: 2px 5px 2px 5px;
}

.cf-formmail-back {
	text-align: center;
	background-color: #DDDDDD;
}

