/* type specs allgemeingueltig */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	background-image: none;
	background-color: #F0F0F0;
}
a {
	color: #009933;
	font-weight: normal;
	font-style: oblique;	
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	}
	
.header_picture {
	background-color: #003399;
}
.placeholder_01 {
	background-color: #FFCC00;
}
/* LAYOUT TAGS */
/* container holding everything */
#container{
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header{
	height: 90px;
	width: 800px;
	background-image: none;
	background-color: #F0F0F0;
}
#content_container{
	background-color: #FFF;
	height: 605px;
	width: 800px;
}
#footer{
	background-color: #FFF;
	height: 73px;
	width: 800px;
}


/* -------------- */
/* DIE HOME SEITE */
/* -------------- */


/* DIE LINKE SPALTE */

.left_container{
height: 605px;
width: 283px;
background-image: none;
background-color: #F0F0F0;
float:left;

}

/* news           */

.news_title{
height: 90px;
width: 286px;
background-image: none;
background-color: #FFF;

}

.news_content{
	height: 500px;
	width: 251px;
	background-color: #FFF;
	padding-left:16px;
	padding-right:16px;
	padding-top:5px;
	padding-bottom:10px;
	overflow-y:auto;
}

/* DIE MITTLERE SPALTE */

.middle_container{
height: 605px;
width: 261px;
background-image: none;
background-color: #HHH;
float:left;

}

/* books           */

.books_title{
height: 90px;
width: 261px;
background-image: none;
background-color: #FFF;

}

/*ACHTUNG: vormals home_books.gif und home_books_hover.gif */
/* CSS rollover trick */
.books_title a {
display:block;
background-image:url(pics/home_comics.gif);
width:111px; height:90px
}

.books_title a:hover {
display:block;
background-image:url(pics/home_comics_hover.gif);
width:111px; height:90px
}


.books_content{
height: 219px;
width: 245px;
background-color: #FFF;
padding-left:8px;
padding-right:8px;
padding-top:5px;
padding-bottom:10px;
overflow-y:auto;

}

/* artists           */

.artists_title{
height: 99px;
width: 261px;
background-image: none;
background-color: #888;

}

/* CSS rollover trick */

.artists_title a {
display:block;
background-image:url(pics/home_artists.gif);
width:261px; height:99px
}

.artists_title a:hover {
display:block;
background-image:url(pics/home_artists_hover.gif);
width:261px; height:99px
}


.artists_content{
height: 167px;
width: 245px;
background-color: #FFF;
padding-left:8px;
padding-right:8px;
padding-top:5px;
padding-bottom:10px;


}

/* DIE RECHTE SPALTE */

.right_container{
height: 605px;
width: 256px;
background-image: none;
background-color: #FFF;
float:left;
}

/*bookpicture holder           */

.bookpictureholder_container{
	height: 324px;
	width: 256px;
	background-image: none;
	background-color: #FFF;
	
}

/* shop           */

.shop_title{
height: 99px;
width: 256px;
background-image: none;
background-color: #888;

}

/* CSS rollover trick */

.shop_title a {
display:block;
background-image:url(pics/home_shop.gif);
width:256px; height:99px
}

.shop_title a:hover {
display:block;
background-image:url(pics/home_shop_hover.gif);
width:256px; height:99px
}

.shop_content{
height: 167px;
width: 240px;
background-color: #FFF;
padding-left:8px;
padding-right:8px;
padding-top:5px;
padding-bottom:10px;


}


/* ------------------- */
/* DIE SPECIFIC SEITEN */
/* ------------------- */



/* LAYOUT FUER ALLE */

.specific_container{
height: 605px;
width: 544px;
background-image: none;
background-color: #FFF;
float:left;

}

/* books, artists, shop  */

.specific_title{
height: 90px;
width: 544px;
background-image: none;
background-color: #FFF;

}

.specific_content{
	height: 500px;
	width: 512px;
	background-color: #FFF;
	padding-left:16px;
	padding-right:16px;
	padding-top:5px;
	padding-bottom:10px;
	overflow-y:auto;
}
