/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		CoolWater
   TEMPLATE CODE: 	S-0019
   VERSION:          1.0     
	DATE:					November-07-2007     	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
html{
	padding:0;
	margin:0;
}

body 
{
  	margin:0;
  	padding:0;
	font-family:"Arial Unicode MS", Arial, Helvetica, sans-serif;
  	background-color:#cccccc;
	background: url("../images/body_bg.png") top center repeat;
  	color:#333;
  	text-align:center;
}
img
{
	border:none;
	margin:0;
}
p
{
	margin:0;
}

/* links */
a, a:visited {
	text-decoration: none;
	background-color: transparent;
	color: #0582FF; 
}
a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #FB9233;
}

/* headers */
h1, h2, h3 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  }
h1 {
	font-size: 180%;	
	font-weight: normal;	
	color: #555;
}
h2 {
	font-size: 160%;
	color: #88ac0b;
	font-weight: normal;
}
h3 {
	font-size: 135%;	 
	color: #666666;
}


h1, h2, h3, h4, h5, h6{
	margin:15px 0 10px 0;
}

/************** Layout **************/

#content
{
  	background: url("../images/content_bg.png") repeat-y top center;
	width:790px;
	min-height:300px;
	margin:0px auto;
	padding:0 40px;
	position:relative;
}
#innercontent
{
	text-align:left;
}
#contentbot
{
  	background: url("../images/content_bot.png") repeat-y top center;
	width:790px;
	height:23px;	
	margin:0 auto;
	padding:0 40px;
}
#header
{
	text-align:center;
	display:inline-block;
	margin: 20px 0;
}
#header img
{
	display:block;
	margin-top:2px;
}
#header img.mngmnt_icon
{
	display:none;
}



/************** Menu **************/
#menu
{
	text-align:center;
	margin-left:37px;
	display:block;
}
#menu a
{
	border:none;
	text-decoration:none;
	height:37px;
	background-position:left top;
	display:block;
	float:left;
}
#menu a:hover
{
	background-position:right top;
	text-decoration:none;
}
#menu a span
{
	display:none;
}

#impressum
{
	list-style-type:none;
	text-align:right;
	margin:40px 15px 0 0;
	padding:0;
}
#impressum li
{
	margin:0;
	padding:0;
}


div.rotator_text
{
	text-align:center;
}
div.rotator_text img
{
	margin:0 auto;
}

