/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			Gemeinschaftsraum
	Based on style:		subSilver (the default phpBB 2.0.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/
/**
 * @package styles
 * @version $Id: memberlist_avatar.css 45 2007-09-10 04:49:51Z Highway of Life $
 * @copyright (c) 2007 David Lewis (Highway of Life) - http://startrekguide.com
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 ---------------------------------------- */
.thumbnail {
	z-index: 0;
	position:relative;
}

a.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span {
	position: absolute;
	background: #e0e5e9 url("styles/Hogwarts/theme/images/cellpic1.gif") repeat-x;
	padding: 4px;
	border: 1px solid #a9b8c2;
	left: 0px;
	display: none;
	color: #FFF;
	text-decoration: none;
}

.thumbnail span img {
	border-width: 0;
	padding: 2px;
}

a.thumbnail:hover span {
	position:absolute;
	display:block;
	top: 20px;
	left: 7px;
}

@import url(http://fonts.googleapis.com/css?family=Dorsa);
@import url(http://fonts.googleapis.com/css?family=Dr+Sugiyama);
@import url(http://fonts.googleapis.com/css?family=Amatic+SC);
@import url(http://fonts.googleapis.com/css?family=Fredericka+the+Great);
@import url(http://fonts.googleapis.com/css?family=Wire+One);



/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 150%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #545353;
	background-color: #c0c0c0;
background-repeat: fixed;
font-size: 62.5%;
	margin: 0;
}

#wrapheader {
	height: auto !important;
	padding: 0;
}

#wrapcentre {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapnav {
	width: 70%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4;
}

#logodesc {
	background-color: #D4D4D4;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 5px 0px 5px;
}

#menubar {
	margin: 0 25px;
}

#datebar {
	margin: 10px 25px 0 25px;
}

#findbar {
	width: 70%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#pageheader { }
#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 2em;
	font-family: 'Amatic SC';
	color: #D6976E;
	background-color: #c0c0c0;
}

h5 {
    border-bottom: 1px dashed #000000;
    font-family: Georgia;
    font-size: 1.5em;
    letter-spacing: 0.3em;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
padding-left: 15px;
text-align: center;
font-weight: lighter;
}



h6 {
	margin: 0;
	font-size: 1.5em;
	font-family: Georgia;
	color: #D6976E;
    text-transform: uppercase;
}



p {
	font-size: 90%;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
  font-size: 80%;
    color: #545353;
    background-color: #D4D4D4;
    border-left: 5px solid #D6976E;
    border-radius: 8px 8px 8px 8px;
    padding-left: 7px;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
  font-size: 80%;
}

.postreported, .postreported a:link, .postreported a:visited, .postreported a:hover, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:link, .postapprove a:visited, .postapprove a:hover, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
	padding-top: 5px;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}

.nav {
	margin: 0;
	color: black;
	font-weight: bold;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1em;
}

.genmed {
	margin: 1px 1px;
	font-size: 100%;
}

.gensmall {
	margin: 1px 1px;
	font-size: 80%;
}


.gensmall2 {
    font-size: 90%;
    font-weight: normal;
    margin: 1px 1px;
}


.copyright {
	color: #131922;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.titles {
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	text-decoration: none;
}

.error {
	color: red;
}


/* Tables
 ------------ */
	color: #D6976E;
th {
	font-weight: bold;
	background-color: #D4D4D4;
	background-image: url('/styles/Gemeinschaftsraum/linie.png');
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 1px 5px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	background-color: #D4D4D4;
}

