﻿/*  ***************************************
nosqlfrankfurt.de - Standard-Stylesheet
Datei: std.css
Media: screen, projection 

Datum: Juni 2010
Autor: Michael Raith
Mail:  info@raith.it
Web:   http://www.raith.it
                                   
1. Allgemeine Regeln                                  
2. Seitenaufbau 
   - Container
     - Header     
     - Navigation
     - Content #
	 - Right Column
     - Footer
3. Special Styles
	 
Farben:
Body-Background: #D6D6D6
Star-Color: #663366


*************************************** */

/**************************/
/** RESET                **/
/**************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
}

/**************************/
/** Allgemeine Regeln    **/
/**************************/

html, body {
	height: 100%;
}

a, a:visited, a:hover, a:active,  {
	text-decoration: none;	
}

a img {
	border: none;
}

/* remove firefox (active) link outline */  
a:focus { 
	outline: none;
}  

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D6D6D6;
}

/**************************/
/** Seitenaufbau         **/
/**************************/

/* Container */
/**********************************************************************************************/
#container {
	width: 990px;
	height: auto;
	margin: 0 auto;	
	/*margin-bottom: 40px;	*/
	background: url(../img/container_bg.gif) 0 0 repeat-y;
	overflow: hidden;
	border-top: 40px solid #D6D6D6;
	border-bottom: 40px solid #D6D6D6;
}

/* Header */
/**********************************************************************************************/
#header {
	width: 100%;
	height: 210px;	
	/*background: #ffffff url(../img/layout/logo.gif) 0 0 no-repeat;*/
	background: #ffffff;
	border-bottom: 10px solid #663366;
}

#header #logo {
	float: left;	
	width: 200px;
	height: 210px;	
}

/* Navigation */
/**************************************************/
#header #navigation {
	width: 790px;
	height: 48px;
	float: right;
	background: #F5F5F5;
	border-top: 10px solid #ffffff;
	border-bottom: 2px solid #663366;
}


#header #navigation ul li {
	display: inline;
}

#header #navigation ul li a {
	display: block;
	float: left;
	height: 48px;
	line-height: 48px;
	/*margin: 0 10px;*/
	padding: 0 20px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#header #navigation ul li a:hover,
#header #navigation ul li.active a {
	background-color: #663366;
	color: #fff;
}

#header #navigation ul li.active a:hover {
	cursor: default;
}

#header #teaser {
	width: 790px;
	height: 150px;
	float: right;
}

/* Content */
/**********************************************************************************************/
#content {
	float: left;
	width: 750px;
	height: auto;
	min-height: 480px;
	background-color:#F5F5F5;
	padding: 20px;
}



#content p {
	padding: 10px 0 10px 0;
	text-align: justify;
	color: #666666;
}

#content h1 {
	font-size: 16px;
	width: 100%;
	border-bottom: 2px solid #663366;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#content h2 {
	font-size: 14px;
	color: #666666;	
	margin-bottom: 10px;
}

#content ul {
	color: #666666;
	margin-left: 15px;
}

#content a {
	color: #004A99;
	text-decoration: underline;
}


/* Right Column */
/**********************************************************************************************/

#right {
	width: 160px;
	height: auto;	
	margin-left: 790px;
	background-color:#fff;
	padding: 20px;
	padding-top: 26px;	
}

#right h3 {
	width: 90%;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 2px solid #663366;
	margin-bottom: 20px;
}

#right img {
	width: auto;
	max-width: 160px;
	margin-bottom: 20px;
}



/* Footer */
/**********************************************************************************************/

#footer {
	clear: both;
	height: 20px;
	line-height: 18px;
	width: 100%;
	background-color:#FFFFFF;	
}

#footer ul {
	margin-left: 20px;	
}

#footer ul li {
	display: inline;
	font-size: 10px;	
	color: #663366;
}


#footer ul li a {
	margin-right: 5px;
	font-size: 10px;	
	color: #663366;
	text-decoration: none;	
}

#footer ul li a:hover,
#footer ul li.active a {
	text-decoration: underline;
}


/* Special Styles */
/**********************************************************************************************/

/* Accordion Headline */

.ka-panel {
	/*margin-bottom: 20px;*/
	background: #fff;
	margin-bottom: 10px;
}

.ka-panel.open h2.ka-handler {
	background: url(../img/acc_close.gif) 735px 11px no-repeat;
}

.ka-panel.close h2.ka-handler {
	background: url(../img/acc_open.gif) 735px 11px no-repeat;
}

.ka-handler {
 cursor:pointer;
}

#content h2.ka-handler {	
	margin-bottom: 0;
	margin-top: 10px;
	/*background: #fff;*/
	color: #666;
	padding: 5px 0 5px 0;	
}

.ka-content {
	border-top: 1px solid #663366;
	padding: 0 40px 10px 40px;
}

.ka-content p {
	clear: both;	
}

.ka-content img {
	float: left;
	margin: 0 10px 3px 0;
}


/* News */

#twrss_table {
	margin: 0;
}

#twrss_table .twrss_item_link a,
#twrss_table .twrss_item_link a:hover {
	border-left: none;
}

#twrss_table .twrss_item_content {
	border-bottom: 1px dotted #663366;
	border-left: none;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.twrss_bodytext {
	margin-left: 0;
	margin-right: 0;
}