@charset "utf-8";

/*	---------------------------------------------------
	CSS Maxim Neroda. Graphic & Webdesign
	
	ROT		CC0033
	--------------------------------------------------- */

* { margin:0; padding:0; }
html, body { height: 100%; width: 100%; }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; line-height:1.5em;
	color:#333333; background-color:#FFFFFF;
	}

h1,h2,h3,h4,h5,h6 { font-weight:normal; line-height:1.4em; }
h1 { font-size:1.5em; }

a { color:#F00; }
a:hover { color:#F00; }

div { overflow:hidden; }

#body {
	display:table;
	width:100%; height:100%;
	min-width:960px;
	}

#content {
	display:table-cell; vertical-align:top;
	width:auto; height:100%;
	}


/*	NAVIGATION
	--------------------------------------------------- */

#navigation {
	display:table-cell; vertical-align:top;
	width:300px; height:100%;
	}

#logo {
	float:right;
	width:250px; height:60px;
	}

#menu {
	margin-top:40px;
	float:right; width:250px;
	}

#menu div {
	padding-right:21px;
	text-align:right;
	}

#menu div a { text-decoration:none; color:#333333; }
#menu div a:hover { text-decoration:none; color:#CC0033; }

#kontakt {
	margin-top:-100px;
	width:250px; height:100px;
	float:right; text-align:right;
	}

.abrakadabra {
	margin:20px 0 0 20px;
	font-family:"Times New Roman", Times, serif;
	}

.not {
	width:70%;
	margin:auto; margin-top:20px; margin-bottom:20px;
	font-family:Verdana, Geneva, sans-serif;
	}




















