/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #eeeeee url(bg.gif) center;
	background-repeat: repeat-y;
}
#wrapper { 
 margin: 0 auto;
 width: 760px;
}
#faux {
 /*background: url(faux-3-2-col.gif);*/
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
	color: #333;
	width: 760px;
	padding: 0px;
	height: 270px;
	margin: 0px 0px 0px 0px;
	background: #eeeeee url(logo.gif) top left;
	background-repeat: no-repeat;
}

#searchbox {
	padding-left: 540px;
}

#searchinput {
	width: 140px;
	border:1px solid #BFBFBF; border-width:1px 1px 1px 1px;
	/*background: url(bg-search-input.gif) no-repeat top right;*/
	font-size: 10px;
	height: 15px;
}

#searchsubmit {
	width: 60px;
	border: 1px solid #D3D3D3;
	border-width: 1px 1px 1px 1px;
	font-size: 9px;
	margin-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BFBFBF;
}

#tweencontainer{
	padding-top: 128px;
	padding-left: 275px;
}

#subheader {
	color: #333;
	width: 760px;
	padding: 0px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	background: #eeeeee url(bg-subheader.gif) top left;
	background-repeat: no-repeat;
	overflow:hidden;
}

#subheaderblank{
	width: 9px;
	height: 35px;
	float: left;
}


#topnav {margin-left: 50px; overflow:hidden;}
#topnav , #pmenu ul {padding:0; margin:0; list-style-type: none;}
#topnav  ul {padding:0; margin:0; list-style-type: none;}
#topnav li {float:left;}
#topnav a {
display:block; 
width:100px; 
font-size:12px; 
color:#005BAA; 
height:35px; 
line-height:35px; 
text-decoration:none; 
padding-top: 3px;
}

#topnav a:hover { 
background:url(button-aktive.gif);
color:#ED1C24; 
}

.topinactive {
background:url(button-inaktive.gif);
text-indent:20px;
}

.topactive { 
background:url(button-aktive.gif);
text-indent:20px;
}


#subsubheader {
	color: #333;
	width: 760px;
	padding: 0px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	background: #eeeeee url(bg-subsubheader.gif) top left;
	background-repeat: no-repeat;
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px;
 padding-bottom: 15px;
 width: 250px;
 float: left;
}

#navboxhead{
	width: 250px;
	height: 28px;
	background: url(bg-subnav-head.gif);
	text-indent: 30px;
	padding-top: 12px;
	font-weight: bold;
}

#navboxcontent {
	width: 250px;
	background: url(bg-subnav-content.gif);
}

#navboxcontent li {
	padding-left: 30px;
	list-style-type: none;
}

#navboxcontent a {
	display: block;
	width: 190px;
	font-size: 12px;
	color: #005BAA;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	border-bottom: 1px dotted #ED1C24;
}

#navboxcontent a:hover {
	color: #ED1C24;
	border-bottom: 1px dotted #005BAA;
}

#navboxfooter{
	width: 250px;
	height: 25px;
	background: url(bg-subnav-footer.gif);
}

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 500px;
 display: inline;
 position: relative;
 padding-bottom: 15px;
}

#content {
	padding-right: 20px;
}

#content ul {
	padding-left: 25px;
	padding-bottom: 15px;
	padding-top: 0px;
}

#content h1 {
	font-size: 18px;
	padding-bottom: 15px;
	font-weight: bold;
}

#content h4{
	font-size: 12px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	margin-top: 15px;
	border-bottom: 1px solid #222222;
}

#content h6 {
	font-size: 12px;
	padding-bottom: 15px;
	font-weight: bold;
}

#content p {
	padding-bottom: 15px;
}

#content a {
	text-decoration: none;
	color: #005BAA;
}

#content a[href^="http:"] {
	background: transparent
	url(aoutside.gif) 100% 50% no-repeat;
	padding-right: 12px;
}

#contentfooter {
	text-align: left;
	width: 480px;
	height: 170px;
	background: url(content-footer.jpg);
}

#contentfootercontent {
	font-size: 10px;
	padding-top: 145px;
}

#counter {
	font-size: 10px;
	text-align: right;
	padding-bottom: 10px;
	margin-top: 25px;
	width: 100%;
	border-top: 1px solid #BFBFBF;
	color: #333333;
}

#counter a {
	text-decoration: none;
	color: #333333;
}

#footer { 
 width: 760px;
 clear: both;
 color: #333;
 background: #eeeeee url(bg-footer.gif) center;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 font-size: 10px;
}

#footercontent {
	padding: 5px 20px 5px 0px;
	text-align: right;
}

#footercontent a{	
	color: #333;
	text-decoration: none;
}

#mail_name, #mail_mail, #mail_subject, #mail_text{
	border: 1px solid #005BAA;
}

#content input{
	border: 1px solid #005BAA;
}

.clear { clear: both; background: none; }

.round, .round:hover {
    /* regular */
    border-radius-topleft: 10px;
    border-radius-topright: 10px;

    /* mozilla/gecko */
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;

    /* webkit */
    -webkit-border-radius-topleft: 10px;
    -webkit-border-radius-topright: 10px;

    /* khtml */
    -khtml-border-radius-topleft: 10px;
    -khtml-border-radius-topright: 10px;
}