/* CSS Document */

/***********************************************/
/* wwww.sandrabecker.de                        */
/***********************************************/

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagelayout {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	background-color: transparent;
    text-align: left;
    padding: 0px;
	border: 0px solid blue;
}

#header {
	width: 920px;
	margin-top: 0px;
	border: 0px solid silver;
}

#header #metaNav {
	position: fixed;
	border: 0px solid green;
}

#header #logo {
	position: absolute;
	right: 0px;
	top: 0px;
}

#leftNav {
	position: fixed;
	width: 165px;
	margin-top: 85px;
	border: 0px solid pink;
	float: left;
}

#leftNav A {
	display: block;
	margin: 0;
	padding: 0;
}

#centerNavContent {
	width: 75px;
	margin-top: 140px;
	margin-left: 50px;
	text-align: right;
	border: 0px solid pink;
	float: left;
}


/* START Hinweis auf Video Startseite ... */

#leftNew {
	position: fixed;
	width: 165px;
	margin-top: 330px;
	padding: 7px 0px 3px 0px;
	border-top: 3px solid #996699;
	border-bottom: 1px solid #996699;
	float: left;
}

#leftNew P {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	color: #666666;
	line-height: 125%;
	margin-bottom: 5px;
	padding: 0px;
}

.legendevideo {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.6em;
	color: #996699;
	line-height: 125%;
	margin-bottom: 5px;
	padding: 0px;
}


/* START Hinweis auf Katalog Startseite ... */

#katalog {
	margin-left: 420px;
	padding-top: 0px;
}

#katalog P {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 125%;
	border-top: 3px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 7px 0px 10px 0px;
}

#katalog P a {
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
}

#katalog P a:hover {
	color: #333333;
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
}


#katalog a {
	background-color: #F6EB03;
	padding: 2px 5px 3px 5px;
	color: #999999;
	text-decoration: line-through;
}

#katalog a:hover {
	background-color: #F6EB03;
	padding: 2px 5px 3px 5px;
	color: #333333;
}

#katalogUNTEN {
	width: 344px;
	margin-top: 246px;
	margin-bottom: 25px;
	border-top: 3px solid #F6EB03;
	border-bottom: 1px solid #F6EB03;
}

/* ENDE Hinweis auf Katalog Startseite ... */

#content-full,
#content-small-big,
#content-big-small,
#content-half-half {
	width: 620px;
	margin-top: 85px;
	padding-bottom: 0px;
	border: 0px solid red;
	float: right;
}

.container-small {
	margin: 0 0 0 0px;
	width: 200px;
}

.container-big {
	margin: 0 0 0 0px;
	width: 400px;
}

.container-half1,
.container-half2 {
	margin: 0 0 0 0px;
	width: 305px;
}

#content-small-big .container-small,
#content-big-small .container-big,
#content-half-half .container-half1 {
	float: left;
}

#content-big-small .container-small,
#content-small-big .container-big,
#content-half-half .container-half2 {
	float: right;
}

#siteInfo {
	width: 620px;
	margin-top: 50px;
	padding-bottom: 0px;
}

#siteInfoLeft {
	width: 165px;
	margin-top: 100px;
	padding-bottom: 0px;
	border: 0px solid green;
	clear: both;
	float: left;
}

#siteInfoRight {
	width: 620px;
	margin-top: 100px;
	padding-bottom: 0px;
	border: 0px solid red;
	float: right;
}


/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	margin: 0px;
	padding-top: 35px;
	text-align: center;
}

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	color: #666666;
	line-height: 150%;
	margin-bottom: 20px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
 	font-size: 90%;
 	color: #666666;
	line-height: 120%;
	margin-top: 0px;
}

h2 {
	 font-size: 90%;
	 color: #999999;
	 line-height: 120%;
 	 margin-top: 0px;
	 margin-bottom: 15px;
}

h3 {
	 font-size: 75%;
	 font-weight: bold;
	 font-style: italic;
	 color: #666666;
	 line-height: 125%;
 	 margin-top: 6px;
	 margin-bottom: 0px;
}

h4 {
	 font-size: 75%;
	 font-weight: bold;
	 font-style: italic;
	 color: #666666;
 	 margin-top: 0px;
	 margin-bottom: 0px;
}

h5 {
 	font-size: 90%;
 	color: #666666;
	line-height: 120%;
	margin-top: 0px;
}

