/*Copyright 2006 Compass Design and Joomlashack All rights reserved*/

/*Joomlashack.com Joomla Template*/



@import url("base.css"); /*Base css file with text resizers and width buttons*/



/*Uncomment one of these files if you want a fixed width with no stylechange width button*/

/*@import url("800width.css"); Fixed width 800 px*/

/*@import url("1024width.css"); Fixed width 1024 px*/



@import url("customize.css"); /*Use this file to customize your website*/



/*This CSS controls the height of the header and the user1 box. Adjust the height in ems to fit your logo image*/

/*#header,#user1{height:6em;}*/

/* #header,#user1{height:12em;} */
#header,#user1{height:160px;background:#B1C4D3;}

/*CSS for logo. Its a image replaced link as an H1 tag*/

#header h1 {background:url(../images/logo.jpg) 0 0 no-repeat;}/*Set the line-height and width equal to your logo image here*/

/*#header h1 a {width:250px;line-height:70px;}*/

#header h1 a {width:980px;line-height:150px;}

/* Original Header Farbe*/

/*body.contentpane {background:#227AB4}*/

body.contentpane {background:#B1C4D3}



/* added for IE 7 to show module-headers at right position */

.moduledark h3,.modulemid h3,.modulelight h3,.modulebdr h3 {padding:0.1em 0 0 0 !important;padding:0.1em 0 0 12px;}

.moduledark ,.modulemid ,.modulelight ,.modulebdr {height:1%;}

.moduledark div,.modulemid div,.modulelight div,.modulebdr div {height:1%;}





/* added by JDE to get spacing around the images. See: http://www.joomlashack.com/option,com_smf/Itemid,99/topic,495.0 */

/* taken out again, as the WYSIWYGPro Editor doesn't have that problem */

img[align="right"] {

margin: 0 0 2px 4px;

display: inline;

}



img[align="left"] {

margin: 0 4px 2px 0;

display: inline;

}