.catdiv {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background: white url('styles/Hogwarts/theme/images/cellpic2.jpg') repeat-y scroll top left;
}
.rtl .catdiv {
	background: white url('styles/Hogwarts/theme/images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #c0c0c0;
	text-indent: 4px;
}

.row1 {
	background-color: #D4D4D4;
	padding: 1px;
}

.row2 {
	background-color: #D4D4D4;
	padding: 4px;
}

.row3 {
	background-color: #D4D4D4;
	padding: 4px;
}

.row4 {
	background-color: #D4D4D4;
	padding: 1px;
	font-size: 70%;
}

.spacer {
	background-color: #c0c0c0;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

.legend {
	text-align:center;
	margin: 0 auto;
}



/* Links
 ------------ */

/* Links adjustment to correctly display an order of rtl/ltr mixed content */


a {
   direction: ltr;
   unicode-bidi: embed;
position: relative;
}





.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
a:link {
	color: #4A6262;
	text-decoration: none;
    font-weight: bold;
   direction: ltr;
   unicode-bidi: embed;
   position: relative;
text-transform: uppercase;
}

a:visited {
	color: #4A6262;
	text-decoration: none;
}

a:hover {
font-style:italic;
}

a:active {
	text-decoration: none;
}


a.forumlink {
line-height: 25px;
font-size: 1.1em;
font-family: Georgia;
text-transform: uppercase;
    font-weight: bold;
}




a.forumlink2 {
letter-spacing: 3px;
line-height: 25px;
font-family: Georgia;
font-size: 1.1em;
color: #D6976E;
font-weight:400;
text-transform: uppercase;
}

a.forumlink3 {
letter-spacing: 3px;
line-height: 25px;
font-family: Georgia;
font-size: 1.5em;
color: #D6976E;
font-weight:400;
text-transform: uppercase;
}



a.topictitle {
	margin: 1px 0;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}

a.topictitle:visited {
	text-decoration: none;
}



a.meinlink {
background: 2b2a2a;
	color: #302F2F;
letter-spacing: 3px;
text-decoration: none;
text-transform: uppercase;
font-family: georgia;
	font-size: 0.9em;
    line-height: 1.5em;
}

a.meinlink:hover {
background: 2b2a2a;
border-bottom: 1px solid #D6976E;

}



a.meinlink2 {
background-color: #6C6C6C;
background-color: rgba( 108, 108, 108, 0);
	text-decoration: none;
   direction: ltr;
   unicode-bidi: embed;
   position: relative;
text-transform: uppercase;
font-weight:bold
}



th a,
th a:visited {
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #323D4F;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #302f2f;
	background-color: #FAFAFA;
}

textarea {
	background-color: #c0c0c0;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #302f2f;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #c0c0c0;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #302f2f;
	padding: 1px;
    border-radius: 5px 5px 5px 5px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #6C6C6C;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #666666;
}

.btnmain {
	font-weight: bold;
	background-color: #ECECEC;
	border: 1px solid #302f2f;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnlite {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #302f2f;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #ECECEC;
	border: 1px solid #302f2f;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #c0c0c0;
	border-style: none;
}


/* BBCode
 ------------ */
.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #302f2f;
	color: #333333;
	background-color: #d4d4d4;
	font-size: 0.85em;
	font-weight: bold;
}

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #302f2f;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: #c0c0c0;
	color: #000000;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #302f2f;
	color: #333333;
	background-color: #d4d4d4;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #302f2f;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 0.85em;
	font-family: Monaco, 'Courier New', monospace;
	background-color: #c0c0c0;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #302f2f;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}



.username-coloured {
text-transform: uppercase;
   text-decoration: line-through;
   display: inline !important;
   padding: 0 !important;
	font-weight: bold;
}






/* Reiter
 ------------------ */

ul.rund {
    letter-spacing: 2px;
    line-height: 0.8;
    text-align: center;
    text-transform: uppercase;
}


ul.rund li {
    border-radius: 25px 25px 0 0;
    display: inline;
    list-style-type: none;
    margin: 0 0 0 -6px;
    padding: 8px 20px;
    background-color: #6c6c6c;
    opacity: 0.8;
}

ul.rund li:hover {
    opacity: 1;
}



/* Schriftfarben
 ------------------ */


amatic {
color: #D6976E;
    font-family: 'Amatic SC',cursive;
    font-size: 2.1em;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 25px;
}


nordi {
    color: #670000;
}

hannah {
    color: #82293D;
}

yaya {
    color: #40BF80;
}

jegor {
    color: #2C514B;
}

james {
color:  #DBA901;
}

nina {
color: #B71818;
}

anja {
color: #B666D2;
}


mel {
color: #BD027B;
}

luca {
color: #434F78;
}




 
 
 