/* =Basic HTML
--------------------------------------------------------------------------------*/
a {
	color: #528ce0;
	text-decoration: none;
}
a:hover {

	color: #528ce0;
	text-decoration: underline;

}
a:focus {
	color: #3399cc;
}

body
{
	font: 12px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #f6f6f6 url("./../img/grafiken/background.png") repeat;
	padding: 0 0 40px;
	margin-top: 0px;
	color: #333333;
}

p {
	overflow: hidden;
}


hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

img.float_left {
	float: left;
	padding-right: 10px;
}

br.clear {
	clear: both;
}


/* =Headings
--------------------------------------------------------------------------------*/


h1 {font-size: 25px;}
h2 {font-size: 16px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 14px;}
h6 {font-size: 14px;}

/* =Headings Links
-------------------------------------*/

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a 
{
	text-decoration: none;
}


h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover 
{
	text-decoration: none;
}

h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus 
{
	text-decoration: none;
}






/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style-type: square;
}

li
{
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 5px;
}




/* =Header
--------------------------------------------------------------------------------*/

div#header {
	text-align: center;
}

div#header h1 {
  color: #333333;
  font: bold 330%/100% "Helvetica";
  position: relative;
  margin-bottom: 25px;
}





/* =quotes
--------------------------------------------------------------------------------*/

/** 
 * 13. Juni 2008, 11:55 Uhr - Hans J. Bauer (h.bauer@fbihome.de):
 * Zitate im Content sind in der 3. DIV-Ebene verschachtelt.
 **/
 
div.quoteheader {
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-weight: bold;
}


div.quote {
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-left: 20px;
	font-family: "Courier New", Courier, Monaco, monospace;
}

/* =Content
--------------------------------------------------------------------------------*/

div#content {
	margin-bottom: 25px;
}

/**
 * 30. Juli 2008, 02:15 - Hans J. Bauer (h.bauer@fbihome.de):
 * Bildgroesse anpassen, damit die Bilder nicht das Layout sprengen
 **/
 
div#content div img {
	max-height: 600px;
	max-width: 300px;
	margin: 10px;
}

div.container_12 div.grid_8 div.itemframe {
	background: #f5f6f6 url("./../img/grafiken/div_news_body.png") no-repeat;
}

div.container_12 div.grid_12 div.itemframe {
	background: #f5f6f6 url("./../img/grafiken/div_large_body.png") no-repeat;
}


div.container_12 div.grid_8 div.itemframe div.headline_news,
div.container_12 div.grid_8 div.itemframe div.headline_users,  
div.container_12 div.grid_8 div.itemframe div.headline_dienste,
div.container_12 div.grid_8 div.itemframe div.headline_impressum,
div.container_12 div.grid_8 div.itemframe div.headline_datenschutz, 
div.container_12 div.grid_8 div.itemframe div.headline_disclaimer 
{
	background-repeat: no-repeat;
	background-position: 595px center;
	margin-bottom: 5px;
	padding: 5px 10px;
}

div.container_12 div.grid_12 div.itemframe div.headline_news,
div.container_12 div.grid_12 div.itemframe div.headline_users,  
div.container_12 div.grid_12 div.itemframe div.headline_dienste, 
div.container_12 div.grid_12 div.itemframe div.headline_impressum,
div.container_12 div.grid_12 div.itemframe div.headline_datenschutz,
div.container_12 div.grid_12 div.itemframe div.headline_disclaimer
{
	background-repeat: no-repeat;
	background-position: 915px center;
	margin-bottom: 5px;
	padding: 5px 10px;
}

div.itemframe div.headline_news
{
	background-image: url("./../img/oxygen/16x16/actions/messagebox_info.png");
}

div.itemframe div.headline_dienste
{
	background-image: url("./../img/oxygen/16x16/apps/preferences_system.png");
}

div.itemframe div.headline_users
{
	background-image: url("./../img/oxygen/16x16/actions/edit_find_user.png");
}

