
/* 
def Farben
    body: dadada
    pink: e40050
    dunkelgrau: 636363;
    oliv: ecf48d;
    footer-orange: f7c67b;
    türkis: 217573;
*/

@import url(main.css);

@media all
{

h1,h2,h3,h4,h5 {color: #e40050;}

a {
	text-decoration: underline;
	color: #636363;
}

.invisible {
  position: absolute;
  left: -1000em; 
  width: 20em;
}


/* Formatierung der Seite */
body { 
  background: #dadada url(../images/bg_pix.gif) top left repeat;
  padding: 0px;
  font-size: 62.5%;
  font-family: Arial, Helvetica, sans-serif;
}

#shadow_left {
  width: 900px;
  margin: -14px auto 0 auto;
  background: transparent url(../images/shadow_left.png) repeat scroll 0%;
}
#shadow_right {
  width: 900px;
  position: relative;
  right: -20px;
  background: transparent url(../images/shadow_right.png) repeat scroll 0%;
}

#container {
  position: relative;
  right: 10px;
  margin: 0;
  background-color: #fff;
}

#header {
 /*   background: #fff url(../images/header.jpg) top left no-repeat;*/
    height: 200px;
    width: 900px;
    position: relative;
	overflow:hidden;
	margin:0; padding:0;
}

#header h1 span {
	position: absolute; left:0; top:0;
    height: 200px;
    width: 900px;
	background:url(../images/header.jpg) top left no-repeat;
	margin:0; padding:0;
}


/* begin: nav_main */
#nav_main {
    margin-top: 2em;
    height: 3em;
	padding-left:4em;
    }

#nav_main ul {
    margin: 1em 0;
    list-style-type: none;
    padding: 0em;
}

#nav_main ul li {
    float: left;
    margin-right: 2em;
    font-size: 1.6em;
    padding: 0.2em 0em;
}

#nav_main ul a { 
    color: black;
    text-decoration: none;
    display: block;
    text-indent: -9999px;
    height: 20px;
}
#nav_main a:hover, #nav_main a.active { font-weight: bold; }

a#kontakt {background: #fff url(../images/navi_kontakt_p.jpg) top left no-repeat; width: 59px;}
a#portfolio {background: #fff url(../images/navi_port_p.jpg) top left no-repeat; width: 65px;}
a#bunte_tuete {background: #fff url(../images/navi_bunte_p.jpg) top left no-repeat; width: 85px;}
a#shop {background: #fff url(../images/navi_shop_p.jpg) top left no-repeat; width: 39px;}
a#links {background: #fff url(../images/navi_links_p.jpg) top left no-repeat; width: 44px;}
a#about {background: #fff url(../images/navi_about_p.jpg) top left no-repeat; width: 47px;}

a.active#kontakt, a#kontakt:hover {background: #fff url(../images/navi_kontakt.jpg) top left no-repeat;}
a.active#portfolio, a#portfolio:hover {background: #fff url(../images/navi_port.jpg) top left no-repeat;}
a.active#bunte_tuete, a#bunte_tuete:hover  {background: #fff url(../images/navi_bunte.jpg) top left no-repeat;}
a.active#shop, a#shop:hover {background: #fff url(../images/navi_shop.jpg) top left no-repeat;}
a.active#links, a#links:hover  {background: #fff url(../images/navi_links.jpg) top left no-repeat;}
a.active#about, a#about:hover  {background: #fff url(../images/navi_about.jpg) top left no-repeat;}


#main {
    clear: both;
    margin-top: 3em;
}

/* begin: content */
#col1 {
    margin-left: 0; 
    margin-right: 25%; 
    padding: 10px 20px 10px 40px;
}
#col2 {
    width: 19%; 
    float:right;
    padding: 10px 10px 10px 10px;
}

/* begin: nav_sub */
#nav_sub ul { 
    padding: 0;
    margin:0;
    margin-bottom: 2em;
    list-style-type: none;
}
#nav_sub ul a {
    color: #636363;
    font-style: italic;
    width: 131px;
    height: 22px;
    display: block;
	text-decoration: none;
}
#nav_sub ul ul a {
    text-indent: 0;
    width: auto;
    height: auto;
    padding: 0.1em;    
}
#nav_sub a.active, #nav_sub a:hover {color: #e40050;}

a#buch_und_schrift {text-indent: -9999px; background: #fff url(../images/menu_buchundschrift.gif) top left no-repeat;}
a#figuren {text-indent: -9999px; background: #fff url(../images/menu_figuren.gif) top left no-repeat;}
a#illustration {text-indent: -9999px; background: #fff url(../images/menu_illustration.gif) top left no-repeat;}


#footer { clear:both; }

#content {
	font-size: 1.1em;
	line-height: 1.5em;
}
#content h2 {
	margin-bottom: 0;
	font-variant: small-caps;
}

#content .hr {
	margin: 1.5em 0;
	width: 617px;
	height: 9px;
	background: #ffffff url(../images/linie.gif) top left no-repeat;
}
#content .hr hr {
  position: absolute;
  left: -1000em; 
  width: 20em;
}


#content img { 
/*	border: 1px dotted #636363;
*/
	padding: 2px;
}
#toplink {
	margin: 2em 0;
	text-align: right;
}

#footer {
	border-top: 1px dotted #f7c67b;
	border-bottom: 2px solid #f7c67b;
	padding: .5em 0 .5em 4.5em;
	color: #636363;
	font-weight: bold;
	font-size: 0.9em;
}
#footer a {
	color: #636363;
	text-decoration: none;
}
#footer a:hover { text-decoration: underline; }

/* special seiten */
#lebenslauf {
	width: 100%;
	height: 530px;
	background: #fff url(../images/lebenslauf.jpg) top right no-repeat;
}

.kontaktformular div {
  margin-top:1em;
  color: #636363;
}
.kontaktformular label {
  width: 6em;
  float: left;
}
.kontaktformular input, .kontaktformular textarea {
  color: #636363;
  padding: 0.2em;
  border: 1px dotted #636363;
  width: 26em;
  font-size: 1em;
}
.kontaktformular textarea {
  font-size: 1.3em;
  width: 27em;
  height: 14em;
}
#kontakt_text { margin-top: 4em; }
#kontakt_submit {
  color: #636363;
  font-size:0.9em;
  width:10em;
  background-color: #ecf48d;
  margin-left:6.8em;
 }
	

} /* end: media all

