/* reset */

img
{
	border-width:0px;
}



/* /reset */

body
{
	min-width:600px;
	padding-left: 0;
	padding-right:	0;
	padding-top: 0px;
	padding-bottom: 0;
	margin-left: 0;
	margin-right:	0;
	margin-top: 0;
	margin-bottom: 0;
	text-align:left;
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	background-color:#F0F0FF;
}

* html body
{
	padding-top: 0;
}

#maindiv
{
	background-color:#FFFFFF;
	margin:0 0 0 0;
	padding-bottom:50px;
	padding-top:30px;
}

a
{
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	font-size:13px;
	border-bottom:1px dotted #000000;

}

a:hover
{
	border-bottom:1px solid #000000;
}


a:visited
{
	color:#666;
}



ul.styledlist 
{
	line-height: 1.5em;
	list-style-type: none;
	margin: .3em 0 0 1.5em;
	padding: 0;
	/* list-style-image: url(arrow.png); */

}

ul.styledlist li
{
	background-image:url(arrow.gif); 
	padding-left:20px;
	background-repeat: no-repeat;
	background-position: 0 .1em;
}



#pbar #menu ul li
{
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	font-size:12px;
	margin-left:4px;
}

#pbar  a
{
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	color:blue;
	text-decoration:underline;
	font-weight:normal;
	color:#0000FF;
	font-size:12px;
	margin-left:4px;
	border-bottom:0;
}

#pbar a:hover
{
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	text-decoration:underline;
	font-weight:normal;
	color:#0000FF;
	font-size:12px;
	margin-left:4px;
}

#pbar a:visited
{
	/*font-style:italic; */
	color:#555;
	
}



th.header
{
	background-color:#C0C0FF;
	color:#000000;
	border-left:1px;border-right:1px;border-top:1px;border-bottom:2px;border-style:solid;
	border-color:#9090C0;
	padding: 2px;
	margin: 0;
	text-align:left;
	font-weight:normal;
	background-image:url('bg.gif');
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
}

th.headerSortUp
{
	background-image:url('desc.gif');
}

th.headerSortDown
{
	background-image:url('asc.gif');
}

tr.odd > td.row
{
	background-color:#E0E0FF;
	color:#000000;
	border-left:1px;border-right:1px;border-top:1px;border-bottom:1px;border-style:solid;
	border-color:#FFFFFF;
	padding: 2px;
	margin: 0;
	text-align:left;
}

tr.even > td.row
{
	background-color:#F0F0F0;
	color:#000000;
	border-left:1px;border-right:1px;border-top:1px;border-bottom:1px;border-style:solid;
	border-color:#FFFFFF;
	padding: 2px;
	margin: 0;
	text-align:left;
}

textarea
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	width:90%;
	height:75%;
	border-left:3px;border-right:3px;border-top:3px;border-bottom:3px;border-style:inset;
}

div.error
{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	background-color:#FFB0B0;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#A00000;
}

div.notice
{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	background-color:#B0B0FF;
	padding:10px;
	border-style:solid;
	border-width:1px;
	border-color:#0000A0;
}

/* Footer*/
#footer
{
	background-color:#F0F0FF;
	color:#9090C0;
	border-left:0px;border-right:0px;border-top:0px;border-top:1px;border-style:solid;border-bottom:0px;
	width:100%;
	/*height:22px;*/
	
	padding: 0 0 0 0;
	font-size:12px;
	margin: 0 0 0 0;
	
	
	padding-left:0px;
	padding-right:0px;
	
	height:25px;
}

#footer a
{
	FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
	color:black;
	text-decoration:underline;
	font-weight:normal;
	color:#0000FF;
	font-size:10px;
	margin-left:4px;
	border-bottom:0;
	
	
}

#footer img
{
	/*padding-top:3px;*/
	position:relative;
	bottom:-2px;
}

/* P-BAR */

#pbar
{
	background-color:#F0F0FF;
	color:#9090C0;
	border-left:0px;border-right:0px;border-top:0px;border-bottom:1px;border-style:solid;
	width:100%;
	/*height:22px;*/
	
	padding: 0 0 0 0;
	
	margin: 0 0 0 0;
	position:fixed;
	left:0px;
	top:0px;
	z-index:100;
	/*height:25px;*/
}

#menu
{
	padding: 0 0 0 0;
	
	margin: 0 0 0 0;
	margin-right:250px;
	/*position:absolute;
	left:0px;*/
	background-color:red;
	/*border:1px solid lime;*/
	
	/*display: inline;*/
	
	
	/*overflow:hidden;*/
	
	
}

