/*****************************************************************/
/*  Standard Definitionen von Eric Meyer
/*****************************************************************/

/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}*/


/*****************************************************************/
/*  Eigene Definitionen
/*****************************************************************/


body.contentFrame {
/*	background-image: url(background_1.gif);
	background-image: url(hintergrund_isabelle.gif);*/
	background-image: url(background/Hintergrund_v22.gif);
/*	background-image: url(background/014.gif);*/
	background-repeat:no-repeat;/*repeat-y;*//*no-repeat;*/
	background-position:top center;
/*	background-color:blue;*/
}
body.menuFrame {
/*	background-color:yellow;*/
}
div.contentBoxHelper {
   text-align:center;
   width:100%;
   height:100%;
   margin:0px;
   padding:0px;
   display: block;
/*   background-color:red;*/
}

div.contentBoxNormal {
	text-align:left;
	width:380px;
	position:center;
	margin:40px auto 20px auto;
	padding:20px 20px; /* width=420-(2x4px) */
	background-color:white;
/*	border:2px black solid;*/
}
div.contentBoxPhoto {
	text-align:center;
	width:420px;
	position:center;
	margin:51px auto 20px auto;
/*	background-color:red;*/
}
div.contentBoxWelcome {
	text-align:center;
	width:620px;
	position:center;
	margin:0px auto 20px auto;
/*	background-color:red;*/
}
img {
	border:0px;
}
img.photoframe {
	background-color:white;	
/*	border:2px black solid;*/
/*	width:100px;*/
	margin:10px;
/*	padding:5px;*/
}	
img.download {
	background-color:white;	
/*	border:2px black solid;*/
/*	width:100px;*/
/*	margin:100x;*/
	padding:2px;
}	
a {
/*	color:black;
	color:#F08F71;*/
	color:#FA754E;
	text-decoration:none;
	border:none;
}
a.music {
	color:black;
	text-decoration:none;
}
a.menu {
	color:white;
	text-decoration:none;
}
table,tr,td {
	padding:0px;
	margin:0px;
}
p,td,h1,h2,h3 {
	font-family:verdana, sans-serif;
	font-size:11px;
	color:black;
	line-height:15px;
	margin-top: 0;
	padding-top: 0;
}
p.disclaimer {
	color:grey;
	font-size:9px;
	line-height:11px;
}
a.disclaimer {
	color:grey;
}
p.sharethis {
	padding-top:20px;
	font-size:9px;
	line-height:11px;
}
h2 {
	font-weight:bold;
	font-size:13px;
}
td {
	vertical-align:top;
}
input,textarea,select,option {
	color: black;
	font-family:verdana, sans-serif;
	font-size:11px;
	background-color: white;
}
input,textarea,select {
	border: 1px solid black;
}

