/* general stuff */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #e2e2e2;
}

/* structure */
#container_header {
	/*width: 100%;*/
	height: 130px;
	background-image: url(../gfx/od_minimal_bg_top.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#header_content {
	margin: auto;
	width: 820px;
	height: 130px;	
}

#container_body {
	margin: auto;
	width: 820px;
	background-image: url(../gfx/od_minimal_bg_mid.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#navigation {
	width: 140px;
	padding: 0px 0px 0px 20px;
	float: left;	
}

#lang_switch {	
	padding: 20px 0px 0px 20px;
}

#container_content {
	width: 625px;
	padding: 0px 0px 0px 10px;
	float: left;	
}

#container_footer {
	width: 820px;
	margin: auto;
	height: 100px;
	background-image: url(../gfx/od_minimal_bg_bot.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* links */
a:link {
	color: #b80000;
	text-decoration: none;
}

a:visited {
	color: #b80000;
	text-decoration: none;
}

a:active {
	color: #b80000;
	text-decoration: none;
}

a:hover {
	color: #ff9000;
	text-decoration: none;
}

/* header */
#header_logo {
	margin: 6px 0 0 30px;
}

/* navigation */
#navigation ul {
	list-style-position: inside;
	list-style-type: none;
}

#navigation ul li {
	background-image: url(../gfx/bullet_orange.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 6px 0px 4px 18px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	color: #858585;
	display: block;	
}

a.navlink, a.navlink:visited, a.navlink:active {
	color: #858585;
	text-decoration: none;
	display: block;
}

a.navlink:hover {
	color: #000000;
	text-decoration: none;
	display: block;
}

/* footer */
#footer_content {	
	width: 600px;
	margin: auto;
	padding: 70px 0px 0px 0px;
	font-size: 9px;
	color: #6f6f6f;
	text-align: center;
}

/* typo */
h1 {
	font-size: 20px;
	padding: 0px 0px 6px 0px;
}

h2 {
	color: #608cb1;
	border-bottom: 1px solid #608cb1;
	padding: 0px 0px 3px 0px;
	margin: 10px 0px 6px 0px;
}

.small {
	font-size: 11px;
	line-height: 1.3;
}

/* helper */
.clearer {
	clear: both;
}

.spacer10 {
	height: 10px;
}

.spacer20 {
	height: 20px;
}

/**
 * INDEX Page
 */

/* infobox */
#introtext {
	padding: 5px 0px 5px 0px;
	line-height: 1.5;
}

/* console */
#console {
	margin: 10px 0px 0px 0px;
	font-size: 11px;
}

#console .tweet {
	margin: 0px 0px 10px 0px;
	padding: 3px;
}

#console .twt_light {
	background-color: #ebebeb;
}

#console .twt_dark {
	background-color: #dcdcdc;
}

#console .tweet .profilepic {
	float: left;
	padding: 0px 3px 0px 3px;
}

#console .tweet .screenname {
	font-weight: bold;
}

#console .tweet .message {
	padding: 3px 0px 0px 3px;
}

/**
 * ABOUT Page
 */
.about_text {
	line-height: 1.5;
}

/**
 * WALL Page
 */
#latest_walls {
	padding: 0px 0px 0px 10px;
}

#latest_walls .small {
	color: #6f6f6f;
}

#latest_walls ul {
	list-style-position: inside;
	list-style-type: none;
}

#latest_walls ul li {
	background-image: url(../gfx/bullet_go.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 16px;
}

/**
 * VARIOUS Pages
 */

.notice {
	padding: 5px 5px 5px 30px;
	margin: 5px 0px 5px 0px;
	background-image: url(../gfx/warning.png);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	background-color: #ffdd41;
}