#menu ul
{
	padding: 0 0 0 0;
	
	margin: 0 0 0 0;
	margin-left: 5px;
	padding-left: 0;
	margin-top:2px;
	white-space: nowrap;
	display: block;
	list-style: none
}
#menu li
{
display: block;
list-style-type: none;
padding-right: 5px;
float: left;

}

#login
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	
	height:20px;
	font-size:12px;
	
	/*margin-left:500px;*/
	
	/*position:absolute;*/
	/*right:10px;*/
	/*display: inline;*/
	
	/*margin-left:400px;*/
	/*width:200px;*/
	float:right;
}
#login ul
{
margin-left: 5px;
padding-left: 0;
margin-top:2px;
white-space: nowrap;
}

#login li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}

/* main-page */

div#headerpic
{
	background-color:#030537;
	background-image:url(headerpic.png);
	height:253px;
	width:100%;
	
	background-repeat:repeat-y;
	margin-top:5px;
	border-top:5px;
	border-bottom:3px;
	border-left:0px;
	border-right:0px;
	border-style:double;
	border-color:white;
	vertical-align:middle;
}

#headerpic ul#featuremenu
{
	/*position:absolute;
	right:30px; */
	 position: relative;
	 width: 200px;
	 height: 250px;
	 left: 100%;
	 top: 30px;
	 margin-left: -200px;
	

}

#headerpic ul#featuremenu li a
{
	color:white;
}

/* recent posts*/

div#latest
{
	float:left;
	margin-left:5px;
	width:300px;
}

div.latest
{
	width:300px;
	overflow:hidden;
	border-width:1px;
	border-style:solid;
	border-color:gray;
	margin-top:10px;
}

div.latest h1
{
	padding: .5em;
	/* background-color: #D2D2E6; */
	background-color:#030537;
	color:white;
	background-image:url(headerpic.png);
	border-bottom: 1px solid gray;
	margin-bottom:0px;
	margin-top:0px;
	font-size:1em;
}

div.latest ul 
{
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
	margin-top:0px;
}

div.latest ul li 
{
	padding: .4em;
	padding-left:1.5em;
	background-color:#F0F0FF;
	border-bottom: 1px solid gray;
	font-size:9px;
	overflow:hidden;
	white-space:nowrap;
}

div.latest ul li.jass
{
	background-image:url(background_jass.jpg);
	background-repeat:no-repeat;
	background-position:100%;
}

div.latest ul li.Cpp
{
	background-image:url(background_C++.jpg);
	background-repeat:no-repeat;
	background-position:100%;
}

div.latest ul li.delphi
{
	background-image:url(background_delphi.jpg);
	background-repeat:no-repeat;
	background-position:100%;
}

div.latest ul li.java
{
	background-image:url(background_java.jpg);
	background-repeat:no-repeat;
	background-position:100%;
}

div.latest ul li.gui
{
	background-image:url(background_gui.jpg);
	background-repeat:no-repeat;
	background-position:100%;
}

div.latest ul li a
{
	font-size:10px;
}

/* mainpage comments */

div#comments
{
	margin-left:320px;
	margin-right:10px;
	margin-top:10px;
	padding:15px;
	/*background-color:#F0F0FF;
	border-style:solid;
	border-width:1px;
	border-color:gray; */
	

}

form.markspam
{
	display:inline;
	
}

form.markspam input
{

}

/* comments */

.comment
{
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	padding:3px;
}

.commenthead
{
	background-color:#030537;
	color:white;
	background-image:url(headerpic.png);
	background-repeat:repeat-y;
	border: 1px solid gray;
	padding: .5em;
	font-size:10pt;
}

.commenthead strong
{
	font-size:13pt;
}

.commenttext
{
	border: 1px solid gray;
	border-top:0px;
	padding: .5em;
	overflow:hidden;
	font-size:10pt;
}

div#commets_pages
{
	text-align:right;
}

ul#comments_pages 
{
	
	margin-left: 5px;
	padding-left: 0;
	margin-top:2px;
	white-space: nowrap;
	display: inline;
}


ul#comments_pages li
{
	display: inline;
	list-style-type: none;
	padding-right: 2px;
	color:gray;
}

#addcommentform
{
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	padding:3px;
	text-align:left;
}

#addcommentform h1
{
	background-color:#030537;
	color:white;
	background-image:url(headerpic.png);
	background-repeat:repeat-y;
	border: 1px solid gray;
	padding: .5em;
	margin:0px;
	font-size:1em;
}

#addcommentform fieldset legend
{
	display:none;
}

