/* START MAIN SETTINGS */

a:link, a:visited { 
border:hidden
font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
color:#cccc00; 
outline: none;
text-decoration: none;
 }

a:active { 
border:hidden 
font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
color:#cccc00; 
outline: none;
text-decoration: none;
 }




note { 
font-size: 85%; 
font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
text-decoration: none; 
 }


	
/* END MAIN SETTINGS */




/* Start Homepage first */

#content2 {
background-image: url("start_page/Bilder/sketchbook_01.jpg");
background-repeat: no-repeat;
position: absolute;
left: 50%;
margin-left: -375px;
width: 750px;
top: 50%;
margin-top: -310px;
height: 293px;
display: inline;
background-color: #FFFFFF;
 }

#content3 {
background-image: url("start_page/Bilder/sketchbook_02.jpg");
background-repeat: no-repeat;
position: absolute;
left: 50%;
margin-left: -375px;
width: 403px;
top: 50%;
margin-top: -17px;
height: 237px;
display: inline;
 }

#content4 {
position: absolute;
left: 50%;
margin-left: 28px;
width: 123px;
top: 50%;
margin-top: -17px;
height: 27px;
 }

 #content4_1 {
position: absolute;
left: 50%;
margin-left: 151px;
width: 224px;
top: 50%;
margin-top: -17px;
height: 27px;
 }

 #content5 {
 	background-image: url("start_page/Bilder/sketchbook_05.jpg");
background-repeat: no-repeat;
position: absolute;
left: 50%;
margin-left: 28px;
width: 347px;
top: 50%;
margin-top: 10px;
height: 210px;
 }

 #content6 {
position: absolute;
overflow: auto;
left: 50%;
margin-left: 40px;
width: 380px;
top: 50%;
margin-top: 10px;
height: 210px;
color: #ffffff;
font-family: "Gill Sans", Arial, Helvetica, sans-serif; 
font-size: 8pt;

 }



#Starter {
	position: absolute;
	background-image: url("Art_black.jpg");
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -30px;
	width: 134px;
	top: 50%;
	margin-top: -10px;
	height:30px;
	display: inline;
 }

#Starter2 {
	position: absolute;
	background-image: url("Design_black.jpg");
	background-repeat: no-repeat;
	left: 50%;
	margin-left: 104px;
	width: 228px;
	top: 50%;
	margin-top: -10px;
	height:30px;
		display: inline;
 }



/* End Homepage First */



/* START MENUEBLOCK */

a.menu:link, a.menu:hover, a.menu:visited {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif; 
  color: #ffffff;
  outline: none;
  text-decoration: none;
 }


a.menu:active {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif; 
  color: #cccc00;
  outline: none;
  text-decoration: none;
 }

#main_menue {
position: absolute;
left: 50%;
margin-left: -333px;
width: 160px;
top: 50%;
margin-top: 99px;
height: 150px;
font-family: "Gill Sans", Arial, Helvetica, sans-serif; 
font-size: x-small;
color: #ffffff;
	display: inline;
 }

#menue_content {
position: absolute;
left: 50%;
margin-left: -240px;
width: 160px;
top: 50%;
margin-top: 99px;
height: 150px;
font-family: "Gill Sans", Arial, Helvetica, sans-serif; 
font-size: x-small;
color: #ffffff;
	display: inline;
 }

/* END MENUEBLOCK*/





/* Beginning of the Main CONTENT */

#Projectname {
	position: absolute;
	left: 50%;
	margin-left: -333px;
	width: 160px;
	top: 50%;
	margin-top: -282px;
	height: 140px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif; 
	font-size: x-small;
	color: #cccc00;
		display: inline;
 }

#Line_over {
	position: absolute;
	background-image: url("line.jpg");
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -335px;
	width: 261px;
	top: 50%;
	margin-top: -107px;
	height: 1px;
		display: inline;
 }

#Project_text {
	position: absolute;
	left: 50%;
	margin-left: -340px;
	padding-left: 7px;
	padding-right: 7px;
	width: 250px;
	top: 50%;
	margin-top: -102px;
	height: 180px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif; 
	font-size: x-small;
	overflow:auto;
	color: #cccc00;
		display: inline;
 }

#Line_under {
	position: absolute;
	background-image: url("line.jpg");
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -335px;
	width: 261px;
	top: 50%;
	margin-top: 83px;
	height: 1px;
		display: inline;
 }


