
@import url("common.css");
@import url("links.css");
@import url("content.css");
@import url("buttons.css");
@import url("cp.css");
@import url("forms.css");
@import url("tweaks.css");
@import url("colours.css");

/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */

#page-header, #page-footer {
	width: 780px;
	margin: auto;
}

#page-body {
	width: 770px;
	margin: auto;
	overflow: hidden;
}



BODY {
	SCROLLBAR-BASE-COLOR: #0B6295;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	background: #F3F3F3 url(http://www.phpug-karlsruhe.de/wp-content/themes/phpug_de/images/background.gif) repeat-y scroll center;
	margin: 0;
	padding: 0;
 	FONT-FAMILY: 'Lucida Grande',Verdana,Arial,Sans-Serif;
 }

.headNavigation {
	background:transparent url(http://www.phpug-karlsruhe.de/wp-content/themes/phpug_de/images/navi_background.gif) repeat-x scroll left top;
	display:block;
	height:29px;
	text-align:right;
	overflow: hidden;
}

.headNavigation ul {
	float:right;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.headNavigation li {
float:left;
height:29px;
padding-right:4px;
width:81px;
}
.headNavigation li a {
background:transparent url(http://www.phpug-karlsruhe.de/wp-content/themes/phpug_de/images/navi_normal.gif) repeat-x scroll left top;
color:white;
display:block;
font-weight:bold;
height:29px;
padding-top:7px;
text-align:center;
text-decoration:none;
font-size: 10px;
width:81px;
}

#header img {
	border: none;
}

.headNavigation li a:hover {
background:transparent url(http://www.phpug-karlsruhe.de/wp-content/themes/phpug_de/images/navi_hover.gif) repeat-x scroll left top;
text-decoration:none;
}
.headNavigation li.current a:hover {
background:transparent url(http://www.phpug-karlsruhe.de/wp-content/themes/phpug_de/images/navi_active.gif) repeat-x scroll left top;
}
.headNavigation a.current {
background:transparent url(http://www.phpug-karlsruhe.de/wp-content/themes/phpug_de/images/navi_active.gif) repeat-x scroll left top;
}
#headerimg {
background:transparent url(http://www.phpug-karlsruhe.de/wp-content/themes/phpug_de/images/header_background.png) no-repeat scroll left top;
height:112px;
margin:0pt;
width:100%;
	position: relative;
}

#header {
}

.phpuglogo {
left:30px;
position:absolute;
top:30px;
}
.phplogo {
left:688px;
position:absolute;
top:55px;
}
SELECT {
 FONT-SIZE: 12px;
 FONT-FAMILY: 'Lucida Grande',Verdana,Arial,Sans-Serif;
 COLOR: #000000;
 BACKGROUND-COLOR: #CFCFCF;
}

TEXTAREA {
 FONT-SIZE: 12px;
 FONT-FAMILY: 'Lucida Grande',Verdana,Arial,Sans-Serif;
 COLOR: #000000;
 BACKGROUND-COLOR: #CFCFCF;
}

.input {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #000000;
 BACKGROUND-COLOR: #CFCFCF;

 border-top-width : 1px;
 border-right-width : 1px;
 border-bottom-width : 1px;
 border-left-width : 1px;
 text-indent : 2px;
}
.topnavi {
	padding-right: 5px;
	padding-bottom: 18px;
	padding-left: 5px;
}


#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tablea A:hover { COLOR: #000000; TEXT-DECORATION: none; }

#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tableb A:hover { COLOR: #000000; TEXT-DECORATION: none; }

#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #ffffff; TEXT-DECORATION: underline; }
#tablecat A:hover { COLOR: #ffffff; TEXT-DECORATION: none; }

#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #000000; TEXT-DECORATION: none; }
#tabletitle A:hover { COLOR: #000000; TEXT-DECORATION: underline; }

#tabletitle { background-image: url(images/cellpic.gif); }
.clsCursor {  cursor: hand}