h6 {
	 font-size: 90%;
	 color: #999999;
	 line-height: 120%;
 	 margin-top: 4px;
	 margin-bottom: 16px;
}

UL {
	list-style-type: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	color: #666666;
	line-height: 150%;
	margin-top: 3px;
	margin-left: 0px;
	padding: 0px;
	padding-left: 0px;
}

/* Eigentlich für die Definition von UL ausreichend, aber Opera5/Win braucht auch den auf Null gesetzten Margin des LI-Elementes ... */
LI {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}


/***********************************************/
/* More styles                                 */
/***********************************************/

.container-small IMG,
.container-big IMG,
.container-half1 IMG,
.container-half2 IMG {
	margin-bottom: 10px;
}

.info {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	color: #666666;
	line-height: 110%;
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 0px;
}

.footerNav {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #999999;
	margin-top: 50px;
	margin-bottom: 25px;
	padding: 0px;
}

#page-skulpinsta .container-small P,
#page-skulpinsta .container-big P,
#page-skulpinsta .container-half1 P,
#page-skulpinsta .container-half2 P {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 0px;
}

#page-texte .container-small P {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 120%;
	color: #666666;
	margin-top: 19px;
	margin-bottom: 5px;
	padding-top: 0px;
}

#page-links .container-small P {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 120%;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
}

#page-ausstellungen .container-small P {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 120%;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-top: 0px;
}

#page-biografie .container-small P {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 120%;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
}


/***********************************************/
/* Link styles                                 */
/***********************************************/

A:link {
	color: #999999;
	text-decoration: none;
}

A:visited {
	color: #999999;
	text-decoration: none;
}

A:hover {
	color: #333333;
	text-decoration: none;
}

.footerNav A:link {
	color: #666666;
	text-decoration: none;
}

.footerNav A:visited {
	color: #666666;
	text-decoration: none;
}

.footerNav A:hover {
	color: #333333;
	text-decoration: none;
}


/***********************************************/
/* Styles Skulpturen-Installationen / Tapeten  */
/***********************************************/

.skulpinsta, .tapeten {
	margin: 0 0 0 0px;
	clear: both;
}

.skulpinsta-text, .tapeten-text {
	width: 400px;
	float: left;
}

.skulpinstaimage, .tapetenimage {
	margin: 0 0 10px 0px;
	width: 200px;
	float: right;
	line-height: 0px;
	font-size: 0px;
}

/* Dient dazu, zusätzlichen Abstand im IE durch Leerzeichen & RETURNs zu eliminieren ... */
.bilder {
	line-height: 0px;
	font-size: 0px;
}


/***********************************************/
/* Styles Ausstellungen                        */
/***********************************************/

#ausstellungen P {
 	 margin-bottom: 24px;
}

#ausstellungen h1 {
 	 margin-bottom: 24px;
}

#ausstellungen h2 {
 	 margin-top: 3px;
  	 margin-bottom: 0px;
	 color: #666666;
}


/***********************************************/
/* Styles Kontakt                              */
/***********************************************/

#kontakt h2 A:link {
  	 font-size: 100%;
	 color: #999999;
	 line-height: 120%;
 	 margin-top: 0px;
	 margin-bottom: 15px;
	 text-decoration: none;
}

#kontakt h2 A:visited {
	 color: #999999;
 	 text-decoration: none;
}

#kontakt h2 A:hover {
	 color: #666666;
 	 text-decoration: none;
}


/***********************************************/
/* Styles Aktuelles                            */
/***********************************************/

#page-aktuelles H3  {
	 font-size: 90%;
 	 font-style: normal;
	 color: #999999;
	 line-height: 100%;
 	 margin-top: 0px;
	 margin-bottom: 0px;
}

#page-aktuelles P  {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin-top: 5px;
}

#aktuelles LI A:link {
	color: #999999;
	text-decoration: none;
}

#aktuelles LI A:visited {
	color: #999999;
	text-decoration: none;
}

#aktuelles LI A:hover {
	color: #666666;
	text-decoration: none;
}


/***********************************************/
/* Styles Links                                */
/***********************************************/

#links h1 {
 	 margin-bottom: 0px;
}

#links P {
 	 margin-top: 3px;
}

#links LI A:link {
	color: #999999;
	text-decoration: none;
}

#links LI A:visited {
	color: #999999;
	text-decoration: none;
}

#links LI A:hover {
	color: #666666;
	text-decoration: none;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}