#images_small_ {
	position: absolute;
	left: 50%;
	margin-left: -140px;
	width: 70px;
	top: 50%;
	margin-top: -257px;
	height: 180px;
		display: inline;
 }

/* END of the Main Content*/



/*Start Code popup Pictures at main Content */

.gallerycontainer {
position: relative;
height: 400px;
 }


.thumbnail:link, thumbnail:visited, thumbnail:active {
color: #cccc00;
text-decoration: none;
 }


.thumbnail img {
border: 1px solid #663399;
margin: 0 3px 3px 0;
}

.thumbnail:hover {
	color: #cccc00;
	text-decoration: none;
background-color: transparent;
 }

.thumbnail:hover img {
 }

.thumbnail span { /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #663399;
text-decoration: none;
 }

.thumbnail span img { /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
 }

.thumbnail:hover span { /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */
z-index: 50;
 }



/*ANIMATED GIF */
#GIF {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	width: 357px;
	top: 50%;
	margin-top: -270px;
	height: 454px;
		display: inline;
}

/*ANIMATED GIF */





/*PRESS*/

a.press:link { 
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
  color: #CCCC00;
  font-size: x-small;
  text-decoration: none;
 }
a.press:visited { 
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
  color: #CCCC00;
  font-size: x-small;
  text-decoration: none;
 }

a.press:hover {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
  color: #CCCC00;
  font-size: x-small;
  text-decoration: none;
 }

a.press:active {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
  color: #CCCC00;
  font-size: x-small;
  text-decoration: none;
 }
	
/* END of the Main Content*/



/*Start Code popup Pictures at main Content */

.gallerycontainerpress {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
position: relative;
height: 370px;
 }

.small:link, thumbnail:visited, thumbnail:active {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
color: #cccc00;
text-decoration: none;
 }


.small img {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
margin: 0 3px 3px 0;
 }

.small:hover {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
	color: #cccc00;
	text-decoration: none;
background-color: transparent;
 }

.small:hover img {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
 }

.small span { /*CSS for enlarged image*/
font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
position: absolute;
background-color: transparent;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #663399;
text-decoration: none;
	display: inline;
 }

.small span img { /*CSS for enlarged image*/
font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
border-width: 0;
padding: 2px;
 }
 
.small:hover span { /*CSS for enlarged image*/
font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
visibility: visible;
top: 0;
left: 235px; /*position where enlarged image should offset horizontally */
z-index: 50;
 }

#press {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
	position: absolute;
	left: 50%;
	margin-left: -279px;
	width: 200px;
	top: 50%;
	margin-top: -222px;
	height: 80px;
	font-size: x-small;
	text-align: right;
	color: #cccc00;
		display: inline;
 }

/*PRESS*/



/*ARTWORKS*/
a.artwork:link, a.artwork:hover, a.artwork:visited {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
  color: #cccc00;
  text-decoration: none;
 }


a.artwork:active {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif; 
  color: #cccc00;
 }


/*ARTWORKS*/




/* START ADRESSINFO LENI SCHWENDINGER */
#LOGO {
	background-image: url("Pictures/logo-color100.gif");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	width: 100px;
	top: 50%;
	margin-top: 218px;
	height: 21px;
		display: inline;
 }

#content {
background-image: url("Pictures/sketchbook1.jpg");
background-repeat: no-repeat;
position: absolute;
left: 50%;
margin-left: -375px;
width: 750px;
top: 50%;
margin-top: -310px;
height: 555px;
background-color: #FFFFFF;
	display: inline;
 }


#line {
	background-image: url("line2.jpg");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	width: 745px;
	top: 50%;
	margin-top: 240px;
	height: 1px;
		display: inline;
 }

#adress {
	background-image: url("001.gif");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	width: 431px;
	top: 50%;
	margin-top: 243px;
	height: 15px;
		display: inline;
 }

 #adress2 {
	position: absolute;
	left: 50%;
	margin-left: 312px;
	width: 58px;
	top: 50%;
	margin-top: 243px;
	height: 15px;
		display: inline;
 }

#adress3 {
	position: absolute;
	left: 50%;
	margin-left: 56px;
	width: 139px;
	top: 50%;
	margin-top: 243px;
	height: 15px;
		display: inline;
 }



#home {
	position: absolute;
	left: 50%;
	margin-left: 260px;
	width: 100px;
	top: 50%;
	margin-top: 243px;
	height: 20px;
	font-size: x-small;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #663399;
		display: inline;
 }

/* END ADRESSINFO LENI SCHWENDINGER */

	
