/**********************************************************************************
* phpComasy, Open Source Web Content Management System                            *
* http://www.phpcomasy.org                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2006 neflexis gmbh (http://www.neflexis.ch)                *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/***** You can put your own style stuff here in this file
       For questions see www.phpcomasy.org *****/


/********************************* General styles ******************************/

#my-body {
	background-color: #FFCC66;
	COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px; LINE-HEIGHT: 16px; FONT-WEIGHT: 	normal; TEXT-DECORATION: none
		
}


input, select, textarea {
	border: 1px solid #0099DF;
	margin-bottom: 1px;
}
h1  {  COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 16px; LINE-HEIGHT: 22px; FONT-WEIGHT: 	bold; TEXT-DECORATION: none }
h2 { color: yellow; font-size: 14pt; font-family: "Zapf Chancery", "Comic Sans MS", cursive; font-weight: bold; text-decoration: none }
h3    { color: yellow;font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none; }
h4  { color: yellow; font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
h5  { color: yellow; font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

h6  { color: #ffffcc; font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }

hr {	height: 0px;
	border: 0px solid #0099DF;
}

a { COLOR: #CC0001; FONT-FAMILY: Comic Sans MS,Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 14px; LINE-HEIGHT: 16px; FONT-WEIGHT: normal; text-decoration: none;}
a:hover {color: #ffffff;  text-decoration: none; }
a.menuelink  { COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px; LINE-HEIGHT: 16px; FONT-WEIGHT: normal; }

A.extern:link, A.extern:visited, a.extern:active  { color: #ffffcc; font-size: 11pt;}
a.extern:hover {color: #ffffcc;  text-decoration: underline;}


.aktivelink {COLOR: #ff0000;}

ul {	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px; LINE-HEIGHT: 16px; FONT-WEIGHT: 	normal; TEXT-DECORATION: none}
ol {	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px; LINE-HEIGHT: 16px; FONT-WEIGHT: 	normal; TEXT-DECORATION: none}

/*******************************************************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
left: 60px; /*position where enlarged image should offset horizontally */

}


/************************************ Basic ************************************/
/***** Header *****/
.header {
	background: url(img/header.gif) no-repeat;
	height: 104px;
	width: 950px;
	text-align: right;
	vertical-align: top;
}
/***** Left column *****/
.left { vertical-align: top;
	background: url(img/left.jpg);
	width: 225px;
	height: 600px;
}


}

/***** Right column *****/
.right {
	background: url(img/right.gif);
	width:0px;
	border-right: 0px solid #8b0000;
	padding: 20px 4px 8px 4px;
}
/***** Body column *****/
.body {background: #F5A22C url(img/right.gif) no-repeat;
	padding: 5px;
	width: 785px;
	height: 540px;
	text-align: left;	font-size: 1em;
	font-family: "Verdana, Helvetica, Arial, Sans-serif";

}
/***** Site *****/
.site {

	margin-top: 10px;
	margin-bottom: 140px;
	text-align: left;

	border-bottom: 0px solid #8b0000;
}
/*******************************************************************************/

/********************************** Navigation *********************************/



/*******************************************************************************/


/************************************ Content **********************************/

content h1 {
	margin-top: 20px;
}
content a a { COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12px; LINE-HEIGHT: 16px; FONT-WEIGHT: normal; text-decoration: underline;}
content a:hover {
	text-decoration: underline;
	color: #008ce1;
}

content {
	height: 800px;
	margin-left: 20px;
	padding-right: 60px;
	line-height: 16px;
	font-size: 12px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 600px;
    font-size: 12px;
	margin-left: 20px ;
	margin-right: 20px ;
}

ul 

/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet h1 {
	color: black;
	border-bottom: 1px solid #0099DF;
}
/*******************************************************************************/


/******************************** Additional stuff *****************************/
/***** Powered By *****/
.powered_by {
	font-size: 85%;
}
.powered_by a {
	font-size: 100%;
}

/***** Standards *****/
.standards {
	margin-top: 3px;
}

/***** Box *****/
.box {
	border: 0px solid #0099DF;
	background: #58BCF0;
	color: black;
	padding: 4px;
}
/*******************************************************************************/

