/*	undo
*******************************************************************************/
:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }
table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }
legend { display:none; }
body, div,p,li { background-repeat:no-repeat; }

/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}
ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}
p			{margin-bottom: 0em;}
ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}
pre			{font-size:1.2em; }
a:hover { text-decoration:none; }

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #a3dbe9 url(bgmain.jpg) no-repeat bottom left;
	background-attachment: fixed;
	color: #FFFFFF;
	font-family:verdana, arial, helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}
.clear {
    display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}
#leftcon {
    margin: 10px 0 0 10px;
	width: 400px;
	float: left;
}

#content {
    width: 500px;
	margin: 10px 0 0 415px;
	padding: 10px;
	border: 3px solid #fff;
	background: #7bb8c7;
	min-height: 450px;
}
/* hide from IE/MAC \*/
* html #content {
	height:450px;
}

.flLeft { float:left; }
.flRight { float:right; }
.warning { color:#f00; }


/*	Navigation vertical - 
------------------------------------------------------------------------------*/
#navigation {
	float:left;
	width:400px;
	padding:14px 0;
}

#navigation ul.nav1st {
	width:370px;
}

#navigation ul.nav1st li {
	padding: 8px 0 8px 14px;
	margin-bottom: 2px;
	background: url(navin.gif) no-repeat;
}

#navigation ul.nav1st li.active {
	background: url(navak.gif) no-repeat;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
	color:#fff;
}

#navigation ul.nav1st a, 
#navigation ul.nav1st a:link {
	display:block;
	color:#010A09;
	font-size:1.2em;
	font-weight:bold;
	text-decoration: none;
}

#navigation ul.nav1st a:hover {
	color:#DE03D6;
}

#navigation ul.nav1st li ul.nav2nd li {
	padding:0;
	margin-left:14px;
	list-style-type:square;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding:4px 0 4px 0;
	font-size:1.1em;
	font-weight:normal;
}
#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	text-decoration:underline;
}


/*	Images
------------------------------------------------------------------------------*/

#content div.image {
	margin-bottom:0;
}

#content div.image p {
	margin:0;
	font-size:0.9em;
}

#content div.flLeft {
	margin-right:14px;
}

#content div.flRight {
	margin-left:14px;
}

/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#content h1 {
	color:#fff;
	background: #DE03D6;
	padding: 5px;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:2.0em;
	font-weight:bold;
}

#content .teaser h1 {
	font-size:1.4em;
}

/* Headline 2 */

#content h2 {
	color:#000;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
}

/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#content p,
#content ul,
#content ol {
	margin-top:1.2em;
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.2em;
}

#content ul li ul,
#content ul li ol,
#content ol li ol,
#content ol li ul {
	font-size:1em;
}

#content ul {
	margin-left:34px;
	list-style-type:square;
	font-weight: bold;
}

#content ul.ullink a {
	font-weight: bold;
	color: #fff;
	list-style-type: none;
	list-style: none;
}

#content ol {
	list-style-type:decimal-leading-zero;
}

/*	Hyperlinks
------------------------------------------------------------------------------*/
#content a, #content a:link {
	color:#AC03A6;
	text-decoration:underline;
}

#content a:hover {
	color:#000;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:500px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}

#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
	border-top:1px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:1px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:1px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

/* --- Galerie --- */

#hassoGallery {
	padding: 0;
	font-size: medium ;
}


#hassoNav {
	display: block;
	text-align:left;

}

#hassoNav ul {
	display: block;
	text-align:left;
	list-style: none;
	font-size: small ;
	line-height: normal;
	margin: 0px;
}

#hassoNav a {
	display: block;
	padding: 3px;
	font-weight: bold;
	color: #fff;
}

#hassoNav a:hover {
	display: block;
	background-color:#4998AB;
}

#hassoNav #active {
	display: block;
	background-color:#4998AB;
	color: #fff;

}

#hassoThumbs {
	float: left;
	padding: 0;
	width: 500px;
	margin: 0px;
	font: bold 14px verdana ,  sans-serif;
	text-align: center;
	
}

#hassoThumbs .hassoThumb {
	float: left;
	margin: 10px 5px 0px 0px;
	background: #000A09;
	border:0;
	padding: 5px;
	height: 110px;
	width: 110px;
	text-align: center;
	vertical-align:middle;
	
}

#hassoThumbs .hassoThumb a {
	border:0;
	
}

#hassoThumbs .hassoThumb a img {
	border:0;
	
}


#hassoPic {
	text-align:center;
	padding: 5px;
	width: 490px;
	margin: 0px;
	font: bold 14px verdana ,  sans-serif;
	background-color: #000A09;
}


#hassoPic .hassoTitle {
	font-style:oblique;
	text-align:left;
	
}

#hassoPic .hassoDescription {
	text-align:left;	
}

#hassoPic img {
	border: 0px;
	margin: 0px;
}


#hassoPrevNextNav {
	display: block;
	font-size: small ;
	width: 500px;
	margin:0;
	padding: 0;

}


#hassoPrevNextNav #hassoPrevPic{
	float: left;
	
}


#hassoPrevNextNav #hassoNextPic{
	float: right;
}

#hassoPrevNextNav #hassoPrevPic a {
	text-align:left;
	font-weight: bold;
}


#hassoPrevNextNav #hassoNextPic a {
	text-align:right;
	font-weight: bold;
		
}

/* ---- DJ Liste --- */

.referenzen_leiste {
	width:500px;
	height:160px;
	margin-top: 10px;
	display: block;
	border-bottom: 1px solid #418899;
}
.referenzen_alles {
	display: inline;
	float: left;
	padding-left: 15px;
}
.referenzen_alles2 {
	display:inline;
}
.referenzen_bild {
	width:150px;
	display:inline;
	float:left;
}
.referenzen_titel {
	width:320px;
	display:inline;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}
.referenzen_inhalt {
	width:320px;
	color: #1A383F;
	display:inline;
	float:left;
	clear:both;
}