/* HTML TAGS */

body{
	margin: 0px;
	background-color: #ffffff;
	background-repeat: repeat-x;
}

p, td
{
	font-size: 11px; color: #6C6C6C; font-family: arial ;
}

a:visited, a:link, a:active{
	font-size: 11px; color: #355290; font-family: arial; text-decoration: none; font-weight: none;
}

a:hover{
	font-size: 11px; color: #005499; font-family: arial; text-decoration: none; font-weight: none;
}

h1{
	font-weight: bold; font-size: 16px; color: #005499; font-family: arial;
}

h2{
	font-weight: none; font-size: 14px; color: #005499; font-family: arial;
}

h3{
	font-weight: bold; font-size: 13px; color: #005499; font-family: arial;
}

h4{
	font-weight: none; font-size: 12px; color: #005499; font-family: arial;
}

/* LINKS */

a.start:link							{ font-family: arial; font-size: 11px; color: #6C6C6C; text-decoration: none;}
a.start:active						{ font-family: arial; font-size: 11px; color: #6C6C6C; text-decoration: none;}
a.start:visited						{ font-family: arial; font-size: 11px; color: #6C6C6C; text-decoration: none;}
a.start:hover							{ font-family: arial; font-size: 11px; color: #005499; text-decoration: none;}

a.nav:link								{ font-family: arial; font-size: 12px; color: #CCCCCC; text-decoration: none;}
a.nav:active							{ font-family: arial; font-size: 12px; color: #CCCCCC; text-decoration: none;}
a.nav:visited							{ font-family: arial; font-size: 12px; color: #CCCCCC; text-decoration: none;}
a.nav:hover								{ font-family: arial; font-size: 12px; color: #ffffff; text-decoration: none;}

a.nav_on:link							{ font-family: arial; font-size: 12px; color: #ffffff; text-decoration: none;}
a.nav_on:active						{ font-family: arial; font-size: 12px; color: #ffffff; text-decoration: none;}
a.nav_on:visited					{ font-family: arial; font-size: 12px; color: #ffffff; text-decoration: none;}
a.nav_on:hover						{ font-family: arial; font-size: 12px; color: #ffffff; text-decoration: none;}

a.nav2:link								{ font-family: arial; font-size: 11px; color: #444444; text-decoration: none;}
a.nav2:active							{ font-family: arial; font-size: 11px; color: #444444; text-decoration: none;}
a.nav2:visited						{ font-family: arial; font-size: 11px; color: #444444; text-decoration: none;}
a.nav2:hover							{ font-family: arial; font-size: 11px; color: #444444; text-decoration: none; font-weight: bold;}

a.nav3:link								{ font-family: arial; font-size: 11px; color: #444444; text-decoration: none;}
a.nav3:active							{ font-family: arial; font-size: 11px; color: #444444; text-decoration: none;}
a.nav3:visited						{ font-family: arial; font-size: 11px; color: #444444; text-decoration: none;}
a.nav3:hover							{ font-family: arial; font-size: 11px; color: #444444; text-decoration: none;}

a.matoma:link							{ font-family: arial; font-size: 11px; color: #6C6C6C; text-decoration: none; }
a.matoma:active						{ font-family: arial; font-size: 11px; color: #6C6C6C; text-decoration: none; }
a.matoma:visited					{ font-family: arial; font-size: 11px; color: #6C6C6C; text-decoration: none; }
a.matoma:hover						{ font-family: arial; font-size: 11px; color: #005499; text-decoration: none; }

a.path:link								{ font-family: arial; font-size: 11px; color: #6D6D6D; text-decoration: none; }
a.path:active							{ font-family: arial; font-size: 11px; color: #6D6D6D; text-decoration: none; }
a.path:visited						{ font-family: arial; font-size: 11px; color: #6D6D6D; text-decoration: none; }
a.path:hover							{ font-family: arial; font-size: 11px; color: #355290; text-decoration: none; }

/* CLASSES */

.path{
	font-family:arial; font-size:11px; color:#355290; text-decoration:none;
}

/* ID`S */

#text
{
	border-width: 1px;
  border-style: solid;
  border-color: #909090;
  text-align: justify;
  width: 120px;
}


/* styles fuer image-preview */

div									{ background-color: #ffffff; margin: 0px; padding: 0px; border: 0px; }
.preview_div_block  { float: left; margin-right: 10px; margin-bottom: 10px; background-color: #d9d9d9; text-align: left; padding: 0px;}
.preview_div_image  { text-align: left; border: 0px;}
.preview_link_image { }
.preview_img_image  { border: 0px;}
.preview_div_lupe   { text-align: right; background-color: #d9d9d9; padding-right: 5px;}
.preview_link_lupe  { }
.preview_img_lupe   { border: 0px;}
.preview_div_text   { text-align: justify; padding-left: 5px; background-color: #d9d9d9; padding-right: 5px;  padding-top: 2px;}

/* styles fuer non-preview-image */
.view_div_block  		{ float: left; margin-right: 10px; margin-bottom: 10px;}
.view_div_image  		{ text-align: center;}
.view_img_image  		{ border: 0px; margin: 0px; padding: 0px; background-color: #d9d9d9;}
.view_div_text   		{ font-size: 11px; font-family: arial; text-align: left; background-color: #d9d9d9; padding: 5px;}

/* styles fuer full-image */
.view_fullimage  		{ text-align: center; margin: 0px;}
.view_fullimage_text{ text-align: center; margin: 0px;}

.div_imageoid  			{ background-color: #ffffff; }