/*
:::::::::::::::created by www.complexgraFX.de::::::::::::::::::::::::
Version: runathome V20:10
Date: 10.12.2010
URI: http://www.runathome.de/
Tags: Reset, Fonts, Global, Header, Title, Menu, Main, Content, Form, Footer
*/

/*Reset-----------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
	text-align: center;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/*Fonts----------------------------------------*/
body,
input
input[type=submit]{
	font-family: Georgia, "Bitstream Charter", serif;
}
#container {
	width: 100%;
	background-image: url(layout/rahV11_update.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 100%;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#logo {
	text-align: center;
	margin-top: 10px;
	clear: both;
	padding-top: 100px;
}
#select {
	width: 378px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
}
#gallery {
	float: left;
}
#login {
	float: right;
}