#addcommentform textarea
{
	margin:0px;
	height:150px;
	/*width:100%;  weggelassen wegen IE-bug*/
}
#addcommentform input
{
	margin:2px;

}

#addcommentform fieldset
{
	padding:0;
}

#addcommentform input#submit
{
	margin-left:2px;
	text-align:center;
	display:block;
}


#addcommentform fieldset label#labelfortext
{
	/* clear */
	display:none;
}



/* BB-Code*/
/*
.bbcode_code:before
{
	content:"Code:";
	font-size:140%;
	display: block;
	margin-bottom:1em;
}*/

.bbcode_code {
	display: block;
	font-family: Courier;
	font-size: 12px;
	margin: 10px;
	padding: 10px;
	margin-left: 20px;
	padding-top: 30px;
	border: 1px solid gray;
	background-color: #f1f1f1;
	background-image: url('../img/code.gif');
	background-repeat: no-repeat;
	white-space: pre;
}
/*
.bbcode_quote:before
{
	content:"Quote:";
	font-size:140%;
	display: block;
	margin-bottom:1em;
}*/

.bbcode_quote {
	display: block;
	margin: 10px;
	padding: 10px;
	margin-left: 20px;
	border: 1px solid gray;
	background-color: #f1f1f1;
}

p {
	padding: 0; margin: 0;
}

/*dropdown lists*/

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
margin:4px;

}

.mainitems{
border: 1px solid black;
background-color: #FFEEC6;
padding:3px;
width:150px;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: lightyellow;
border: 1px solid black;
width:150px;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}


/* SEARCH */

.search
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:50px;
}

.searchquery
{
	width:500px;
	margin-left:5px;
	margin-right:5px;
}

.searchresult li strong
{
	background-color:#eee;
}

.searchresult li 
{
	list-style-type:none;
	width:90%;
	margin:2px;
	padding:2px;
	margin-left:5%;
	margin-right:5%;
	
	background-color:#B0B0FF;
	border-style:solid;
	border-width:1px;
	border-color:#0000A0;
	
}

.searchresult li:nth-child(odd)       { background-color:#B0B0FF; border-color:#0000A0;}  
.searchresult li:nth-child(even)      { background-color:#9090BF; border-color:#0000A0; }  


/*draw.php*/

#paint
{
	border:1px solid black;
	
	width:600px;
	height:400px;
	left:10px;
	
}


#Tools
{
float:right;
width:300px;
margin-right:10px;

}

#Tools_tabbar
{
padding-left: 0;
margin-left: 0;
background-color: #aaa;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#Tools ul li { display: block; }

#Tools ul li a
{
padding: 0.2em .7em;
background-color: #aaa;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#Tools ul li a:hover
{
background-color: #eee;
color: #000;
}

ul.Tools_Paint
{
	padding:0 0 0 0;
	margin:0 0 0 0;
}

li.Tools_Paint
{
	display: block;
	float:left;
	margin-left:3px;
	margin-top:3px;
	margin-right:3px;
	margin-bottom:3px;
	
	border:2px solid #fff;
	
	padding:0px;
	font-size:0px;
	
	width:50px;
	height:33px;
	overflow:hidden;
}

#Tools_Paint_Pen {
	background-image:url(drawicons/pen.jpg);
}

#Tools_Paint_Line {
	background-image:url(drawicons/line.jpg);
}
#Tools_Paint_Curve {
	background-image:url(drawicons/curve.jpg);
}
#Tools_Paint_CurvePen {
	background-image:url(drawicons/curvepen.jpg);
}
#Tools_Paint_SplinePen {
	background-image:url(drawicons/spline.jpg);
}
#Tools_Paint_Ellipse {
	background-image:url(drawicons/circle.jpg);
}
#Tools_Paint_Rect {
	background-image:url(drawicons/rect.jpg);
}
#Tools_Paint_Polygon {
	background-image:url(drawicons/poly.jpg);
}
#Tools_Paint_Text {
	background-image:url(drawicons/text.jpg);
}
#Tools_Paint_Image {
	background-image:url(drawicons/image.jpg);
}


li.Tools_Paint_Selected
{
	border:2px inset #333;
	background-color:#ddd;
}

li.Tools_Paint:hover
{
	background-color:#aaf;
}

#Tools_Settings_Smoothing
{
	width:100px;
}


 .guipic
  {
	background: url('http://peeeq.de/GuiParserPics/symbols.png') no-repeat top left;
	width:16px;
	height:16px;
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	position:relative;
	/*top:6px;/*
	/*margin-bottom:-0.5px;*/
}

.guitext
{
	float:left;
	clear:both;
}

