﻿/* CSS Document */



#div_main{
	background-image: url('http://heldenmaschine.dao-rpg.de/wp-content/uploads/2023/06/cropped-Sor_Symbol-2.png');
	background-repeat:no-repeat;
	background-position:left;
	background-size: 40%;

}

#div_wrapper{
	margin:auto;
	padding:1em;
	width:800px;
	height:100%;
}

#div_wrapper iframe
{
	border:thin;
	width:100%;
	height:400px;
	background-color: transparent;
}


/*----------------------------------------------------------------------------*/
/*-- HEADER ------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/

#div_header
{
	text-align:center;
	margin:auto;
	width:800px;
}

#div_header a
{
	font-variant:normal;
	color:#CCCCCC;
	text-decoration:none;
}

#div_header h1
{
	font-size:4.5em;
	line-height:normal;
	color:#CCCCCC;
	padding:0;
	margin:0;
}

#div_header h2
{
	font-size:1.8em;
	text-align:left;
}

#div_header h3
{
	font-size:1em;
	font-weight:normal;
	text-align:right;
}

/*----------------------------------------------------------------------------*/
/*-- NAVIGATION --------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/



#div_navigation li
{
	list-style:none;
	display:inline-block;
	padding:0.5em;
}


#div_navigation a
{
	font-variant:normal;
	font-weight:bold;
	text-decoration:none;
	color:black;
}

#div_navigation a:hover
{
	color:#CCCCCC;
}




#div_logo{
	float:left;
	margin:auto;
}


#div_text
{
	float:left;
	margin:auto;
}