/*
Author:			Remi Tywonek
Author URI:		http://www.blickwerker.de
*/


/* RESET */
html, body, p, h1, h2, h3, h4, ul, ol, dl, blockquote, form { margin:0; padding:0; }

/**/
.right {float: right;}

/* STYLING UND POSITIONING */
body {
	background: #fff;	
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#header {
	background-image: url(../gfx/web-plate.png);
	height: 240px;
	position: absolute;
	top: 10px;
	width: 240px;
	z-index: 1000;
	right: 200px;
}

#photobox {
	height: 540px;
	margin-top: 120px;
	margin-left: 280px;
	position: absolute;
	text-align: center;
}

#photobox img {
	padding: 2px;
}

#2row_block {width:300px;}
.selectbox {
	color: #333;
	font-size: 9px;
	left: 10px;
	position: absolute;
	top: 150px;
}

.draggable {
	cursor: move;
}

.draggable a {
	cursor: pointer;
}

#innertext {
	padding-left: 100px;
}

p, h1, h2 {
	color: #A31D14;
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 10px;
}

h1 { font-size: 19px; font-weight:bold; }

h2 { font-size: 16px; font-weight:bold; }

p { font-size: 16px; padding-bottom:60px; }

p .big { font-size: 17px; }

a:link, a:visited { color:#A31D14; text-decoration: none; }

a:hover, a:active, a:focus { text-decoration:underline; }
