﻿/**
 * project:      Azzurro-Reisen
 * main-url:     http://www.azzurro-die-italienische-italienreise.de
 * file:		 screen.css     
 * description:  Main project style definitions for screen representation
 *
 **/



/* HTML elements */

body {
	font-family: 'Trebuchet MS'; 
	font-size: 0.9em; 
	color: white;
	background-color: #823025;
	background-repeat:repeat-y;
	background-image: url('../../../images/bg.jpg');
	background-attachment: fixed;
}

h1 {
	
	text-align:center;
}

/* classes and IDs for main Layout/design*/

#left {
	float:left;
	border1:1px solid white;
	width:19%;
}

#right {
	float:left;
	border1:1px solid white;
	width:78%;
	margin-left:0.6em;
}


#right ul, #left ul {
	list-style-type:none;

}
#left li {
	padding:0;
	margin-bottom:3em;
}
#right li {
	float:left;
	padding:0;
}

#main {
	margin-left:3em;	
	margin-right:4em;	
}

.decoImg {
	border: 3px solid rgb(230, 205, 121);
}
#right a, #left a {
	border1:1px solid blue;
	color:white;
	width:175px;
	text-align: center;
	font-weight: bolder;
	text-decoration: none;
	padding-top:109px;
	display:inline;
	margin-left:1em;
}


#logo {
	background-image: url('../../../images/logohome.gif');
	background-repeat: no-repeat;
	background-position: top center;
	color:white;
	padding-top:108px;
}
#homepic {
	margin-left: auto;
    margin-right: auto;
    display:block;
	

}


#mainCont {
	padding:1em;
	clear:both;
}

#mainCont a, #footer a, #extLinks a, a {
	color:#E6CD79;
	display:inline;
}

#mainCont em, #mainCont strong {
	font-weight:normal;
	font-style:normal;
}
#extLinks {
    clear: both;
    list-style-type:none;   
 	list-style-position:inside;
 	width:35%;
 	margin-left:auto;
 	margin-right:auto;
 	height:1.3em;
}

#copyright {
	float: right;
}

#copyAll {
	background-color:transparent;
 	background-image: url('../../../images/logohome.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	height:92px;

}

