* {
    margin: 0;
    padding: 0;
}

html, body {
	text-align: center;
	/* background: #fff url(../images/body_bg1.png) top center repeat-y; */
	background: #595959 url(../images/mainbg.jpg) top center;
	font:90%/1.5 Verdana,Helvetica,Arial,sans-serif;
	background-repeat: no-repeat;
 }
#container {
    margin: auto ;
    width:980px;
    text-align: left;
    border: none;
	background-color: #FFF;
}

/* TOP BAR */
#top1
{
width: 980px;
height: 82px;
}


#topright
{
float:right;
/*width: 244px;
height: 82px;*/
width:12px;
height:41px;
background-image:url(../images/top_right.jpg);
}

#topleft
{
padding-top: 41px;
background-color:#595959;

}

#topleft2
{
float:left;
/*width:736px;*/
width:980px;
}

#left
{
background-color:#FFFFFF;
float:left;
background-image:url(../images/top_left.jpg);
width:12px;
height:41px;
}
#right
{
background-color:#FFFFFF;
float:left;
padding-top:8px;
width:956px;
height:33px;
}

#menu
{
height: 100%;
background-color:#f16624;
}
/* TOP BAR END */


.sidebar, .content {
    display:inline;
    float:left;
    margin-left:15px;
    margin-right:10px;
}

#container .sidebar {
    margin-left:35px;
    width:220px;
}

#container .content {
	clear:left;
    width:590px;
	background-color: #FFF;
	margin-left:30px;
}

#container .main_page {
	background-color: #FFF;
	margin-top: 30px;
}

#header {
    background: #616161 url(../images/isqg_logo_grey.jpg) top left no-repeat;
	height: 236px;
    position: relative;
	top: 10px;
    border: none;
}

.contentheading{
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
	font-size:10pt;
	background-image: url(../images/header_bg.jpg);
	height: 28px;
	padding-left: 16px;
	position: relative;
	top: auto;
	
	background-repeat: no-repeat;
	padding-top: 8px;
}

#footer {
    clear: both;
    background: #8e8e8e;
    color: #ccc;
    border-top: 2px solid #494949;
}

/* the box with username or advice to log in */
.userinfo{
    border: 1px solid #625e00;
    display:inline;
    float:right;
    padding: 0.2em;
    
    color: #000;
    font-size: 1.1em;
    margin: 0.2em;
}
	

#topgreybar{

	margin: 0;
  padding: 100;
  float: left; 
  font: bold 13px Arial;
  width: 799px;
  height: 90px;
  border: none;
  background: black url(../images/top_bg00.png) top left repeat-x;
}


/* Forms */
form {
	margin-left: 20px;
	}
fieldset {
	width: 550px;
	}
legend {
	margin: 10px;
	padding: 5px;
	color: #990000;
	}
input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	width:500px;
	color: #494949;
	background: #f4f4f4;
	border: 1px inset #999;
	padding-left: 1px;
}
input:hover, textarea:hover {
	background: #ccc;
}
.submit {
	background: #ccc;
	color: #131313;
	width: 150px;
	border: 1px solid #999;
}
.submit:hover {
	background: #999;	
	color: #f2f2f2;
}

input.commentbtn {
	background: #ccc;
	color: #131313;
	width: 200px;
	border: 1px solid #999;
}

/* Ende Forms */


/* Verschiedene Klassen */
.align-right {
	float:right; 
	margin: 10px;
}

.align-left {
	float: left;
	margin: 10px;
}
/* Ende verschiedene Klassen */

/* Text Formatierungen */
a:focus{
outline:1px dotted invert;
}
a, a:visited {
	color: #990000;
}
a:hover {
	color: #666;
}
a.read_more {
	font-size: .9em;
	}
a img {
	border: 0 none;
}
	/* �berschriften */
h1,h2,h3,h4,h5 {
	font-family: Georgia, "Trebuchet MS", "Times New Roman", serif;
	margin: 5px 0 0 0;
	padding: 0 10px;
	color: #666;
	/*background:transparent;*/
}
h1{
font-size:1.4em;
}

#header h1  {
	font-size: 2.7em;
	color: #131313;
	padding: 1em 0 0 40px;
	margin: 0;
}
#header h1 a, #header h1 a:visited {
	text-decoration: none;
	color: #535353;
}
#header h1 a:hover {
	color: #990000;
}
h2{
font-size:1.3em;
}
#header h2 {
	padding: 0 0 0 40px;
	color: #fff;
	font-size: 2em;
	margin: .5em 0;
}
.sidebar h2 {
    background: #fbfbfb url(../images/heading.jpg) top left no-repeat;
    border: 0px solid #d9d9d9;
    color: #666;
    font-size: 1.1em;
    margin-top: 25px;
    padding: 5px 5px 5px 30px;
}

/*.content h2 {
    background: #fbfbfb url(../images/heading.jpg) top left no-repeat;
    border: 0px solid #d9d9d9;
    color: #666;
    font-size: 1.1em;
    margin-top: 25px;
    padding: 5px 5px 5px 30px;
}*/

h3{
    font-size:1.1em;
    margin: 1em 0 0 0;
    padding: 0 10px;
    color: #666;
}
h4{font-size:1em}
h5{font-size:1em}
h6{font-size:1em}

/* Ende �berschriften */
ol{
list-style:decimal;
}
ul{
list-style:square;
}
li{
margin-left:30px;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,blockquote {
margin-bottom:10px;
}
p {
	overflow:hidden;
}

#container p {
	margin-left: 10px;
	font-size: 1em;
}

#footer p {
    line-height: 1.5em;
    margin: 0;
}

#footer p.copy {
    color: #f2f2f2;
    text-align: center;
    padding: .5em 20px 0 20px;
}
p.link {
    padding: 0 20px;
    color: #bdbdbd;
    text-align: right;
    margin: 0;
}

p.link a, p.link a:visited {
	text-decoration: none;
	color: #494949;
}
p.link a:hover {
	color: #f2f2f2;
}
address {
	font-style: normal;
	margin-left: 10px;
}

blockquote {
	color: #666;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #fbfbfb;
	margin-left: 15%;
	margin-right: 5%;
	padding:10px;
}
hr {
border-color:#ccc;
border-style:solid;
border-width:1px 0 0;
clear:both;
height:0
}


.previmage {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.caption_date {
	text-align: right;
	color: #FFF;
	font-size: 0.7em;
	position: relative;
	top: -2.7em;
	margin-right: 10px;
}
