@CHARSET "UTF-8";

/*
 * Allgemeines Stylesheet des Abi Logo Wettbewerbs.
 * 
 */
 
/*
 * Verwendete Farben
 * 
 * Dunkelblau:	2F4C5F
 * Rot: 		E80B0D
 * Orange:		E97A07
 * Dunkelgrün:	3E6B1A
 * Hellgrün:	D6E8D0
 */
 
/*
 * Allgemeine Elemente
 */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
	background: #AEDCFE url(../images/global_bg.png) repeat-x left top;
	line-height:16px;
}

/* Workaround für Lightbox */
#body {
	position: relative;
	width: 930px;
	margin: 0px auto;
}

h1 {
	margin: 0px;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #3B3B3B;	
}

h2 {
	margin: 0px;
	font-size: 17px;
	line-height: 17px;
	font-weight: normal;
	color: #3E6B1A;
}

h3 {
	margin: 0px;
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #2F4B60;
}

h4 {
	margin: 10px 0px 6px 0px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #2F4B60;
}

p {
	margin: 6px 0px 6px 0px;
	padding: 0px;
}

ul, ol {
	margin: 6px 0px 6px 30px;
	padding: 0px;	
}

ul li,
ol li {
	margin: 3px 0px 3px 0px;
	padding: 0px;
}

a,
a:link,
a:visited {
	color: #2F4C5F;
}

a:hover {
	color: #0E2235;
}

a img {
	border: 1px solid #CECECE;
}

p.info {
	margin: 11px 10px;
	text-align: center;
	font-weight: bold;	
}

p.importantInfo {
	margin: 14px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

div.info {
	padding: 8px;
	margin-bottom: 8px;
	/*background-color: #E4E0D1;*/
}

div.content {
	margin: 14px 20px 4px 20px;
}

.invisible {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	width: 0px;
}

.clearAll {
	clear: both;
	height: 0px;
	overflow: hidden;	
}

.highlight {
	background-color: #E4E0D1;
}

.loading {
	background: url(../images/loading.gif) no-repeat 50% 50%;	
}

.loading * {
	visibility: hidden;
}

/*
 * Allgemeine Tabellen
 */
table {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

table table {
	width: auto;
}

table td,
table th {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: middle;
	text-align: left;
	
}

table th {
	font-size: 12px;
	line-height:16px;
	font-weight: bold;
	text-align: left;
	color: #2F4B60;
}

/*
 * Formularelemente
 */
input.text {
	width: 98%;
	border: 1px solid #000000;	
}

select.text {
	width: 98%;
}

textarea {
	width: 98%;
	border: 1px solid #000000;	
}

div.form th,
div.form h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #2F4B60;
}

div.form td {
	padding: 0px 8px 4px 0px;
	vertical-align: middle;
}

div.form td.mce {
	padding: 0px;
	vertical-align: top;	
}

.buttons {
	margin: 10px 0px;
	text-align: center;	
}

/* Profil */
.avatar {
	text-align: center;	
}

.avatar img {
	border: none;
}

/* Schülerliste */
ul.students {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.students li {
	float: left;
	width: 79px;
	height: 50px;
	margin: 0px 4px 4px;
	padding: 0;
	text-align: center;
}

ul.students li img {
	margin: 0;
	padding: 0;
	border: none;
}

/* Logo */
div.logoPreview {
	width: 302px;
	overflow: hidden;
	text-align: center;
}

div.logoPreview img {
	border: none;
}

/* Logolisten */
table.logos th,
table.logos td {
	padding: 4px 8px;
	/*border-left: 2px solid #F4F3E9;*/
}

table.logos th a {
	padding-right: 10px;
}
table.logos th a.asc {
	padding-right: 15px;
	background: url(../images/orderby_asc.gif) no-repeat right 70%;
}
table.logos th a.desc {
	padding-right: 15px;
	background: url(../images/orderby_desc.gif) no-repeat right 70%;
}

table.logos td {
	height: 50px;
}

table.logos th.first,
table.logos td.first {
	padding-left: 14px;
	border: none;
}

table.logos tr.logoEven td {
	background-color: #EDEDED;
}

table.logos td img.rated {
	border: 2px solid #CECECE;
}

table.logos td img.notRated {
	border: 2px solid #CECECE;
}

/* Bewertungsformular/-anzeige */
div.rating {
	padding: 8px;
	background-color: #EDEDED;
}

table.rating th {
	padding-right: 8px;
}

table.rating tr.ratingTotal td {
	text-align: left;
	font-weight: bold;
}

/* Kommentare */
div.comment {
	position: relative;
	width: 630px;
	margin: 8px 11px 0px 12px;
	background: #EDEDED url(../images/hugebox_bottom.png) no-repeat bottom left;
}

div.comment .commentHead {
	float: left;
	width: 120px;
	padding: 8px;
	background: url(../images/hugebox_top.png) no-repeat top left;
}

div.comment .commentBody {
	margin-left: 136px;
	padding: 8px 8px;
	border-left: 1px solid #CDCDCD;
	background: url(../images/hugebox_top.png) no-repeat right top;
}

div.comment .commentFoot {
	clear: left;
	text-align: right;
}

/* Verschachtelte Kommentare */
div.comment div.comment {
	width: 478px;
	margin: 8px 0px 0px 0px;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	background-color: #CDCDCD;
	background-image: none;
}

div.comment div.comment .commentHead {
	background: none;
}

div.comment div.comment .commentBody {
	border-left: 1px solid #EDEDED;
	background-image: none;
}

/*
 * Seitenkopf mit Hauptnavigation
 */
#head {
	position: relative;
	height: 239px;
	background: url(../images/header.jpg) no-repeat left top;
}

#head ul {
	position: absolute;
	left: 20px;
	bottom: 13px;
	width: 868px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#head ul li {
	float: left;
	padding: 0px;
	margin: 0px 0px;
}