div.itemframe div.headline_impressum
{
	background-image: url("./../img/oxygen/16x16/actions/kontact_contacts.png");
}

div.itemframe div.headline_datenschutz
{
	background-image: url("./../img/oxygen/16x16/actions/users.png");
}

div.itemframe div.headline_disclaimer
{
	background-image: url("./../img/oxygen/16x16/actions/konv_message2.png");
}


div.itemframe div.headline_news h2, 
div.itemframe div.headline_users h2, 
div.itemframe div.headline_dienste h2,
div.itemframe div.headline_impressum h2,
div.itemframe div.headline_datenschutz h2,
div.itemframe div.headline_disclaimer h2  
{
	display: inline;
	color: #333333;
}

div.itemframe div.item {
	padding: 5px 10px;
}

div.itemframe div.item a hover {
	text-decoration: underline;
}

div.itemframe div.item img {
	vertical-align: middle;
}

div.item {
	padding:5px;
	margin: 0px;
}

div.itemframe div.headline_news .smal, 
div.itemframe div.headline_dienste .small {
	padding: 0px 5px;
	margin: 0px;
	color: #333333;
}

div.container_12 div.grid_8 div.small {
	margin-bottom: 20px;
	background: url("./../img/grafiken/div_news_footer.png") no-repeat;
	width: 620px;
	height: 20px;
	padding: 0 5px;
	font-size: xx-small;
	text-align: center;
}

div.container_12 div.grid_12 div.small {
	margin-bottom: 20px;
	background: url("./../img/grafiken/div_large_footer.png") no-repeat;
	width: 940px;
	height: 20px;
	padding: 0 5px;
	font-size: xx-small;
	text-align: center;
}

div#quick_links {
	text-align: center;
	font-size: x-large;
}


/* =Sidebar
--------------------------------------------------------------------------------*/

div#sidebar {
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 0px;
}

div#sidebar h2 {
	color: #333333;
	padding: 5px 10px;
}

div#sidebar_termine h2 {
	background-image: url("../img/oxygen/16x16/actions/kontact_date.png"); 
	background-repeat: no-repeat; 
	background-position: 275px center;
}
div#sidebar_aktive h2 {
	background-image: url("../img/oxygen/16x16/actions/messagebox_info.png"); 
	background-repeat: no-repeat; 
	background-position: 275px center;
}

div#sidebar_alle h2 {
	background-image: url("../img/oxygen/16x16/actions/note.png"); 
	background-repeat: no-repeat; 
	background-position: 275px center;
}

div#sidebar_forum h2 {
	background-image: url("../img/oxygen/16x16/apps/kate.png"); 
	background-repeat: no-repeat; 
	background-position: 275px center;
}

div#sidebar_newsletter h2 {
	background-image: url("../img/oxygen/16x16/actions/mail_get.png"); 
	background-repeat: no-repeat; 
	background-position: 275px center;
}

div#sidebar_meta h2 {
	background-image: url("../img/oxygen/16x16/apps/preferences_plugin.png"); 
	background-repeat: no-repeat; 
	background-position: 275px center;
}

div#sidebar_jabber h2 {
	background-image: url("../img/oxygen/16x16/apps/gaim.png"); 
	background-repeat: no-repeat; 
	background-position: 275px center;
}

div#sidebar_mensa h2 {
	background-image: url("../img/oxygen/16x16/apps/preferences_web_browser_cookies.png"); 
	background-repeat: no-repeat; 
	background-position: 275px center;
}


/* Hintergrundgrafiken fuer die Sidebar */
div.bg_small_body {
	width: 300px;
	background: #f5f6f6 url("../img/grafiken/div_sidebar_body.png") no-repeat;
}

div.bg_small_bottom {
	width: 300px;
	height: 20px;
	background: url("../img/grafiken/div_sidebar_footer.png") no-repeat;
	margin-bottom: 20px;
}

