﻿/* layout_all */

body, html {
background-color:rgb(230,230,230); 
margin:0px;
padding:0px;
width:100%;
height:100%;
font-family:Verdana, Geneva, Tahoma, sans-serif;
font-size:14px;
}

/*------------------------------------HEADER--------------------------------------------*/

#shop-logo-rahmen {
	position:absolute;
	top:20px; 
	left: 20px;	
}

#shop-logo-img {
	height:40px;
	float:left;
	-webkit-transition: -webkit-transform 0.4s ease-out; /* Saf3.1+, Chrome */
	-moz-transition: -moz-transform 0.4s ease-out; /* FF3.5+ */
	-o-transition: -o-transform 0.4s ease-out; /* Opera */
	transition: transform 0.4s ease-out;
}

#shop-logo-img:hover {
	-webkit-transform: scale(1.2); /* Saf3.1+, Chrome */
	-moz-transform: scale(1.2); /* FF3.5+ */
	-ms-transform: scale(1.2); /* IE9+ */
	-o-transform: scale(1.2); /* Opera */
	transform: scale(1.2);
}

#shop-logo-text {
	display:inline-block;
	width:400px;
	padding: 10px 0 0 10px;
	color:rgb(255,255,255); 
	font-size:15px; 
}

#shop-logo-text a:link, #shop-logo-text a:visited, #shop-logo-text a:active {
	color:rgb(255,255,255); text-decoration:none; font-weight:bold;
}

#shop-logo-text a:hover {
	color:rgb(255,255,0)
}
/*----------------------------------------------------------------------------------------*/
/*------------------------------------LAYOUT_CONTENT--------------------------------------*/


#center {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:1000px;
	background-color: rgb(95,150,0); /* Anpassung des Hintergrunds von 90,160,10 auf 95,150,0 -- sonst zu grell bei hellen Bildschirmen*/
}

#button_row {
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	margin-top:0px;
	margin-right: 0px;
	margin-left:auto;
	width:430px;
	text-align:right;
	font-size:16px;
	font-weight:normal;
	background-color:rgb(142,0,0);
	color: rgb(142,0,0);
}


a:link.button {
	padding-right:4px;
	margin:0;
	color: rgb(255,255,0);
	text-decoration:none;
	font-weight:bold;
}
a:visited.button {
	padding-right:4px;
	margin:0;
	color: rgb(255,255,0);
	text-decoration:none;
	font-weight:bold;
}
a:hover.button {
	padding-right:4px;
	margin:0;
	color: rgb(95,150,0);
	font-weight:bold;
	text-decoration:none;
}
a:active.button {
	padding-right:4px;
	margin:0;
	color: rgb(95,150,0);
	text-decoration:none;
	font-weight:bold;
}


/*-------------------------------------------------------------------------------------------*/
/*-----------------------------------------DESCRIPTION_POSITION------------------------------*/


a:link.hyperlink {
	margin:0;
	color: rgb(255,255,0);
	text-decoration:none;

}
a:visited.hyperlink {
	margin:0;
	color: rgb(255,255,0);
	text-decoration:none;
}
a:hover.hyperlink {
	margin:0;
	color: rgb(0,0,200);
	text-decoration:none;
}
a:active.hyperlink {
	margin:0;
	color: rgb(255,255,0);
	text-decoration:none;
}