#head ul li a,
#head ul li a:link,
#head ul li a:visited,
#head ul li a:hover {
	display: block;
	padding: 5px 11px;
	font-size: 14px;
	color: #2F4C5F;
	text-decoration: none;
	background: none;
}

/*#head ul li.active a,
#head ul li.active a:link,
#head ul li.active a:visited,
#head ul li.active a:hover {
	
}*/

#head ul li a:hover,
#head ul li.active a:hover {
	color: #3E6B1A;
}

#head ul li.right {
	float: right;
}

#head #twitter {
	position: absolute;
	width: 14px;
	height: 18px;
	overflow: hidden;
	right: 53px;
	bottom: 45px;
	margin: 0;
	padding: 0;
}

#head #twitter,
#head #twitter:link,
#head #twitter:visited {
	background: url(../images/twitterlink.jpg) 0 -18px;
	text-decoration: none;
}

#head #twitter:hover {
	background: url(../images/twitterlink.jpg) 0 0;
}

#head #facebook {
	position: absolute;
	width: 11px;
	height: 18px;
	overflow: hidden;
	right: 77px;
	bottom: 45px;
	margin: 0;
	padding: 0;
}

#head #facebook,
#head #facebook:link,
#head #facebook:visited {
	background: url(../images/facelink.jpg) bottom left;
	text-decoration: none;
}

#head #facebook:hover {
	background: url(../images/facelink.jpg) top left;
}

/*
 * Deklarationen für Inhaltsbereiche
 */
#content {
	position: relative;
	width: 658px;
	margin-left: 20px;
	padding: 6px 210px 1px 0px; 
	background-color: #FFF;
}

/* Linke Seitenleiste (hauptsächlich die Infoboxen auf der Startseite) */
#leftSide {
	position: relative;
	float: left;
	width: 202px;
	margin-left: 10px;
	padding-top: 3px;
	overflow: hidden;
}

/* Eigentlicher Inhalt */
#center {
	position: relative;
	float: left;
	margin-left: 2px;
	overflow: hidden;
}

#center h1 {
	margin-left: 12px;	
}

/* Top10-Liste */
.two-cols {
	width: 100%;
}

.two-cols .left-side {
	float: left;
	width: 49%;
}
.two-cols .right-side {
	float: right;
	width: 50%;
}

/* Rechte Seitenleiste (Login, Werbung, Twitter) */
#rightSide {
	position: relative;
	float: right;
	width: 203px;
	margin-right: -203px;
	padding-top: 3px;
	overflow: hidden;
}

.networksBox {
	width: 151px;
	height: 62px;
	margin: 10px 0 0 0;
	padding: 10px 10px 0 42px;
	background: url(../images/networks-box.png) no-repeat left top;
}

.networksBox2 {
	width: 151px;
	height: 62px;
	margin: 10px 0 0 0;
	padding: 10px 10px 0 42px;
	background: url(../images/facebook-box.png) no-repeat left top;
}

/*
 * Werbeblöcke
 */
div.advertisments {
	width: 198px;
	margin: 16px 0px 0px 0px;
	padding-bottom: 10px;
	text-align: center;
}
div.advertisments h3 {
	color: #2F4C5F;
}

div.sideBanner {
	position: absolute;
	top: 250px;
	right: -70px;	
}

div.sideBanner img {
	border: none;
}

/*
 * Deklarationen für Fußbereich
 */
#foot {
	/*position: relative;*/
	height: 14px;
	margin-left: 20px;
	padding: 31px 65px 10px 23px;
	background: url(../images/bottom.png) no-repeat top left;
}

#foot .left {
	float: left;	
}

#foot .right {
	float: right;	
}