div#sidebar div {
	width: 300px;
}

div#sidebar div p {
	padding: 10px;
	margin: 0px;
}

div#sidebar div ul {
	padding: 5px;
	margin: 0px;
}

div#sidebar a {
	text-decoration: none;
}

div#sidebar a:hover {
	text-decoration: underline;
}

div#sidebar a:focus {
	
}

div#sidebar small {
	font-size: smaller;
}


/* =Sidebar - Accordion
--------------------------------------------------------------------------------*/

div#sidebar #accordion {
	margin: 0px !important;
	padding: 0px !important;
}

div#sidebar h3.toggler {
	cursor: pointer;
	font-size: 12px;
	color: #528ce0;
	padding: 5px 10px 1px;
}

div#sidebar div.element {
	margin: 0px;
	padding: 0px;
}

div#sidebar div.element p, div#sidebar div.element h4 {
	margin: 0px;
	padding: 0 10px;
}

div#sidebar blockquote {
	padding:5px 20px;
}

div#sidebar div#accordion small {
	float: right;
	padding: 0 10px;
} 

/* =Footer
--------------------------------------------------------------------------------*/

div#footer {
	padding: 5px;
	color: white;
	background-color: #333333;
}

div#footer a {

}


/* =Navigation
--------------------------------------------------------------------------------*/


#kwick .kwick span {
	display: none;
}

#nav_main { 
	margin-top: -5px;
	margin-bottom: 25px;
	padding: 0px;
	background: #c0c0c0 url("./../img/grafiken/background_nav.png") repeat-x center right;
	height: 80px;
}

div#kwick {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
}

#kwicks {
	position: relative;
}

#kwick ul li a {
    background: transparent;
    display: block;
    margin: 0;
    width: auto;
	height: 80px;
  }
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 117px;
	height: 80px;
	margin: 0px;
}
 
#kwick_news {
	background: url("./../img/grafiken/news.png") no-repeat;
}

#kwick_forum {
	background: url("./../img/grafiken/forum.png") no-repeat;
}

#kwick_wiki {
	background: url("./../img/grafiken/wiki.png") no-repeat;
}

#kwick_webmail {
	background: url("./../img/grafiken/webmail.png") no-repeat;
}

#kwick_downloads {
	background: url("./../img/grafiken/downloads.png") no-repeat;
}

#kwick_fotos {
	background: url("./../img/grafiken/fotos.png") no-repeat;
}

#kwick_users {
	background: url("./../img/grafiken/users.png") no-repeat;
}

#kwick_dienste {
	background: url("./../img/grafiken/dienste.png") no-repeat;
}

/* Dienste */

ul#dienste_offen,
ul#dienste_stud 
{

	list-style-type: none;

}

ul#dienste_offen li img,
ul#dienste_stud li img 
{
	vertical-align: middle;
}

ul#dienste_offen li a:hover,
ul#dienste_stud li a:hover 
{
	text-decoration: none;
}

/* Tabelle die die User fuer Accountverlaengerungen auflistet */
/* https://admin.fbihome.de/studacc_admin/userinfo.php */

table.table_fbi_design {
	width: 100%;
	border: 1px solid #CCC;
}

table.table_fbi_design th {
	border: 1px solid #CCC;
	padding: 0px 5px;
	background-color: #DDD;
}

table.table_fbi_design tr.even {
	background-color: #EEE;
}

table.table_fbi_design td {
	border: 1px solid #CCC;
	padding: 0px 5px;
}


/* Meldung */
div.container_12 div.grid_8 div#meldung {
	background: #f5f6f6 url("./../img/grafiken/div_news_body_blue.png") no-repeat;
}

div.container_12 div.grid_8 div#meldung_footer {
	margin-bottom: 20px;
	background: url("./../img/grafiken/div_news_footer_blue.png") no-repeat;
	width: 620px;
	height: 20px;
	padding: 0 5px;
	font-size: xx-small;
	text-align: center;
}